mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Added Quick Info key
This commit is contained in:
parent
9bd71299d9
commit
2f78063927
4 changed files with 459 additions and 1 deletions
|
@ -224,6 +224,7 @@ namespace IDE
|
|||
Add("Open Project", new => gApp.Cmd_OpenProject);
|
||||
Add("Open Workspace", new => gApp.OpenWorkspace);
|
||||
Add("Profile", new => gApp.[Friend]DoProfile);
|
||||
Add("Quick Info", new => gApp.Cmd_QuickInfo);
|
||||
Add("Reformat Document", new => gApp.Cmd_ReformatDocument);
|
||||
Add("Remove All Breakpoints", new => gApp.[Friend]RemoveAllBreakpoints);
|
||||
Add("Rename Item", new => gApp.Cmd_RenameItem);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue