Skip to content

Commit fc90fa7

Browse files
committed
Showing progress during compilation as well as upload.
1 parent 53ab930 commit fc90fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Editor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,7 @@ public void handleRun(final boolean verbose) {
18301830
internalCloseRunner();
18311831
running = true;
18321832
toolbar.activate(EditorToolbar.RUN);
1833-
statusNotice("Compiling...");
1833+
status.progress("Compiling sketch...");
18341834

18351835
// do this to advance/clear the terminal window / dos prompt / etc
18361836
for (int i = 0; i < 10; i++) System.out.println();

0 commit comments

Comments
 (0)