1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-20 17:08:00 +02:00

Better setting/project/workspace handling of concurrent IDE instances

This commit is contained in:
Brian Fiete 2023-04-25 09:59:32 -07:00
parent fe5cae2220
commit d3ca45d80a
4 changed files with 130 additions and 1 deletions

View file

@ -1534,6 +1534,11 @@ namespace IDE
Save();
}*/
if (mProjectName != null)
{
gApp.mWorkspace.mProjectFileEnties.Add(new .(path, mProjectName));
}
return true;
}