mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Relaxed project name restrictions. Auto-refresh of installed libraries.
This commit is contained in:
parent
b3354ee635
commit
4d55a32c90
6 changed files with 143 additions and 27 deletions
|
@ -63,7 +63,9 @@ namespace IDE.ui
|
|||
|
||||
void FindProjects()
|
||||
{
|
||||
for (let registryEntry in gApp.mBeefConfig.mRegistry)
|
||||
gApp.CheckLoadConfig();
|
||||
gApp.mBeefConfig.mRegistry.WaitFor();
|
||||
for (let registryEntry in gApp.mBeefConfig.mRegistry.mEntries)
|
||||
{
|
||||
InstalledProject installedProject = new .();
|
||||
installedProject.mName = new String(registryEntry.mProjName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue