1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-25 11:08:02 +02:00

Start of Bookmarkspanel

This commit is contained in:
Simon Lübeß 2022-06-08 20:11:39 +02:00
parent 35a81b7bbe
commit b3787313be
12 changed files with 392 additions and 15 deletions

View file

@ -294,6 +294,7 @@ namespace IDE
Add("Settings", new => gApp.ShowSettings);
Add("Show Auto Watches", new => gApp.ShowAutoWatches);
Add("Show Autocomplete Panel", new => gApp.ShowAutoCompletePanel);
Add("Show Bookmarks", new => gApp.ShowBookmarks);
Add("Show Breakpoints", new => gApp.ShowBreakpoints);
Add("Show Call Stack", new => gApp.ShowCallstack);
Add("Show Class View", new => gApp.ShowClassViewPanel);