1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 23:34:10 +02:00

Relaxed project name restrictions. Auto-refresh of installed libraries.

This commit is contained in:
Brian Fiete 2020-08-31 11:32:33 -07:00
parent b3354ee635
commit 4d55a32c90
6 changed files with 143 additions and 27 deletions

View file

@ -1863,6 +1863,8 @@ namespace IDE.ui
return null;
}
gApp.CheckLoadConfig();
//TODO: Protect against importing an existing project
Project proj = new Project();
String projFilePath = scope String(filePath);