1
0
Fork 0
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:
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe 2025-02-10 20:06:22 -08:00
parent 549c9c7d17
commit 803b9890e2
No known key found for this signature in database
4 changed files with 120 additions and 1 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);
app.LoadProperties(true);
app.[Friend]LoadWorkspace(.OpenOrNew);
app.[Friend]FinishShowingNewWorkspace(false);