mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Added Sync with Workspace Panel option
This commit is contained in:
parent
c3238272d0
commit
3f68473fe1
6 changed files with 54 additions and 0 deletions
|
@ -288,6 +288,7 @@ namespace IDE
|
|||
Add("Step Out", new => gApp.[Friend]StepOut);
|
||||
Add("Step Over", new => gApp.[Friend]StepOver);
|
||||
Add("Stop Debugging", new => gApp.[Friend]StopRunning);
|
||||
Add("Sync With Workspace Panel", new => gApp.[Friend]SyncWithWorkspacePanel);
|
||||
Add("Tab First", new => gApp.[Friend]TabFirst);
|
||||
Add("Tab Last", new => gApp.[Friend]TabLast);
|
||||
Add("Tab Next", new => gApp.[Friend]TabNext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue