mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +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
|
@ -952,15 +952,7 @@ namespace IDE.ui
|
|||
for (var propEntry in propEntries)
|
||||
{
|
||||
if (propEntry.HasChanged())
|
||||
{
|
||||
if (propEntry.mProperties != null)
|
||||
{
|
||||
bool wantsExeRebuild = false;
|
||||
propEntry.mProperties.Get<bool>("RebuildTarget", out wantsExeRebuild);
|
||||
if (wantsExeRebuild)
|
||||
mProject.mNeedsTargetRebuild = true;
|
||||
}
|
||||
|
||||
{
|
||||
configDataHadChange = true;
|
||||
propEntry.ApplyValue();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue