Federico Fissore
719f79c037
removing old rxtx references
2013-02-27 13:42:45 +01:00
Federico Fissore
e099cd2333
linux: adding support to ttyACM devices
2013-02-27 13:42:45 +01:00
Federico Fissore
d69ab6ae05
introducing jSSC: an RXTX replacement
2013-02-27 13:42:45 +01:00
Cristian Maglie
d246ca06ab
Added test for "Decrease Indent with 1 char on the last line"
...
See #1271
2013-02-27 13:34:52 +01:00
Shigeru KANEMOTO
5e17ae84a2
Fix: Exception when decreasing indent.
...
Fix to prevent an exception when decreasing indents if the length
of the last line of file is less than the indent width.
2013-02-27 13:31:06 +01:00
Federico Fissore
6a721ab52a
cleaned up imports
2013-02-27 11:51:14 +01:00
Federico Fissore
5cc770d41a
formatted
2013-02-27 11:49:09 +01:00
Shigeru KANEMOTO
f183579eaa
Fix: Exception if type ESC for close confirmation.
...
If you type an Escape key if a close econfirmation dialog is prompted
for unsaved file, an exception thrown. This behavior fixed.
2013-02-27 11:47:11 +01:00
Federico Fissore
2fde40f46a
changed test to Character.isISOControl
2013-02-27 11:47:03 +01:00
Shigeru KANEMOTO
4185c2e905
Fix: "Ctrl+," and "Ctrl+/"
...
Linux and Windows: If you press "Ctrl+," to invoke the preferences dialog,
the file on editor will be marked as "modified". This behavior fixed.
Linux: If you press "Ctrl+/" to comment the line, the line will be replaced
with a single "/" letter. This behavior fixed.
2013-02-27 11:43:36 +01:00
Shigeru KANEMOTO
6a59764e0b
newJMenuItem() should use SHORTCUT_KEY_MASK
...
newJMenuItem() should use SHORTCUT_KEY_MASK variable defined at the top of this class.
2013-02-27 11:43:16 +01:00
Federico Fissore
af1828a00a
GUI tests:
...
- refactored to execute GUI code in swing thread
- added failing test the check escape keypress behaviour con save/close modal dialog see #1279
2013-02-27 11:42:16 +01:00
Cristian Maglie
a58bea74b8
Bugfix for garbage data coming from serial port after reset. (Arduino Due)
...
Fixed #1267
Merge branch 'fix-usbserial-firmware-due' into ide-1.5.x
2013-02-26 17:35:49 +01:00
Federico Fissore
0ce79a11eb
ant windows build
2013-02-20 13:33:09 +01:00
Federico Fissore
024dcf05f9
testing via ant failed (see #1288 )
2013-02-20 10:56:48 +01:00
Federico Fissore
19d8e24eeb
testing via ant failed (see #1288 )
2013-02-20 10:28:57 +01:00
Federico Fissore
f0087ed0e7
testing via ant failed, now fixed (see #1288 )
2013-02-20 10:02:17 +01:00
Federico Fissore
7d638910dd
support libraries for running FEST-Swing tests
2013-02-20 09:37:14 +01:00
Federico Fissore
e399b1e50a
first functional test made with FEST: simulation of user interaction with the IDE
...
found and solved a bug with caret positioning with a cleared editor (see #1288 )
2013-02-20 09:36:33 +01:00
Federico Fissore
271a2c53d4
moved tests in a separater ant target so that they can run AFTER assets like nodejs and the compiler are unpacked and ready to be used
2013-02-19 15:26:49 +01:00
Federico Fissore
a78cbf1ef3
updated build.xml to include new jars
2013-02-19 15:26:44 +01:00
Federico Fissore
7887b54199
updated build.xml to include new jars
2013-02-19 15:26:37 +01:00
Cristian Maglie
6754035498
Updated revision log
2013-02-15 17:50:38 +01:00
Cristian Maglie
7314489bea
Added CAN library (alpha)
2013-02-15 15:51:25 +01:00
Cristian Maglie
0f41b963d4
Merge remote-tracking branch 'arduino/ide-1.5.x' into HEAD
2013-02-13 16:26:19 +01:00
Cristian Maglie
7f7637c782
Fixed delayMicrosecond() when interrupts are disabled
2013-02-13 15:41:31 +01:00
Federico Fissore
74e991c0db
fixing PID for esplora
2013-02-13 13:33:43 +01:00
Federico Fissore
dd772f761b
Removed useless baud rates from serial monitor
2013-02-13 11:02:15 +01:00
Federico Fissore
ec67c88b21
Removed useless baud rates from serial monitor
2013-02-13 10:29:52 +01:00
Federico Fissore
a07fc245db
preparing next release
2013-02-13 10:29:36 +01:00
Cristian Maglie
1e1fce8e8e
Added old firmware for Arduino Due USB2Serial (atmega16u2)
2013-02-11 22:18:22 +01:00
Federico Fissore
b57701ed01
updated rxtx libs to every OS
2013-02-11 18:13:07 +01:00
Federico Fissore
f4cd50b8ac
typos in keywords txt can break syntax highlighting
...
fixes #1269
2013-02-11 11:30:38 +01:00
Thibaut VIARD
68fe402f8e
[CAN] adding raw class first stage
2013-02-07 18:13:44 +01:00
Federico Fissore
5cebf99de5
ide 1.5.x preferences moved to "Arduino15" folder for windows and macosx
...
see #1167
2013-02-06 17:30:08 +01:00
Federico Fissore
3d2ab5639b
ide 1.5.x settings moved to ".arduino15" folder
2013-02-06 17:30:08 +01:00
Federico Fissore
05dda78b23
rxtx 2.2
2013-02-06 17:26:07 +01:00
Federico Fissore
b082406775
hardening initial files load
2013-02-06 13:15:04 +01:00
Cristian Maglie
f53239e60a
Updated revision log
2013-02-06 12:49:37 +01:00
Cristian Maglie
6b25f0c0ba
Merge pull request #1255 from cmaglie/usbcdc-loopback-fix
...
Fixed SerialUSB data handshake when host sends a lot of data (PeterVH, stimmer)
2013-02-06 03:30:12 -08:00
Cristian Maglie
e903a6df1a
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
2013-02-06 11:26:01 +01:00
Cristian Maglie
cdce800f69
Updated revision log
2013-02-06 11:13:21 +01:00
Cristian Maglie
0b98fd2c8c
Updated driver for Windows (all-in-one, signature for Win8)
...
Fixes #1040
Fixes #1114
2013-02-06 11:08:06 +01:00
Cristian Maglie
976f7588b7
Bugfix for garbage data coming from serial port after reset.
...
http://arduino.cc/forum/index.php/topic,134847
2013-02-05 21:00:08 +01:00
Federico Fissore
bfbd9252e7
fixing macosx signed build
2013-02-05 16:30:00 +01:00
Federico Fissore
6fa49abcbc
removed duplicate constructor call
2013-02-04 17:28:56 +01:00
Federico Fissore
f3c9cf037f
closes #928 . Windows release notes need carriage returns
2013-02-04 16:56:26 +01:00
Cristian Maglie
3c4132b0df
Merge remote-tracking branch 'arduino/macosx-sign-build' into ide-1.5.x
2013-02-04 15:20:00 +01:00
Federico Fissore
6658d2ae21
fix missing dependency in windows build
2013-02-04 15:09:35 +01:00
Federico Fissore
2caf18bf2c
more windows related gitignore
2013-02-04 15:09:31 +01:00