mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Comment Selection name change
This commit is contained in:
parent
dc1a7f9cbb
commit
2735238634
3 changed files with 4 additions and 5 deletions
|
@ -196,7 +196,7 @@ namespace IDE
|
|||
Add("Close Workspace", new => gApp.[Friend]Cmd_CloseWorkspaceAndSetupNew);
|
||||
Add("Comment Block", new => gApp.[Friend]CommentBlock);
|
||||
Add("Comment Lines", new => gApp.[Friend]CommentLines);
|
||||
Add("Comment Selection", new => gApp.[Friend]CommentSelection);
|
||||
Add("Comment Toggle", new => gApp.[Friend]CommentToggle);
|
||||
Add("Compile File", new => gApp.Cmd_CompileFile);
|
||||
Add("Debug All Tests", new () => { gApp.[Friend]RunTests(true, true); });
|
||||
Add("Debug Normal Tests", new () => { gApp.[Friend]RunTests(false, true); });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue