Cristian Maglie
37f5315464
Added test for GUI (Reduce Indent)
2013-02-27 17:10:46 +01:00
Cristian Maglie
dbbee51947
Updated eclipse classpath
2013-02-27 14:08:56 +01:00
Federico Fissore
991663409a
null check on SerialPort.readBytes
2013-02-27 13:42:45 +01:00
Federico Fissore
23086d6b35
jssc.jar update for mac
...
min jre version on windows
2013-02-27 13:42:45 +01:00
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
Cristian Maglie
32fbb3183c
Merge pull request #1277 from mdxtinkernick/patch-1
...
Update build/shared/examples/05.Control/Arrays/Arrays.ino
2013-02-22 05:14:35 -08: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
bddb47ed26
Library class, round 2
2013-02-13 19:10:30 +01:00
Cristian Maglie
0f41b963d4
Merge remote-tracking branch 'arduino/ide-1.5.x' into HEAD
2013-02-13 16:26:19 +01:00
Federico Fissore
7aeb972e14
merging ide-1.5.x
2013-02-13 16:25:40 +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
mdxtinkernick
a6022df422
Update build/shared/examples/05.Control/Arrays/Arrays.ino
...
removed redundant thisPin declaration in setup
2013-02-11 21:41:30 +00:00
Cristian Maglie
1e1fce8e8e
Added old firmware for Arduino Due USB2Serial (atmega16u2)
2013-02-11 22:18:22 +01:00
Cristian Maglie
f530539c98
Added boards and arch defines.
...
Merge branch 'boards_defines' into lib-1.5
2013-02-11 19:53:54 +01:00
Cristian Maglie
e5fa7e8183
BOARDS and ARCH defines from boards.txt
...
See #308
2013-02-11 19:43:04 +01:00
Federico Fissore
b57701ed01
updated rxtx libs to every OS
2013-02-11 18:13:07 +01:00
Cristian Maglie
aa2d0e0c3c
Factoring Library class, step 2: first try parsing library metadata
2013-02-11 18:11:52 +01:00
Federico Fissore
f4cd50b8ac
typos in keywords txt can break syntax highlighting
...
fixes #1269
2013-02-11 11:30:38 +01:00
Mimmo La Fauci
863b47ad5e
Added WiFi Udp Implementation
2013-02-08 19:22:23 +01:00
Mimmo La Fauci
a0c96bebdd
Added function on WString class to export char ptr
2013-02-08 19:21:46 +01:00
Cristian Maglie
a2fc4332b9
Merge remote-tracking branch 'arduino/ide-1.5.x' into HEAD
2013-02-08 18:16:37 +01:00
Cristian Maglie
f8deaa5cfb
Factoring Library class
2013-02-08 18:15:00 +01:00
Thibaut VIARD
68fe402f8e
[CAN] adding raw class first stage
2013-02-07 18:13:44 +01:00
Fede85
1a0dcb2959
closes #954 . Typo in WebServer sketches
2013-02-07 16:24:56 +01:00