mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Propose reimport if isCreateEmptyContentRootDirectories option changed
This commit is contained in:
+3
@@ -166,6 +166,9 @@ public abstract class AbstractExternalSystemSettings<
|
||||
}
|
||||
getPublisher().onUseAutoImportChange(current.isUseAutoImport(), current.getExternalProjectPath());
|
||||
}
|
||||
if (old.isCreateEmptyContentRootDirectories() != current.isCreateEmptyContentRootDirectories()) {
|
||||
ExternalProjectsManager.getInstance(getProject()).getExternalProjectsWatcher().markDirty(current.getExternalProjectPath());
|
||||
}
|
||||
checkSettings(old, current);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user