mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
progress message
This commit is contained in:
@@ -973,7 +973,7 @@ public class CompileDriver {
|
||||
if (context.getProgressIndicator().isCanceled()) {
|
||||
throw new ExitException(ExitStatus.CANCELLED);
|
||||
}
|
||||
|
||||
context.getProgressIndicator().setText("Preparing sources for " + compiler.getDescription());
|
||||
DumbService.getInstance(myProject).waitForSmartMode();
|
||||
|
||||
if (round == 0) {
|
||||
|
||||
Reference in New Issue
Block a user