1
0
Fork 0
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:
Brian Fiete 2021-12-21 07:49:57 -05:00
parent dc1a7f9cbb
commit 2735238634
3 changed files with 4 additions and 5 deletions

View file

@ -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); });