1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 14:54:09 +02:00

Renamed Build Solution to Build Workspace. More menu items.

This commit is contained in:
Brian Fiete 2020-11-02 13:07:46 -08:00
parent 4bc0b82c8b
commit 6afaf4faad
3 changed files with 28 additions and 4 deletions

View file

@ -184,7 +184,7 @@ namespace IDE
Add("Breakpoint Symbol", new () => { gApp.mBreakpointPanel.AddSymbolBreakpoint(gApp.[Friend]GetCurrentWindow()); });
Add("Breakpoint Toggle Thread", new => gApp.[Friend]ToggleThreadBreakpoint, .Editor);
Add("Breakpoint Toggle", new => gApp.[Friend]ToggleBreakpoint, .Editor);
Add("Build Solution", new => gApp.[Friend]Compile);
Add("Build Workspace", new => gApp.[Friend]Compile);
Add("Cancel Build", new => gApp.[Friend]CancelBuild);
Add("Clean Beef", new => gApp.Cmd_CleanBeef);
Add("Clean", new => gApp.Cmd_Clean);