1
0
Fork 0
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:
Brian Fiete 2021-02-03 12:48:04 -08:00
parent c3238272d0
commit 3f68473fe1
6 changed files with 54 additions and 0 deletions

View file

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