mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 18:18:00 +02:00
Beef custom properties proof of concept implementation.
This commit is contained in:
parent
549c9c7d17
commit
803b9890e2
4 changed files with 120 additions and 1 deletions
|
@ -142,7 +142,8 @@ namespace IDE.ui
|
|||
DeleteAndNullify!(app.mWorkspace.mDir);
|
||||
app.mWorkspace.mDir = new String(projDirectory);
|
||||
app.mWorkspace.mName = new String(projName);
|
||||
|
||||
|
||||
app.LoadProperties(true);
|
||||
app.[Friend]LoadWorkspace(.OpenOrNew);
|
||||
app.[Friend]FinishShowingNewWorkspace(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue