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:
parent
fe5cae2220
commit
d3ca45d80a
4 changed files with 130 additions and 1 deletions
|
@ -1534,6 +1534,11 @@ namespace IDE
|
|||
Save();
|
||||
}*/
|
||||
|
||||
if (mProjectName != null)
|
||||
{
|
||||
gApp.mWorkspace.mProjectFileEnties.Add(new .(path, mProjectName));
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue