Federico Fissore
9ebe916fac
Restoring keyword.txt loading and parsing. Added token type identifiers and related style in theme.txt
2015-05-07 17:15:50 +02:00
Federico Fissore
58cd233aee
New editor: addede missing license headers on new files
2015-05-07 17:15:50 +02:00
ricardo.jl.rufino
725dffa69e
updated tests for new Textarea
2015-05-07 17:15:49 +02:00
ricardo.jl.rufino
2e497c6c47
removing files from the old editor
2015-05-07 17:15:49 +02:00
Federico Fissore
9b58812d1d
Preparing the ground for rewriting Preferences GUI code (and hopefully fixing the tiny-pref-window bug on macosx)
2015-05-05 10:02:12 +02:00
Federico Fissore
cf1879f948
Introducing GPG signature verification when loading main package_index file
2015-05-04 12:05:50 +02:00
Federico Fissore
2d65814451
Added missing license header to tests
2015-04-30 11:26:15 +02:00
Federico Fissore
dabd6e4903
Tests weren't deleting temporary files: fixed
2015-04-15 11:00:23 +02:00
Federico Fissore
3465fcf97b
File.deleteOnExit is not recursive. Replaced by DeleteFilesOnShutdown shutdown hook. Fixes #2971
2015-04-15 10:21:37 +02:00
Federico Fissore
9521d54bee
Windows: added listComPorts test case
2015-04-10 15:31:11 +02:00
Federico Fissore
29cb42eb50
Bundled core is again inside the hardware folder.
...
Fixed a handful of glitches when dealing with multiple installed cores
2015-03-31 17:42:41 +02:00
Federico Fissore
e646ca2525
ContributionInstaller OS check: MacOSX now uses real arch rather than JVM one
2015-03-27 14:51:18 +01:00
Federico Fissore
17d3729426
Package names refactoring: contributions is the main package, libs and cores are subpackages
2015-03-27 14:51:16 +01:00
Federico Fissore
64e6edde96
Added HostDependentDownloadableContributionTest
2015-03-27 14:51:13 +01:00
Federico Fissore
e5e5880a15
HostDependentDownloadableContribution better handles Macosx
2015-03-27 14:51:13 +01:00
Cristian Maglie
100dd21bd0
Added Contributed Platforms.
...
- TargetPackage / TargetPlatform / TargetBoard are now interfaces
- Contributions installed are detected during init time
- Tools must be referenced through "path" property (automatically set
by the IDE to the contributed tool path)
2015-03-27 14:51:09 +01:00
Federico Fissore
155abfe280
MacOSX: Fest is not working well with java7+, needs a cheat
2015-03-26 15:16:44 +01:00
Federico Fissore
6d2aa17051
Compound edits weren't part of the undo/redo dance
2015-02-27 15:51:58 +01:00
Cristian Maglie
5ff4c9f8dc
Temporary disabled DefaultTargetTest under certain conditions
2015-01-14 18:42:19 +01:00
Cristian Maglie
60309fe8b8
Fixed test
2015-01-14 17:18:43 +01:00
Cristian Maglie
29d2ab72e2
Fixed a bunch of simple warnings in java code
2015-01-13 23:16:50 +01:00
Cristian Maglie
7b2ed12ad7
Temporarily disabled I18N test
2014-11-13 16:34:25 +01:00
Claudio Indellicati
1974d77abe
Added new command line options.
...
--buildpath
--nouploadport
--useprogrammer
2014-11-13 16:23:46 +01:00
Claudio Indellicati
83c61376e0
Split UploaderAndMonitorFactory in two distinct classes.
2014-11-13 16:23:44 +01:00
Claudio Indellicati
c666274bf9
Moved libraries and importToLibraryTable (and related methods) from Base to BaseNoGui (work in progress).
2014-11-13 16:23:41 +01:00
Cristian Maglie
e76de57f6b
Fixed parsing of dependency files (.d) to improve sketch build speed
...
Close #2255
2014-10-31 11:39:36 +01:00
Federico Fissore
1b783fa48c
Formatter: cursor position is saved when invoking autoformat. Fixes #2293
2014-09-30 17:17:13 +02:00
Federico Fissore
0c62798fcb
Fixed typo in test
2014-02-06 10:21:54 +01:00
Federico Fissore
4e262a566d
Introducing "defaultTarget" board is the one selected in preferences is not available. Closes #1731
2013-12-19 13:14:44 +01:00
Federico Fissore
d0758af29a
PreProcessor now replace every single char with a space, without collapsing multiline matches
2013-11-18 11:39:52 +01:00
Federico Fissore
84e9d70415
Preprocessor regexp: "." now matches even line terminators. Closes #1653
2013-11-17 22:12:07 +01:00
Federico Fissore
e6698e4baa
Enforcing string start/end check. See #1687
2013-11-16 14:41:54 +01:00
Federico Fissore
139dd6bf6a
PdePreprocessor restored to version 316b871
...
Added an "insideString" flag in scrubComments to avoid failing with strings like "Hello */*"
Added a handful of tests taking code from various issues in order to better avoid future regressions
Closes #1687
2013-11-16 12:59:41 +01:00
Federico Fissore
e1579af565
PdePreprocessor: different patterns order leads to a slightly different result. Updating test
2013-11-11 12:24:59 +01:00
Federico Fissore
07f8c691b4
PdePreprocessor.scubComments result used before looking for libraries. Fixes #1293
2013-11-11 12:05:59 +01:00
Kristian Lauszus
7706fcfdde
Can now detect devices with serial number in the port number on OSX - see: https://github.com/arduino/Arduino/issues/223
...
It now also parses PID and VID values with text afterwards properly
2013-11-11 04:42:29 +01:00
Federico Fissore
0d8e12dbe0
OSX workaround for board autodetection #223
2013-11-08 20:34:05 +01:00
Federico Fissore
bdf7eba7ed
Fixed pre processor bug. Closes #1245
2013-10-22 17:32:25 +02:00
Federico Fissore
59de784e9f
Trying to fix macosx system_profiler parser
2013-10-21 18:34:38 +02:00
Federico Fissore
f7f616c3bb
Adding AutoformatTest
2013-10-15 18:09:09 +02:00
Federico Fissore
9898fd7ae6
Added support to openssh config file
2013-10-15 17:17:16 +02:00
Federico Fissore
e548f3111c
Added another macos system profiler test
2013-10-12 15:02:45 +02:00
Federico Fissore
553ef6ee70
More tests on maxosx system profiler output
2013-09-20 10:40:03 +02:00
Cristian Maglie
0b632dba47
Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery
...
Conflicts:
hardware/arduino/avr/cores/arduino/USBCore.cpp
2013-07-30 10:45:44 +02:00
Cristian Maglie
f8ec9418d1
Fixed bug in StringReplacer
2013-07-19 16:08:36 +02:00
Federico Fissore
f648715621
Introducing uploader "warnings", a first attempt to give users more feedback with complex uploads
2013-07-10 09:44:49 +02:00
Federico Fissore
ae222c10e7
HTTPUploader is now SSHUploader
...
running avrdude with ssh, thus recovering incremental output
2013-06-13 13:01:21 +02:00
Cristian Maglie
4b0a976686
First refactoring of uploaders
2013-06-03 00:44:15 +02:00
Federico Fissore
e25601e3e5
cleanup
2013-05-31 10:11:59 +02:00
Federico Fissore
376b0f8b3f
Serial.dispose() throws IOException
...
SerialException extends IOException
SerialMonitor is now a subclass of a generic AbstractMonitor; introducing NetworkMonitor
UploaderFactory becomes PerPortObjectFactory and can build AbstractMonitors
favouring IOException over SerialException
collecting constants in Constants
made MessageSiphon stoppable
2013-05-31 09:45:52 +02:00
Federico Fissore
f9945b55f1
dogstick is now yun
2013-05-23 11:03:09 +02:00
Federico Fissore
11db302b3e
made parser aware of that now vid & pid have 0x
2013-05-06 12:31:03 +02:00
Federico Fissore
8ba3533a7a
more macosx boards autodetect tests
2013-05-06 12:31:03 +02:00
Federico Fissore
2f5d71fb59
updated code to reflect upstream API changes
2013-05-06 12:31:03 +02:00
Federico Fissore
0b8489d31e
boards.txt modified. java code updated
2013-05-06 12:31:02 +02:00
Federico Fissore
e6468f0387
first upload code
2013-05-06 12:31:02 +02:00
Federico Fissore
1445529d1c
working on #223 : Auto-detection of serial ports. Windows version ready
2013-05-06 12:31:01 +02:00
Federico Fissore
0d47f22787
working on #223 : Auto-detection of serial ports. Mac version ready even if a bit slow
2013-05-06 12:31:01 +02:00
Cristian Maglie
443d0e1f26
Updated libaries and core handling.
...
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
Merge branch 'lib-1.5-cores' into ide-1.5.x
2013-04-17 17:53:03 +02:00
Cristian Maglie
a1d63c27d8
Fixed I18NTest
2013-03-11 20:22:04 +01:00
Cristian Maglie
3c01c5ff77
A lot of refactoring on Preferences, custom menus and Boards:
...
- Merged MapWithSubkeys into PreferencesMap.
- Added TargetBoard class.
- Simplified a bit submenu generation.
2013-03-02 13:28:40 +01:00
Cristian Maglie
37f5315464
Added test for GUI (Reduce Indent)
2013-02-27 17:10:46 +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
Federico Fissore
6a721ab52a
cleaned up imports
2013-02-27 11:51:14 +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
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
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
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
Federico Fissore
9b7f473fae
new boards menu with custom submenus
...
https://code.google.com/p/arduino/issues/detail?id=257
2012-10-29 16:40:49 +01:00
Federico Fissore
44045cc85d
import library also import folder (already expanded libraries)
2012-10-18 16:49:14 +02:00
Federico Fissore
378c4392e0
keep included folder name as top level folder name, delete MAC folder and hidden files
2012-10-18 16:00:02 +02:00
Federico Fissore
e8ea12c629
Add library from ZIP
2012-10-17 15:25:29 +02:00