mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 03:28:02 +02:00
Improved errors on GoToDefinition
This commit is contained in:
parent
15c3ad98de
commit
a5e0f34549
4 changed files with 13 additions and 8 deletions
|
@ -801,7 +801,7 @@ namespace IDE.ui
|
|||
if (gApp.mBfResolveCompiler.HasResolvedAll())
|
||||
{
|
||||
Close();
|
||||
gApp.GoToDefinition();
|
||||
gApp.GoToDefinition(true);
|
||||
}
|
||||
|
||||
if (mSourceViewPanel.EditWidget.Content.CursorTextPos != mCursorPos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue