1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00
Commit Graph

559 Commits

Author SHA1 Message Date
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
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
a78cbf1ef3 updated build.xml to include new jars 2013-02-19 15:26:44 +01:00
7887b54199 updated build.xml to include new jars 2013-02-19 15:26:37 +01:00
bddb47ed26 Library class, round 2 2013-02-13 19:10:30 +01:00
7aeb972e14 merging ide-1.5.x 2013-02-13 16:25:40 +01:00
dd772f761b Removed useless baud rates from serial monitor 2013-02-13 11:02:15 +01:00
ec67c88b21 Removed useless baud rates from serial monitor 2013-02-13 10:29:52 +01:00
a07fc245db preparing next release 2013-02-13 10:29:36 +01:00
f530539c98 Added boards and arch defines.
Merge branch 'boards_defines' into lib-1.5
2013-02-11 19:53:54 +01:00
e5fa7e8183 BOARDS and ARCH defines from boards.txt
See #308
2013-02-11 19:43:04 +01:00
b57701ed01 updated rxtx libs to every OS 2013-02-11 18:13:07 +01:00
aa2d0e0c3c Factoring Library class, step 2: first try parsing library metadata 2013-02-11 18:11:52 +01:00
f4cd50b8ac typos in keywords txt can break syntax highlighting
fixes #1269
2013-02-11 11:30:38 +01:00
a2fc4332b9 Merge remote-tracking branch 'arduino/ide-1.5.x' into HEAD 2013-02-08 18:16:37 +01:00
f8deaa5cfb Factoring Library class 2013-02-08 18:15:00 +01:00
5cebf99de5 ide 1.5.x preferences moved to "Arduino15" folder for windows and macosx
see #1167
2013-02-06 17:30:08 +01:00
3d2ab5639b ide 1.5.x settings moved to ".arduino15" folder 2013-02-06 17:30:08 +01:00
05dda78b23 rxtx 2.2 2013-02-06 17:26:07 +01:00
b082406775 hardening initial files load 2013-02-06 13:15:04 +01:00
6fa49abcbc removed duplicate constructor call 2013-02-04 17:28:56 +01:00
bd66184e29 closes #278 Text marker should follow undo actions 2013-01-30 15:49:45 +01:00
6d3ec1fbe5 wrong path name. now using getContentFile function 2013-01-30 15:33:15 +01:00
0c31401fd4 using File.separator 2013-01-30 15:33:14 +01:00
bef59a4de1 removed TemplateSketch.ino. Now using BareMinimum.ino 2013-01-30 15:33:14 +01:00
8e00662cb7 introducing template sketch with empty setup and loop functions. see #1138 2013-01-30 15:33:14 +01:00
5beea81ee2 Merge branch 'ide-1.5.x' into lib-1.5 2013-01-28 11:37:51 +01:00
c1ce89ee48 I18NTest: using _en as reference, removed test failure as this test was downgraded to "report" 2013-01-24 10:44:17 +01:00
6f08b8eae1 translations updated. new translations added 2013-01-23 17:58:00 +01:00
a281930f3f Upped version to 1.5.2 2013-01-23 17:26:46 +01:00
316b871829 Refactored PdePreprocessor class 2013-01-23 13:42:09 +01:00
8a8bb44745 monitoring I18N translations 2013-01-23 13:13:01 +01:00
5fd56b5d91 monitoring I18N translations 2013-01-23 13:04:45 +01:00
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
e1856b373c scrollable menu 2013-01-16 17:19:04 +01:00
73c8f1c4ab see #1211: formatted code, moved RelativePath code into FileUtils 2013-01-16 14:05:06 +01:00
093483602f fixed a bug introduced by my rebase after 24bef6b. 2013-01-16 14:05:05 +01:00
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
3c6f2ced52 triggering onBoardOrPortChange when changing port 2013-01-07 12:06:07 +01:00
6c57bc362b Default sketchbook folder for Linux
should be "Arduino".
2012-12-31 01:10:09 +09:00
b5d264443c Merge remote-tracking branch 'arduino/ide-1.5.x' into ide-1.5.x 2012-12-27 11:58:47 +01:00
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
bd4f20ed0a Permissions/IO errors can cause nullpointerexception
Fixes #1160

Merge remote-tracking branch 'arduino/master-issue1160'
2012-12-27 11:53:06 +01:00
85d1b50505 merging #91 2012-12-27 11:42:24 +01:00
739ab8c873 Removed 2secs wait while using IDE from command line 2012-12-23 15:34:33 +01:00
a35e6194f1 merging #84 2012-12-19 16:56:22 +01:00
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
2cfebc9cd0 porting #100 to branch 1.5.x 2012-12-19 16:23:07 +01:00
1750ff0266 Sort keys in the preferences.txt. 2012-12-19 22:58:53 +09:00
022d550909 Extended command line flags 2012-12-19 10:32:29 +01:00