mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 23:34:10 +02:00
Working on properly rebuilding target even if we restart ide
This commit is contained in:
parent
3eeeaf647e
commit
959da9884c
10 changed files with 289 additions and 126 deletions
|
@ -85,6 +85,8 @@ namespace IDE
|
|||
{
|
||||
var editWidgetContent = (SourceEditWidgetContent)mEditWidget.mEditWidgetContent;
|
||||
mFileDeleted = !editWidgetContent.Reload(mFilePath, mQueuedContent);
|
||||
if (editWidgetContent.mSourceViewPanel.mLoadedHash.GetKind() == mLoadedHash.GetKind())
|
||||
editWidgetContent.mSourceViewPanel.mLoadedHash = mLoadedHash;
|
||||
mLastFileTextVersion = mEditWidget.Content.mData.mCurTextVersionId;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue