1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Commit Graph

395 Commits

Author SHA1 Message Date
Federico Fissore
7887b54199 updated build.xml to include new jars 2013-02-19 15:26:37 +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
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
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
Federico Fissore
6fa49abcbc removed duplicate constructor call 2013-02-04 17:28:56 +01:00
Federico Fissore
bd66184e29 closes #278 Text marker should follow undo actions 2013-01-30 15:49:45 +01:00
Federico Fissore
6d3ec1fbe5 wrong path name. now using getContentFile function 2013-01-30 15:33:15 +01:00
Federico Fissore
0c31401fd4 using File.separator 2013-01-30 15:33:14 +01:00
Federico Fissore
bef59a4de1 removed TemplateSketch.ino. Now using BareMinimum.ino 2013-01-30 15:33:14 +01:00
Federico Fissore
8e00662cb7 introducing template sketch with empty setup and loop functions. see #1138 2013-01-30 15:33:14 +01:00
Federico Fissore
c1ce89ee48 I18NTest: using _en as reference, removed test failure as this test was downgraded to "report" 2013-01-24 10:44:17 +01:00
Federico Fissore
6f08b8eae1 translations updated. new translations added 2013-01-23 17:58:00 +01:00
Cristian Maglie
a281930f3f Upped version to 1.5.2 2013-01-23 17:26:46 +01:00
Cristian Maglie
316b871829 Refactored PdePreprocessor class 2013-01-23 13:42:09 +01:00
Federico Fissore
8a8bb44745 monitoring I18N translations 2013-01-23 13:13:01 +01:00
Federico Fissore
5fd56b5d91 monitoring I18N translations 2013-01-23 13:04:45 +01:00
Shigeru KANEMOTO
1c7c530454 Scroll the editor tab menu.
When the sketch folder contains a lot of source files, the editor
tab menu should scroll. Without this, we don't have a way to select
some files hidden under bottom edge of the screen.
2013-01-18 15:57:43 +09:00
Federico Fissore
e1856b373c scrollable menu 2013-01-16 17:19:04 +01:00
Federico Fissore
73c8f1c4ab see #1211: formatted code, moved RelativePath code into FileUtils 2013-01-16 14:05:06 +01:00
Shigeru KANEMOTO
093483602f fixed a bug introduced by my rebase after 24bef6b. 2013-01-16 14:05:05 +01:00
Shigeru KANEMOTO
02447a0170 Portable Arduino
Use Arduino on USB flash stick and without affecting anything on your PC.

To use this feature, simply make a folder named "portable" in the application
root folder where there are "hardware", "examples", "lib" and others.
In this mode, file association setting is disabled in the preferences dialog.

The sketch book folder is inside the "portable" folder. This may be confusing
especially for Mac OSX "Arduino.app" folder.
2013-01-16 14:05:05 +01:00
Federico Fissore
3c6f2ced52 triggering onBoardOrPortChange when changing port 2013-01-07 12:06:07 +01:00
Shigeru KANEMOTO
6c57bc362b Default sketchbook folder for Linux
should be "Arduino".
2012-12-31 01:10:09 +09:00
Cristian Maglie
b5d264443c Merge remote-tracking branch 'arduino/ide-1.5.x' into ide-1.5.x 2012-12-27 11:58:47 +01:00
Cristian Maglie
a05c73bf8f Permissions/IO errors can cause nullpointerexception
Fixes #1160
Merge remote-tracking branch 'arduino/ide-1.5.x-issue1160' into ide-1.5.x
2012-12-27 11:56:37 +01:00
Austin St. Aubin
85d1b50505 merging #91 2012-12-27 11:42:24 +01:00
Cristian Maglie
739ab8c873 Removed 2secs wait while using IDE from command line 2012-12-23 15:34:33 +01:00
Federico Fissore
a35e6194f1 merging #84 2012-12-19 16:56:22 +01:00
Federico Fissore
b703b8a964 Merge pull request #84 from JackDanger/typo-in-ethernet-localizzazione
Fixed two typos in deprecation warning in Italiano
2012-12-19 07:53:32 -08:00
Federico Fissore
2cfebc9cd0 porting #100 to branch 1.5.x 2012-12-19 16:23:07 +01:00
Shigeru KANEMOTO
1750ff0266 Sort keys in the preferences.txt. 2012-12-19 22:58:53 +09:00
Cristian Maglie
022d550909 Extended command line flags 2012-12-19 10:32:29 +01:00
Cristian Maglie
12ac3f3958 Fixed NPE when unknown platform/board are selected in preference 2012-12-18 20:30:26 +01:00
Cristian Maglie
69b31ba86f Removed debug message. 2012-12-18 20:28:43 +01:00
Federico Fissore
1247b230bc yet another fix to I18N
see #1170
2012-12-17 17:47:24 +01:00
Cristian Maglie
b56034e785 Merged 1.0.4 pre-release into 1.5 2012-12-17 17:06:20 +01:00
Federico Fissore
24bef6b559 see #1170 #943 2012-12-13 15:18:22 +01:00
Federico Fissore
8dacb1eab0 see #1160 2012-12-12 17:23:46 +01:00
Federico Fissore
4011f480d1 see #1161 2012-12-12 16:25:52 +01:00
Federico Fissore
9fdb047197 removed check on .h file existence 2012-12-10 10:43:13 +01:00
Federico Fissore
d458ef7806 fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
Cristian Maglie
b32ed2d450 Upped version number to 1.0.3 2012-12-07 18:31:48 +01:00
Cristian Maglie
b918faffbd Fixed examples search in fat-libraries 2012-12-05 17:06:56 +01:00
Federico Fissore
e18d2a018d ignored test-bin folder
junit reports in xml
2012-12-04 13:43:21 +01:00