1
0
Fork 0
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:
Brian Fiete 2020-03-24 15:26:32 -07:00
parent 9bd71299d9
commit 2f78063927
4 changed files with 459 additions and 1 deletions

View file

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