1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/app
Matthijs Kooijman 9196a8d943 Don't show the GUI on --verify or --upload
These are intended to be ran from the commandline, so showing the GUI
doesn't make so much sense.

This is not quite the perfect solution yet, because an Editor object and
all kinds of GUI objects are still created. This commit only prevents
them from being visible, which is a nice first step, but not quite
pretty yet. However, to do it properly, some code should be moved out of
the Editor class, so that's a bit more work.

Additionally, any messages shown with Base::showError and friends still
create a popup, they probably shouldn't do this either.
2013-11-29 00:33:43 +01:00
..
.settings Fixed eclipse project files 2012-01-11 13:59:39 +01:00
format fixed java 1.5 compatibility issue 2012-12-04 11:54:19 +01:00
lib added files that state third party licenses 2013-08-28 10:12:33 +02:00
src Don't show the GUI on --verify or --upload 2013-11-29 00:33:43 +01:00
test PreProcessor now replace every single char with a space, without collapsing multiline matches 2013-11-18 11:39:52 +01:00
test-lib added files that state third party licenses 2013-08-28 10:12:33 +02:00
.classpath Compilation process for ARM (WIP) 2011-09-17 00:02:40 +02:00
.classpath_macosx Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
.classpath_vista fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
.project Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
build.xml Forgot to include .ino files as test resource 2013-10-22 17:51:54 +02:00
run-linux.launch eclipse .launch to run IDE inside eclipse: helps debugging and speeds up development 2012-10-24 10:11:41 +02:00