Commit Graph

1042 Commits

Author SHA1 Message Date
Federico Fissore 26a3c7cd4a Got rid of ANTLR: we never used it 2015-08-10 09:35:47 +02:00
Federico Fissore 7ae21e6561 Got rid of bundled javadoc. We never updated it since forking processing. No plans to start maintaining it 2015-08-10 09:31:20 +02:00
Federico Fissore f719bae255 Update readme.md 2015-08-10 09:07:55 +02:00
Ramon van Belzen 36d597f93e Rename howto.txt to readme.md 2015-08-09 17:22:27 +02:00
Federico Fissore 0a7b3d5ba8 Updated bundled reference 2015-08-06 15:09:20 +02:00
Federico Fissore 119cda6dda Update revisions.txt 2015-08-06 10:30:38 +02:00
Federico Fissore f9612bcdbd Updatable boards support and libraries notification 2015-08-06 10:27:51 +02:00
Federico Fissore 4967a1135e Update revisions.txt 2015-08-05 17:02:57 +02:00
Federico Fissore cb292d6114 Got rid of Guava lib: java 8 has its features builtin 2015-08-05 12:09:24 +02:00
Federico Fissore 078daf7ac3 Merge pull request #3573 from agdl/basicKitRenaming
Added BasicKit name to examples folder
2015-08-04 16:00:16 +02:00
Federico Fissore db70ee5cbb Added LED_BUILTIN to keywords.txt. Fixes #3574 2015-08-03 10:19:45 +02:00
Arturo Guadalupi 8f4cd17486 Added BasicKit name to examples folder
according to #3560 I added BasicKit after 10.StarterKit. / is not allowed
2015-07-23 15:18:03 +02:00
Cristian Maglie fb29544516 Merge tag '1.6.5-r3' 2015-07-20 15:56:15 +02:00
Cristian Maglie a3b5ab4ff7 Update revision log 2015-07-20 14:02:45 +02:00
Cristian Maglie d6c5344b67 Workaround for MacOSX gatekeeper (OSX 10.10.4)
It seems that gatekeeper now applies tighter checks on
libraries dinamically linked from executables included
in a package.

This is a workaround until a proper solution is found.

Fixes #3468
2015-07-20 14:01:54 +02:00
Martino Facchin 99814355ec add includes to USB examples 2015-07-16 13:13:53 +02:00
Federico Fissore 8f4c08af86 Added missing conditionals in keywords.txt. Fixes #966 2015-07-09 13:13:22 +02:00
Federico Fissore 3cf1204833 Keywords: added preprocessor directives. Fixes #3480 2015-07-08 16:21:31 +02:00
Federico Fissore 974fef1000 Serial plotter: added comment to ReadAnalogVoltage. See #3451 2015-07-07 09:04:00 +02:00
Federico Fissore d9b3a86e84 Serial plotter: added comment to AnalogReadSerial. Fixes #3451 2015-07-06 15:27:07 +02:00
Federico Fissore 5e98cd8528 Examples: mass code format. See example_formatter.conf 2015-07-06 15:19:05 +02:00
Federico Fissore 0d857e7e20 libastyle update was wrong. here is right one 2015-07-06 13:31:15 +02:00
Federico Fissore 3158139e76 Updated revisions.txt 2015-07-06 12:48:06 +02:00
Federico Fissore 9f1b95dadd Windows: IDE startup feels faster 2015-07-06 12:48:06 +02:00
Federico Fissore 9f50313038 Upgraded libastyle to 2.05.1 2015-07-06 12:48:06 +02:00
pfeerick 9c6e868119 Update for command line man page
Amendment to CLI documentation re: Windows GUI/console executable differences and behaviours, as per #3461, unless it is expected to change in the near future...
2015-07-06 18:40:32 +10:00
Federico Fissore b0587d1091 Updated rsyntaxtextarea 2015-07-06 09:25:52 +02:00
Federico Fissore 8df0fbfbb3 MacOSX: removed pre 10.7 build.xml portions and files 2015-07-06 09:25:37 +02:00
Federico Fissore 6258e02436 Line highlighting setting was read from preferences while it's stored in theme.txt. Fixed and disabled line highlighting by default since no one has never seen it. Fixes #1228 2015-07-03 11:58:18 +02:00
Federico Fissore e544891718 Update manpage.adoc 2015-07-02 11:36:21 +02:00
Cristian Maglie 36c2216dd6 Update revision log 2015-06-30 11:40:20 +02:00
Federico Fissore 7c91cbaf55 Linux: startup script was using dropped --curdir param. Fixed 2015-06-30 09:07:02 +02:00
Federico Fissore 16c852ada5 Update revisions.txt 2015-06-29 16:16:04 +02:00
Federico Fissore 801ed6960e Update revisions.txt 2015-06-29 15:46:35 +02:00
Federico Fissore 41a993def7 Windows: fixed paths and options in config*.xml 2015-06-29 14:28:16 +02:00
Federico Fissore 85ae80b6f9 Introducing APP_DIR property. Allows the IDE to know its installation folder.
Also upgrading appbundler with a patched version: https://bitbucket.org/ffissore/appbundler It allows to know the current working directory
These two put together, we can now rely on APP_DIR when loading IDE resources while being sure current working directory is properly set, thus being much more friendly when run from CLI
Fixes #1493
2015-06-29 14:28:16 +02:00
Federico Fissore 4114ef2f27 Merge pull request #3414 from martinjos/windows-build-jdk-fix
Windows build: look for JDK release file in parent dir.
2015-06-25 10:39:48 +02:00
Federico Fissore 1ee9f56818 Merge branch 'ide-1.5.x' 2015-06-25 10:24:08 +02:00
Martin Sidaway 8f89baf0b9 Build: look for JDK release file in parent dir. 2015-06-24 16:27:13 +01:00
Carlos 55782bcb62 Documentation fix of arduino executable location in MacOS X command line.
Updated the command line documentation to list the current Arduino executable file in MacOS X.
Update the history entry to list this change.
2015-06-23 23:03:16 +01:00
Federico Fissore 98eb1a9ee2 Re-introducing JNA, used only on Windows and only to access Windows Registry. Should fix #3360 2015-06-23 12:46:58 +02:00
Federico Fissore 7d8d07889f ArduinoISP example moved under 11.ArduinoISP 2015-06-23 10:16:09 +02:00
Federico Fissore 3076c63c7a Update revisions.txt 2015-06-19 09:22:13 +02:00
Federico Fissore f48d3fac0c Updated bundled reference 2015-06-17 16:28:55 +02:00
Federico Fissore 5b2ef53045 Update revisions.txt 2015-06-17 13:59:51 +02:00
Federico Fissore df0cdd0a48 Update revisions.txt 2015-06-17 13:58:20 +02:00
Federico Fissore dd5edd1b7f Windows: missing chdir tag in config*.xml prevents double clicking .ino file from opening the IDE 2015-06-16 15:47:11 +02:00
Federico Fissore c1eade16fc Windows: missing chdir tag in config*.xml prevents double clicking .ino file from opening the IDE 2015-06-16 15:46:18 +02:00
Federico Fissore ad8046dab5 Starting 1.6.6 2015-06-16 12:45:05 +02:00
Federico Fissore ffff480e9b Forgot to specify colour for LITERAL_BOOLEAN token type. Fixes #3346 2015-06-16 11:53:34 +02:00