mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
GitRootScan: make initial scan
(as soon as project is initialized and VCS mappings are ready)
This commit is contained in:
@@ -55,6 +55,7 @@ public class GitRootScanner implements BulkFileListener, ModuleRootListener, Dis
|
||||
@Override
|
||||
public void run() {
|
||||
myProjectIsInitialized = true;
|
||||
scanIfReady();
|
||||
}
|
||||
});
|
||||
|
||||
@@ -96,6 +97,7 @@ public class GitRootScanner implements BulkFileListener, ModuleRootListener, Dis
|
||||
@Override
|
||||
public void directoryMappingChanged() {
|
||||
myMappingsAreReady = true;
|
||||
scanIfReady();
|
||||
}
|
||||
|
||||
private void scanIfReady() {
|
||||
|
||||
Reference in New Issue
Block a user