mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
IDE ui issues
Fixed an autocomplete issue with path edits Made renaming symbols aware of file/project locking Fixed saving of Settings after running test Fixed async autocomplete update when not terminated with ')'
This commit is contained in:
parent
faa1dbd45e
commit
ff610742c5
7 changed files with 141 additions and 96 deletions
|
@ -4373,7 +4373,9 @@ namespace IDE.ui
|
|||
|
||||
public void RenameSymbol()
|
||||
{
|
||||
ShowSymbolReferenceHelper(SymbolReferenceHelper.Kind.Rename);
|
||||
var sourceEditWidgetContent = (SourceEditWidgetContent)mEditWidget.Content;
|
||||
if (!sourceEditWidgetContent.CheckReadOnly())
|
||||
ShowSymbolReferenceHelper(SymbolReferenceHelper.Kind.Rename);
|
||||
}
|
||||
|
||||
public void FindAllReferences()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue