1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

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

View File

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