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:
parent
35a81b7bbe
commit
b3787313be
12 changed files with 392 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue