mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Close quickfind on symbol rename
This commit is contained in:
parent
0c51826a42
commit
af16b5f356
1 changed files with 3 additions and 0 deletions
|
@ -4507,6 +4507,9 @@ namespace IDE.ui
|
|||
|
||||
public void RenameSymbol()
|
||||
{
|
||||
if (mQuickFind != null)
|
||||
mQuickFind.Close();
|
||||
|
||||
var sourceEditWidgetContent = (SourceEditWidgetContent)mEditWidget.Content;
|
||||
if (!sourceEditWidgetContent.CheckReadOnly())
|
||||
ShowSymbolReferenceHelper(SymbolReferenceHelper.Kind.Rename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue