Showing progress during compilation as well as upload.

This commit is contained in:
David A. Mellis 2011-08-16 17:51:19 -04:00
parent 53ab9306e2
commit fc90fa7d9d
1 changed files with 1 additions and 1 deletions

View File

@ -1830,7 +1830,7 @@ public class Editor extends JFrame implements RunnerListener {
internalCloseRunner();
running = true;
toolbar.activate(EditorToolbar.RUN);
statusNotice("Compiling...");
status.progress("Compiling sketch...");
// do this to advance/clear the terminal window / dos prompt / etc
for (int i = 0; i < 10; i++) System.out.println();