Commit Graph

6466 Commits

Author SHA1 Message Date
Cristian Maglie 1f35bfca53 Fixed regression tests on Indent/Unindent and Comment/Uncomment actions
RSTA for some reason doesn't fire update signals on DocumentListeners.
2017-03-01 10:38:09 +01:00
Matthijs Kooijman f5eb673f44 Update RSyntaxTextArea to 2.6.1
This imports the unmodified upstream version of RSTA from
http://repo1.maven.org/maven2/com/fifesoft/rsyntaxtextarea/2.6.1/rsyntaxtextarea-2.6.1.jar
since the Arduino-specific changes are no longer required.

This fixes #5888
2017-03-01 10:38:09 +01:00
Cristian Maglie 5f12bb9a3e Removed the need for get/setUndoManager()
This dramatically simplifies undo/redo handling and allows to use
unpatched RSyntaxTextArea library.
2017-03-01 10:38:09 +01:00
Cristian Maglie 1062307c52 Removed some redundant `this` keyword 2017-02-27 13:48:54 +01:00
Cristian Maglie dd17388280 Removed unneeded up-cast 2017-02-27 13:48:54 +01:00
Matthijs Kooijman 87c917f4ea Remove unused CaretAwareUndoableEdit class
It seems this class has been unused since the switch to RSyntaxTextArea
was made.
2017-02-27 13:46:38 +01:00
Cristian Maglie ad503bce6d Added missing license 2017-02-27 13:45:16 +01:00
Martino Facchin c0a99f9ec9 Disallow opening Serial monitor during compilation
Commit 6d5597b070 introduced a guard against multiple concurrent operations.
This guard also avoid any real serial monitor "open" during the compile+upload phase, but it didn't handle keyboard shortcuts.

Fixes https://github.com/arduino/Arduino/issues/6015
2017-02-24 16:42:58 +01:00
Cristian Maglie 58422f71a0 Other updates to readme 2017-02-20 18:47:45 +01:00
Suryaveer 3d7cb7f179 added guide for installation in macOS and windows 2017-02-20 18:44:55 +01:00
Cristian Maglie 241df10c85 Merge branch 'handle_UTF-8_serial' of https://github.com/aknrdureegaesr/Arduino 2017-02-20 16:12:50 +01:00
Cristian Maglie 0b297d2906 Fixed fields hidden by local variable warnings 2017-02-20 15:22:27 +01:00
Cristian Maglie ffe6aee5a6 Updated eclipse formatter options 2017-02-20 15:22:27 +01:00
Cristian Maglie 4d6385ab6d Serial monitor: input textfield is automatically selected
When the serial monitor window is focused again (not reopened but put
in background and selected again) the text input field is now
automatically focused.

Fix #5810
2017-02-17 10:57:20 +01:00
Martino Facchin e9e24bd369 Merge pull request #5879 from facchinm/better-mdns
Update jmdns to 3.5.1
2017-02-10 18:36:14 +01:00
Andreas Krüger ba302ee9c8
Properly decode UTF-8 characters comming in from serial one byte at a time.
This fixes #2430.
2017-02-10 01:39:33 +01:00
Martino Facchin 7434443d58 Update bundled avr core version to 1.6.18 2017-02-08 17:50:04 +01:00
Martino Facchin d6a42b88a1 Update arduinoOTA to 1.1.1 2017-02-08 17:50:04 +01:00
Martino Facchin b931d63df5 Update avrdude to 6.3.0-arduino9 2017-02-08 17:50:04 +01:00
Martino Facchin 2d0ef4a07a Update avr-gcc to avr-gcc-4.9.2-atmel3.5.4-arduino2 2017-02-08 17:50:04 +01:00
Dan Stutts a095d2a3c8 Add 500Kbps, 1Mbps and 2Mbps to the list of available serial speeds 2017-02-08 17:21:12 +01:00
Sandeep Mistry 26ae0ac868 Add virtual beginMulticast(...) stub to UDP class 2017-02-08 15:33:41 +01:00
Martino Facchin cd729a964d Update revisions.txt 2017-02-08 15:10:32 +01:00
Martino Facchin 8d955c8be1 Merge pull request #5623 from matthijskooijman/stk500-jtagice3
Support the Atmel STK500 and JTAGICE3 for ISP
2017-02-08 12:57:46 +01:00
Martino Facchin dfea164dfe Merge branch 'master' into stk500-jtagice3 2017-02-08 12:56:49 +01:00
Martino Facchin 2870bae7c9 Add Atmel-ICE as AVR programmer 2017-02-08 12:48:47 +01:00
Martino Facchin 0b549ef3c9 Merge pull request #5892 from ximion/master
Make metainfo and .desktop files spec compliant
2017-02-08 12:47:07 +01:00
Martino Facchin 2e98854703 Remove sam platform from IDE repo
Refer to https://github.com/arduino/ArduinoCore-sam for further development.
All the tagged issues will be moved to the new repo
PRs which only apply to SAM platform will need to be recreated instead
2017-02-08 12:44:31 +01:00
Cristian Maglie 057419b08b Fixed build (rename arduino-builer-arm to arduino-builder-linuxarm)
Fix #5945
2017-02-03 15:11:53 +01:00
Cristian Maglie 29613e2166 Update arduino-builder to 1.3.24 2017-02-02 11:36:43 +01:00
Cristian Maglie 2048ae264b Small makeup for ContributedLibrary.equals() 2017-01-25 16:28:54 +01:00
Cristian Maglie 3d0a153c04 Factored out `arduino-builder-build` task in build.xml
This allows also conditional build of arduino-builder.

See #5438
2017-01-25 16:24:35 +01:00
Cristian Maglie ff5b9f6660 Consider sketchbook and bundled libraries folders only if they exists 2017-01-25 16:24:35 +01:00
Cristian Maglie a044f59634 Allow empty bundle hardware folder 2017-01-25 16:24:35 +01:00
Martino Facchin b2241dadf8 Greatly simplify Network discovery code
use jmmdns to simplyfy the code and automatically take care of interfaces switching
2017-01-23 16:09:27 +01:00
Cristian Maglie 61cccc0151 verify/upload from CLI with relative path works again
Fix #5836
2017-01-23 13:41:03 +01:00
Cristian Maglie 3f74631762 Added test for command line regression
See #5836
2017-01-23 13:41:03 +01:00
Peter Oliver e54553a53d Add more fields to the AppStream metainfo file 2017-01-22 20:45:36 +01:00
Matthias Klumpp 5af7165b40 Make metainfo and .desktop files spec compliant
This resolves bug #5890
2017-01-22 20:42:47 +01:00
Martino Facchin 44c0c7300e Merge pull request #5444 from kevans91/freebsd-platform-tag
Add FreeBSD Platform Tag -- supports x86_64-freebsd, arm*-freebsd, an…
2017-01-20 17:49:27 +01:00
Martino Facchin aab908086e Fix classpath on Windows 2017-01-20 15:08:19 +01:00
Arturo Guadalupi 934cac171c changed sensor pin
Fixes #5884
2017-01-20 09:40:07 +01:00
Martino Facchin 0c8aebd6e8 Port fixes for upstream jmdns 2017-01-19 17:02:50 +01:00
Martino Facchin 0df438b817 Update jmdns to 3.5.1 2017-01-19 11:47:53 +01:00
Martino Facchin 6fc0379298 Starting IDE 1.8.2 2017-01-17 12:11:04 +01:00
Cristian Maglie 465c753e6a Updated changelog, release 1.8.1 2017-01-09 12:30:34 +01:00
agdl 55f3a4a475 Improved comment 2017-01-09 12:21:38 +01:00
agdl 62c0f0f79f USe LED_BUILTIN in BlinkWithoutDelay 2017-01-09 12:21:38 +01:00
Cristian Maglie e00e7bc427 Updated translations 2017-01-09 12:20:07 +01:00
Martino Facchin b87bc0f90a Merge branch 'master' of github.com:arduino/Arduino 2017-01-09 12:13:54 +01:00