mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +02:00
Improved errors on GoToDefinition
This commit is contained in:
parent
15c3ad98de
commit
a5e0f34549
4 changed files with 13 additions and 8 deletions
|
@ -200,7 +200,7 @@ namespace IDE
|
|||
Add("Find in Files", new => gApp.Cmd_Find);
|
||||
Add("Find Next", new => gApp.Cmd_FindNext);
|
||||
Add("Find Prev", new => gApp.Cmd_FindPrev);
|
||||
Add("Goto Definition", new => gApp.GoToDefinition);
|
||||
Add("Goto Definition", new () => gApp.GoToDefinition(true));
|
||||
Add("Goto Line", new => gApp.Cmd_GotoLine);
|
||||
Add("Goto Method", new => gApp.Cmd_GotoMethod);
|
||||
Add("Goto Next Item", new => gApp.Cmd_GotoNextItem);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue