Martino Facchin
73f40ac32e
Only rescan libraries folders when really needed
...
Scanning libraries is an heavy task if the sketchbook becomes huge;
This patch targets two points:
- remove the rescan() after setLibrariesFolders(), which already performs a rescan
- call setLibrariesFolders() only when the folder list has changed
- This ensures that no scan is performed when changing board in the same architecture
Could mitigate #6350
2018-05-02 15:52:13 +02:00
Cristian Maglie
f0e5bab51c
Started 1.8.6 and updated changelog
2017-10-16 13:02:46 +02:00
Cristian Maglie
81997612b2
Updated source translations
...
Fix #6815
2017-10-13 10:51:08 +02:00
Cristian Maglie
61c77c922a
Updated translations
2017-09-28 16:22:14 +02:00
Cristian Maglie
369b23a7d2
Refactored function to get status of menus in MacOSX
2017-09-28 12:57:56 +02:00
Martino Facchin
a2b5f661b8
Fix macOS 10.13 missing menubar
...
The global bar is being used if locale is English and About() menu is present
2017-09-27 17:43:52 +02:00
Cristian Maglie
7c27d09c6f
Added check for negative font size in preferences.
...
This should allow to automatically recover situations like
https://github.com/arduino/Arduino/issues/6359#issuecomment-324247440
See #6359
2017-08-28 18:01:30 +02:00
Cristian Maglie
5bbb9054d4
Starting 1.8.5
2017-08-28 13:04:57 +02:00
Cristian Maglie
5c3f474c0e
Updated translations
2017-08-18 15:17:48 +02:00
Cristian Maglie
4545283ae7
Sketch names starting with a digit are now allowed
...
Fix #6592
2017-08-18 15:11:24 +02:00
Martino Facchin
144213fb8a
Merge pull request #6388 from matthijskooijman/fix-renaming-new-files
...
Fix renaming of newly added files
2017-08-01 11:45:29 +02:00
per1234
7c039c484b
Starting IDE 1.8.4
...
Fixes https://github.com/arduino/Arduino/issues/6554
2017-07-26 08:17:44 -07:00
Cristian Maglie
101677bba2
Fixed NPE introduced in 125846f5
...
Fix #6552
2017-07-25 23:03:25 +02:00
David Gauchard
125846f55d
per-board generic option in config file boards.txt for disabling control of dtr+rts from IDE, allowing board specific use of these lines for example for reset or programming mode. Currently used by esp8266/Arduino.
2017-07-18 10:59:06 +02:00
Matthijs Kooijman
beadf8fe63
Fix renaming of newly added files
...
Before 72f815bcf (Refactor file adding and renaming, and save as handling)
renaming a file would first save it and then rename it. Since that
commit, renaming an unsaved, newly added file would try to rename a
non-existing file on disk, causing an error message.
This is fixed by only moving the on-disk file if it exists, otherwise
just the in-memory filename is updated and the file will be written
during the next save.
Fixes : #6265
2017-06-16 21:58:11 +02:00
Cristian Maglie
a06fa27558
Added new translations
2017-05-30 17:48:00 +02:00
Cristian Maglie
8f53860607
Updated translations
2017-05-30 17:21:53 +02:00
Cristian Maglie
d65e6ffc3d
Merge pull request #6331 from cmaglie/jssc-no-unpack
...
Two fix for future Windows compatibility
2017-05-30 15:58:10 +02:00
Cristian Maglie
bb41ad791f
Use win32 ShellExecute API to open URL with default browser
2017-05-22 12:25:58 +02:00
Cristian Maglie
e500c7c41f
Enabling "external editor" now requires to save all sketches.
...
Fix #6196
2017-05-16 14:53:27 +02:00
Cristian Maglie
00c1a3b3eb
Renamed editor.auto_close_braces pref and set default value
2017-04-13 11:38:23 +02:00
Michael michael.sytko
d5a73dc419
added setting to show always file extensions
2017-04-10 14:24:26 +02:00
Martino Facchin
647a1b0aaa
Starting IDE 1.8.3
2017-03-23 09:26:56 +01:00
Cristian Maglie
acf17ec305
Updates to translations
2017-03-22 13:27:36 +01:00
Cristian Maglie
674419a464
Fixed a bunch of trivial javac warnings
2017-03-22 12:12:46 +01:00
Cristian Maglie
b4a1a03eb5
Updated translations resources
2017-03-21 12:47:10 +01:00
Cristian Maglie
b81059f616
Updates to translations
2017-03-21 11:40:53 +01:00
Martino Facchin
5b6adec95f
add preference checkbox for core cache
2017-03-20 17:31:38 +01:00
jeroenoverman
7714a41c0c
Fix copy data folder when performing save as operation
...
Changed the location where the variable `folder` gets updated. The
function `getDataFolder()` uses this variable to return the data folder.
It was looking for the data folder of the original sketch in the folder
of the new created sketch.
Furthermore the data folder will now be created if it does not exist yet
in the new sketch before copying the files of the original sketch.
2017-03-07 17:14:00 +01:00
Cristian Maglie
241df10c85
Merge branch 'handle_UTF-8_serial' of https://github.com/aknrdureegaesr/Arduino
2017-02-20 16:12:50 +01:00
Cristian Maglie
0b297d2906
Fixed fields hidden by local variable warnings
2017-02-20 15:22:27 +01:00
Martino Facchin
e9e24bd369
Merge pull request #5879 from facchinm/better-mdns
...
Update jmdns to 3.5.1
2017-02-10 18:36:14 +01:00
Andreas Krüger
ba302ee9c8
Properly decode UTF-8 characters comming in from serial one byte at a time.
...
This fixes #2430 .
2017-02-10 01:39:33 +01:00
Martino Facchin
b2241dadf8
Greatly simplify Network discovery code
...
use jmmdns to simplyfy the code and automatically take care of interfaces switching
2017-01-23 16:09:27 +01:00
Martino Facchin
0c8aebd6e8
Port fixes for upstream jmdns
2017-01-19 17:02:50 +01:00
Martino Facchin
6fc0379298
Starting IDE 1.8.2
2017-01-17 12:11:04 +01:00
Cristian Maglie
e00e7bc427
Updated translations
2017-01-09 12:20:07 +01:00
Martino Facchin
548320f998
Fix transiflex scripts to explicitly require python2
2017-01-04 16:31:14 +01:00
Cristian Maglie
da97506adf
Started IDE 1.8.1
2016-12-24 00:14:33 +01:00
Martino Facchin
d115f44a31
Update IDE version to 1.8.0
2016-12-21 16:12:44 +01:00
Martino Facchin
e9709689de
Add extra field to serial discovery targeting Tian board
2016-12-16 10:59:00 +01:00
Cristian Maglie
bd4c79fbac
Updated translations
2016-12-15 17:36:32 +01:00
Martino Facchin
6dacb6b0bf
Clear Modified flag on Save As...
...
Fixes #5550 (in the proper way this time)
2016-12-12 14:14:36 +01:00
Martino Facchin
a93b45d9c8
Merge pull request #5573 from facchinm/fix_symlink_5478
...
Fix symlinks being replaced with files on save
2016-12-07 13:17:28 +01:00
Cristian Maglie
39c3e8bb8b
Merge branch 'x11-fix'
2016-11-25 15:12:05 +01:00
Cristian Maglie
8eae64181e
Removed old prototype code from #2328 that is now in Base
2016-11-25 15:10:38 +01:00
Martino Facchin
2d1f49a077
Fix symlinks being replaced with files on save
...
Fixes #5478
Backported from Processing 0abee5af6a/app/src/processing/app/Util.java (L174)
2016-11-24 09:58:27 +01:00
Martino Facchin
c209e33e97
Starting version 1.6.14
2016-11-23 10:48:13 +01:00
Cristian Maglie
de65c3d89f
Updated translations
2016-11-21 18:14:40 +01:00
Cristian Maglie
954941c0aa
Updated string
2016-11-21 18:14:38 +01:00