Commit Graph

15 Commits

Author SHA1 Message Date
David A. Mellis 20ebdc9d30 Spaces -> tabs in keywords.txt (should fix highlighting of bit related functions). 2009-07-14 22:07:37 +00:00
David A. Mellis a81628675d Removing applet/ directories from the examples. 2009-07-11 01:17:59 +00:00
David A. Mellis 29c339013a Adding Tom's new examples. 2009-07-11 00:34:59 +00:00
David A. Mellis 8d73929f5d Removing old examples so I can copy over Tom's new ones. 2009-07-11 00:33:27 +00:00
David A. Mellis 950d0d4c00 Switching theme colors and images to the old Arduino blue ones. On the plus side, the new theme setup should make it easier to have different colors in different releases (i.e. improve the color scheme). 2009-06-13 13:43:48 +00:00
David A. Mellis c3c44d8ee1 Updating Windows build scripts and launch4j config and copying over relevant files (avr tools, drivers, dll's) 2009-06-07 16:00:05 +00:00
David A. Mellis 82c3d1fe16 Removing Processing information from the Info.plist; updating todo. 2009-06-07 11:57:38 +00:00
David A. Mellis 309358962a Copying over the scripts for downloading the reference; updating the reference. 2009-06-07 11:48:06 +00:00
David A. Mellis 1f838c0ae0 Creating the Arduino .dmg template and modifying the Mac OS X dist.sh for Arduino. 2009-06-07 11:16:40 +00:00
David A. Mellis 60a3f29abf Removing files for Processing's export to applet feature. 2009-06-02 16:13:08 +00:00
David A. Mellis 24b5abc79d Replacing Processing's text files with Arduino's (e.g. todo.txt) 2009-06-01 21:06:59 +00:00
David A. Mellis df4f1629c4 Making things more Arduino-like (cont...) 2009-06-01 17:10:56 +00:00
David A. Mellis 14778514ae Re-configured compilation and integrated uploading. Added the Board and Serial port menus: these are currently shared across editor windows.
No longer using Library and LibraryManager.  Instead the compiler finds the .c and .cpp files in the library paths (gotten from the Sketch via the Preprocessor and the Base's library table).  This breaks libraries that have header files in sub-directories but use #include with no path names (as sub-directories of library directories are not on the include path).  It will also cause problems with .c or .cpp files with the same name in different library utility folders or in a sketch or the target (core).

Now deriving the Target correctly from the selected item in the board menu.
2009-06-01 15:14:05 +00:00
David A. Mellis 2fa8deb92d First integration of the Arduino code in Processing 5503: PreProcessor and Compiler have been integrated with changes to the Sketch.
Compilation still has problems (Thread error on success, and can't handle non-pde files in a sketch).
Modified the Mac OS X make.sh to copy the hardware, avr tools, and example over.
Removing some of the antlr stuff.  
Disabling the Commander (command-line execution) for now.
Added Library, LibraryManager, and Target.
Added support for prefixed preferences (e.g. for boards and programmers).
2009-06-01 08:32:11 +00:00
David A. Mellis 22ed6cdb73 Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00