mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Merge pull request #2203 from eveningstarinc/Yuvan/CustomBuildProperties
Custom Build Properties: Proof of Concept Implementation
This commit is contained in:
commit
9add2e1548
5 changed files with 155 additions and 5 deletions
|
@ -142,7 +142,8 @@ namespace IDE.ui
|
|||
DeleteAndNullify!(app.mWorkspace.mDir);
|
||||
app.mWorkspace.mDir = new String(projDirectory);
|
||||
app.mWorkspace.mName = new String(projName);
|
||||
|
||||
|
||||
CustomBuildProperties.Load();
|
||||
app.[Friend]LoadWorkspace(.OpenOrNew);
|
||||
app.[Friend]FinishShowingNewWorkspace(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue