продолжение рефакторинга настроек. попутно нашел небольшой баг с закрытием пустого проекта.
This commit is contained in:
@@ -39,7 +39,7 @@ public class CreateTestFromDirectory extends Pass<Test> {
|
||||
}
|
||||
//--
|
||||
void saveDirectory() {
|
||||
Global.mainModule.getPass(PassCode.UpdateSetting).Do(SettingName.ProjectsSearchDirectory,
|
||||
Global.mainModule.getPass(PassCode.UpdateProperty).Do("ProjectsSearchDirectory",
|
||||
(dir.getParentFile() == null) ? dir.getAbsolutePath() : dir.getParent()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user