Arduino/app
David A. Mellis 41d50ae572 Now appending main() to the user's sketch in preparation for making the Arduino core a library (.a) file. 2007-01-12 17:58:39 +00:00
..
preproc Now appending main() to the user's sketch in preparation for making the Arduino core a library (.a) file. 2007-01-12 17:58:39 +00:00
syntax Libraries now support syntax coloring and are built on IDE startup. 2006-04-09 12:40:34 +00:00
tools Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
ArduinoMessageSiphon.java added ArduinoMessageSiphon, updated message siphon written by david 2005-08-29 18:37:40 +00:00
Base.java Updating version numbers to 0008. 2006-12-27 21:35:19 +00:00
Command.java added command class written by david cuartielles 2005-08-30 11:48:09 +00:00
Compiler.java Refactoring Compiler.compile() in preparation for integrating patch to build the core as a library instead of .o files. 2007-01-12 17:26:17 +00:00
Editor.java Updated fetch.sh script to download guide. Pointing menu to correct getting started howto for platform. 2006-11-20 18:27:37 +00:00
EditorButtons.java Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
EditorConsole.java Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
EditorHeader.java Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
EditorLineStatus.java Blue! color scheme changed (and hardcoded in source code to ensure consistency with image files). 2005-12-06 11:08:25 +00:00
EditorListener.java Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
EditorStatus.java Moved serial monitor baud rate from the Tools menu to the EditorStatus bar. No longer appending newline when pressing enter in the serial monitor edit field. 2006-10-15 13:48:45 +00:00
FindReplace.java Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
Library.java Appled Hans Steiner's patch to search for avr=tools in path on Linux (instead of requiring symlinks to the Arduino tools directory). Added an upload.verbose preference for dumping details of the upload process. 2006-08-27 09:45:28 +00:00
LibraryManager.java Libraries now support syntax coloring and are built on IDE startup. 2006-04-09 12:40:34 +00:00
MessageConsumer.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
MessageSiphon.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
MessageStream.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
Preferences.java Adding interface for serial communication from PC to Arduino board. 2006-07-08 10:43:47 +00:00
PresentMode.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
Runner.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
RunnerClassLoader.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
RunnerException.java Adding some error checking code related to the launching of avr-size because some people were having trouble on Windows. 2006-12-25 18:00:00 +00:00
Serial.java svn merge -r 72:HEAD svn+ssh://mellis@svn.berlios.de/svnroot/repos/arduino/tags/0004 - used Base.java from tags/0004 but changed version back to 0003. 2006-01-12 23:24:12 +00:00
Sizer.java Adding some error checking code related to the launching of avr-size because some people were having trouble on Windows. 2006-12-25 18:00:00 +00:00
Sketch.java Now appending main() to the user's sketch in preparation for making the Arduino core a library (.a) file. 2007-01-12 17:58:39 +00:00
SketchCode.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
SketchHistory.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
Sketchbook.java Libraries now support syntax coloring and are built on IDE startup. 2006-04-09 12:40:34 +00:00
SwingWorker.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
Target.java svn merge -r 72:HEAD svn+ssh://mellis@svn.berlios.de/svnroot/repos/arduino/tags/0004 - used Base.java from tags/0004 but changed version back to 0003. 2006-01-12 23:24:12 +00:00
UpdateCheck.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
Uploader.java Appled Hans Steiner's patch to search for avr=tools in path on Linux (instead of requiring symlinks to the Arduino tools directory). Added an upload.verbose preference for dumping details of the upload process. 2006-08-27 09:45:28 +00:00