mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 10:08:00 +02:00
Separate Close Panel and Close Document
This commit is contained in:
parent
077ebe2659
commit
da508156c1
3 changed files with 50 additions and 6 deletions
|
@ -190,7 +190,8 @@ namespace IDE
|
|||
Add("Clean", new => gApp.Cmd_Clean);
|
||||
Add("Close All Panels", new () => { gApp.[Friend]TryCloseAllDocuments(true); });
|
||||
Add("Close All Panels Except", new () => { gApp.[Friend]TryCloseAllDocuments(false); });
|
||||
Add("Close Panel", new () => { gApp.[Friend]TryCloseCurrentDocument(); });
|
||||
Add("Close Document", new () => { gApp.[Friend]TryCloseCurrentDocument(); });
|
||||
Add("Close Panel", new () => { gApp.[Friend]TryCloseCurrentPanel(); });
|
||||
Add("Close Workspace", new => gApp.[Friend]Cmd_CloseWorkspaceAndSetupNew);
|
||||
Add("Comment Selection", new => gApp.[Friend]CommentSelection);
|
||||
Add("Compile File", new => gApp.Cmd_CompileFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue