1
0
Fork 0
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:
Brian Fiete 2025-05-25 08:52:04 +02:00 committed by GitHub
commit 9add2e1548
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 155 additions and 5 deletions

View file

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