mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Recent file selector (ctrl+tab)
This commit is contained in:
parent
73d9d1ec59
commit
6511d6a845
11 changed files with 163 additions and 15 deletions
|
@ -228,6 +228,8 @@ namespace IDE
|
|||
Add("Open Workspace", new => gApp.OpenWorkspace);
|
||||
Add("Profile", new => gApp.[Friend]DoProfile);
|
||||
Add("Quick Info", new => gApp.Cmd_QuickInfo);
|
||||
Add("Recent File Next", new => gApp.ShowRecentFileNext);
|
||||
Add("Recent File Prev", new => gApp.ShowRecentFilePrev);
|
||||
Add("Reformat Document", new => gApp.Cmd_ReformatDocument);
|
||||
Add("Reload Settings", new => gApp.ReloadSettings);
|
||||
Add("Remove All Breakpoints", new => gApp.[Friend]RemoveAllBreakpoints);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue