mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Fixed save buffers during symbol rename
This commit is contained in:
parent
a9d9776bcb
commit
330eb037e8
4 changed files with 41 additions and 9 deletions
|
@ -73,7 +73,12 @@ namespace IDE
|
|||
return false;
|
||||
return mLastFileTextVersion != mEditWidget.Content.mData.mCurTextVersionId;
|
||||
}
|
||||
|
||||
|
||||
public bool HasEditPanel()
|
||||
{
|
||||
return mEditWidget.mPanel != null;
|
||||
}
|
||||
|
||||
public bool Reload()
|
||||
{
|
||||
mHadRefusedFileChange = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue