progress message

This commit is contained in:
Eugene Zhuravlev
2010-07-29 11:05:44 +04:00
parent 2b9bd46a2d
commit aeb8d15486
@@ -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) {