1
0
Fork 0
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:
Brian Fiete 2020-11-08 07:45:37 -08:00
parent a9d9776bcb
commit 330eb037e8
4 changed files with 41 additions and 9 deletions

View file

@ -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;