mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Minor IDE modifications
This commit is contained in:
parent
f8d4d0ded0
commit
908dbe1a6e
8 changed files with 97 additions and 31 deletions
|
@ -3057,7 +3057,11 @@ namespace IDE.ui
|
|||
|
||||
menuItem = menu.AddItem("Go to Definition");
|
||||
menuItem.SetDisabled(!hasText);
|
||||
menuItem.mOnMenuItemSelected.Add(new (evt) => IDEApp.sApp.GoToDefinition());
|
||||
menuItem.mOnMenuItemSelected.Add(new (evt) => gApp.GoToDefinition());
|
||||
|
||||
menuItem = menu.AddItem("Rename Symbol");
|
||||
menuItem.SetDisabled(!hasText);
|
||||
menuItem.mOnMenuItemSelected.Add(new (evt) => gApp.Cmd_RenameSymbol());
|
||||
|
||||
menuItem = menu.AddItem("Add Watch");
|
||||
menuItem.SetDisabled(!hasText);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue