mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 08:30:25 +02:00
Fixed multi-project deletion, adding project with implicitly-loaded deps
This commit is contained in:
parent
0eea8eeef6
commit
a62a995472
4 changed files with 11 additions and 4 deletions
|
@ -386,6 +386,7 @@ namespace IDE
|
|||
public List<ProjectSpec> mProjectSpecs = new .() ~ DeleteContainerAndItems!(_);
|
||||
public Dictionary<String, Project> mProjectNameMap = new .() ~ DeleteDictionaryAndKeys!(_);
|
||||
public Project mStartupProject;
|
||||
public bool mLoading;
|
||||
public bool mNeedsCreate;
|
||||
public bool mHasChanged;
|
||||
public bool mHadHotCompileSinceLastFullCompile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue