Federico Fissore
|
5284c3a3e6
|
IDE Command line: using "isAbsolute" instead of "exists" to avoid conflicting with files in IDE install location
|
2013-10-28 12:50:17 +01:00 |
|
Federico Fissore
|
d133365cc1
|
IDE command line: sketches can now be specified with relative paths. Fixes #1493
|
2013-10-28 10:10:14 +01:00 |
|
Cayci
|
787f73dade
|
Display line numbers for the file being edited
|
2013-10-28 00:19:30 -04:00 |
|
Federico Fissore
|
26ff527ad2
|
It's now possible to specify additional custom board parameters when running the IDE from the command line
Eg: --board arduino:avr:pro:cpu=8MHzatmega168,other=value
Closes #1353
|
2013-10-24 15:26:31 +02:00 |
|
Federico Fissore
|
8aab91c6ec
|
Removed unused parameteri
|
2013-10-24 14:40:30 +02:00 |
|
Federico Fissore
|
bdf7eba7ed
|
Fixed pre processor bug. Closes #1245
|
2013-10-22 17:32:25 +02:00 |
|
Federico Fissore
|
8bcf02ac3b
|
Improved File open/save dialogs, remembering last opened file/folder
Consistent UI across the IDE
Solves NPE on some linuxes #1384
Hopefully improves UX #559
|
2013-10-22 15:34:42 +02:00 |
|
Federico Fissore
|
05fa62d9db
|
Added warning message in case sketch contains invalid file name. Fixes #1390
|
2013-10-22 11:21:46 +02:00 |
|
Federico Fissore
|
59de784e9f
|
Trying to fix macosx system_profiler parser
|
2013-10-21 18:34:38 +02:00 |
|
Federico Fissore
|
49a05121d4
|
Examples now scrollable. Closes #1548 and #1177
|
2013-10-17 17:25:39 +02:00 |
|
Federico Fissore
|
d535f878f6
|
Boards now scrollable. Closes #1440
|
2013-10-17 17:16:16 +02:00 |
|
Federico Fissore
|
4a47eef28a
|
Mouse scroll wheel fix for MenuScroller
|
2013-10-17 16:58:56 +02:00 |
|
Federico Fissore
|
1877703920
|
Centering the first Editor to the middle of the main monitor. Fixes #1629
|
2013-10-17 16:51:56 +02:00 |
|
Federico Fissore
|
143c91f0b5
|
Import Library feedback was going to the first opened editor, despite its availability. Closes #1598
|
2013-10-17 14:29:12 +02:00 |
|
Federico Fissore
|
027f7c7403
|
Forcing GUI update events to happen in the Event Dispatch Thread
|
2013-10-15 18:09:52 +02:00 |
|
Federico Fissore
|
f7f616c3bb
|
Adding AutoformatTest
|
2013-10-15 18:09:09 +02:00 |
|
Federico Fissore
|
06445dd151
|
Preventing upload and serial monitor on not (yet) available boards
|
2013-10-15 17:17:16 +02:00 |
|
Federico Fissore
|
9898fd7ae6
|
Added support to openssh config file
|
2013-10-15 17:17:16 +02:00 |
|
Federico Fissore
|
56bdebb8d7
|
Introducing Artistic Style: new IDE autoformatter
|
2013-10-14 18:11:30 +02:00 |
|
Federico Fissore
|
6378c8c647
|
Moving Library.SOURCE_CONTROL_FOLDERS into FileUtils.isSCCSOrHiddenFile #1619
|
2013-10-14 14:48:41 +02:00 |
|
Federico Fissore
|
72440e7893
|
Added missing class FileNameExtensionFilter
|
2013-10-14 12:55:39 +02:00 |
|
Federico Fissore
|
21ef50beb4
|
It was still using jdk FileNameExtensionFilter
|
2013-10-14 12:34:09 +02:00 |
|
Federico Fissore
|
65708b68a9
|
Print a warning instead than just ignoring #1619
|
2013-10-14 11:55:03 +02:00 |
|
Federico Fissore
|
c0a0e49db6
|
Ignore folders used by source code control software (subversino, git...) #1619
|
2013-10-14 11:40:13 +02:00 |
|
Federico Fissore
|
5fc1d779c7
|
It was still using jdk FileNameExtensionFilter
|
2013-10-12 15:02:08 +02:00 |
|
Cristian Maglie
|
d1d561ddb7
|
Update localization pull script to handle java Locale class exceptions
|
2013-10-02 18:18:35 +02:00 |
|
Cristian Maglie
|
6dd750e35b
|
Finished renaming resouces bundles "he" and "id" to "iw" and "in" respectively
|
2013-10-02 18:18:34 +02:00 |
|
Federico Fissore
|
9a10a22bc3
|
Renamed resouces boundles he and id to iw and in respectively
Removed try catch around i18n.init
|
2013-10-02 17:52:59 +02:00 |
|
Cristian Maglie
|
8028cc38e7
|
Added "English (UK)" to the language list.
|
2013-10-02 17:40:44 +02:00 |
|
Federico Fissore
|
63914efb06
|
Fixed locale selection
|
2013-10-02 17:34:38 +02:00 |
|
Cristian Maglie
|
2f38d1aaa5
|
Added "Using library.." debugging message in verbose output.
|
2013-10-01 15:03:43 +02:00 |
|
Federico Fissore
|
af20a50b31
|
Disabling board auto detection on windows. (again....)
See #1573
|
2013-09-21 20:30:12 +02:00 |
|
Cristian Maglie
|
9db77e18f8
|
Fetch updates of translations from transifex.
|
2013-09-13 19:33:07 +02:00 |
|
Cristian Maglie
|
e3cd447527
|
Updated locales
|
2013-09-13 19:33:07 +02:00 |
|
Cristian Maglie
|
fca6d77079
|
Updated available languages
|
2013-09-13 19:33:06 +02:00 |
|
Federico Fissore
|
f9568df256
|
Revert "Disabling board auto detection on windows. Argh..."
This reverts commit 5a086c976b38aa627f60edfa93256dca72faec79.
|
2013-09-13 17:47:19 +02:00 |
|
Federico Fissore
|
5a086c976b
|
Disabling board auto detection on windows. Argh...
|
2013-09-11 14:39:14 +02:00 |
|
Federico Fissore
|
5032e630fe
|
Catching Throwable instead of IOException in an attempt to catch unknown "type mismatch error" on windows8
|
2013-09-11 12:02:29 +02:00 |
|
Cristian Maglie
|
9df65fdfe5
|
Fixed translation string
|
2013-09-10 12:34:46 +02:00 |
|
Cristian Maglie
|
e563c5f136
|
Added/Refactored list of available languages
|
2013-09-10 12:26:44 +02:00 |
|
Cristian Maglie
|
d4fe0a13b6
|
Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery
Conflicts:
build/shared/revisions.txt
|
2013-09-10 12:10:57 +02:00 |
|
Cristian Maglie
|
421fa18c3c
|
Updated revision log, and upped version to 1.5.4
|
2013-09-09 19:47:25 +02:00 |
|
Cristian Maglie
|
33a177260e
|
Revert to English locale if the system default is not available
See #1525
|
2013-09-09 19:47:25 +02:00 |
|
Cristian Maglie
|
74909a0060
|
Changed message for sketch memory usage.
|
2013-09-09 17:49:10 +02:00 |
|
Cristian Maglie
|
7dd9f81f39
|
Updated revision log, and upped version to 1.5.4
|
2013-09-06 18:39:42 +02:00 |
|
Cristian Maglie
|
64ea65cf54
|
Revert to English locale if the system default is not available
See #1525
|
2013-09-06 16:02:42 +02:00 |
|
Federico Fissore
|
effb59da4b
|
Merge remote-tracking branch 'arduino/ide-1.5.x' into dev-ide-1.5.x-discovery
|
2013-09-06 12:59:24 +02:00 |
|
Cristian Maglie
|
ed41a67614
|
Silently revert to system i18n language, if the currently selected language is not available.
|
2013-09-03 11:36:57 +02:00 |
|
Cristian Maglie
|
448595d0b2
|
Removed some java warnings
|
2013-09-03 11:08:07 +02:00 |
|
Cristian Maglie
|
4edca6f01d
|
Refactored Languages array
|
2013-09-01 13:46:56 +02:00 |
|