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
Cristian Maglie
27d1b8d9a1
Merge branch 'windows-dpi-awareness'
2016-11-21 12:43:01 +01:00
Cristian Maglie
1f1092fb3a
Removed debug messages in 39577072
2016-11-21 11:50:24 +01:00
Cristian Maglie
3957707218
Use Win10 API SetThreadDpiAwarenessContext to force DPI Awareness
...
This commit contains debug messages used for testing purposes.
2016-11-10 16:14:25 +02:00
Cristian Maglie
41092be596
Merge branch 'editor-refactor-fixup'
2016-11-09 14:25:45 +01:00
Cristian Maglie
650840381f
Small cleanup, no code change
2016-11-07 14:51:25 +01:00
Cristian Maglie
5b4af28f47
Removed dead code
2016-11-07 14:47:33 +01:00
Cristian Maglie
5244daa5d1
Use the same Comparator to sort EditorTab and SketchFile
2016-11-07 12:13:30 +01:00
Cristian Maglie
c35469ea81
Updated translations strings
2016-11-07 10:48:18 +01:00
Cristian Maglie
8c5b064956
Added error message if a referenced core is not found
2016-11-07 10:48:04 +01:00
Cristian Maglie
03225e787f
Windows: Autodetection of display resolution
2016-11-04 10:23:49 +02:00
Cristian Maglie
d63162b5a1
Added Platform.getSystemDPI() API
2016-11-04 10:23:48 +02:00
Cristian Maglie
af70053218
Improved Plaftorm.openUrl(..) for Windows
...
If a local file is being opened, now the function tries to convert
the path into a URI. This seems to be a more reliable way to open file
on Windows 10 that has a more strict permission policy on cmd.exe.
2016-11-03 19:37:52 +02:00
Cristian Maglie
21ff728c59
Merge remote-tracking branch 'cmaglie/fix-win-paths'
2016-11-03 12:10:24 +01:00
Martino Facchin
12eb09f0b9
Fix NPE if referred core is nonexistent
...
Fixes #5502
2016-10-27 12:46:44 +02:00
Cristian Maglie
3af99c0847
Use Documents/ArduinoData when running as a Windows UWP
...
LocalAppData is restricted for Windows Apps, so we are forced to use
a document folder.
2016-10-19 16:28:21 +02:00
Cristian Maglie
2856600463
Windows: Use Shell32 utility to determine known paths
2016-10-19 16:28:21 +02:00
Cristian Maglie
31a9029c1d
Updated i18n strings
2016-10-05 15:55:32 +02:00
Cristian Maglie
653a05273d
Check sanitaryName only on basename without extension
...
This regression originates from:
8725bb1e Clean up sketch loading
before this commit the sketch name sanitization was made on the sketch
name without the extension.
After 8725bb1e instead the name sanitization is made on the filename, so
including the ".ino" extension.
This lead to a weird corner case, caused by the limit of 63 characters
on the sketch name: before 8725bb1e it would be possible to save a sketch
with a name of exactly 63 characters, but after 8725bb1e this sketch will
suddenly becomes invalid becuase the 63 chars name + extension would exceed
the 63 characters limit.
This commit fix this regression.
Fix #5431
2016-10-03 17:00:08 +02:00
Martino Facchin
0a8e7a14f1
Make sure DiscoveryManager is not null when calling it
...
Solves #5413
2016-10-03 11:07:10 +02:00
Cristian Maglie
ec2e9a642a
Added all missing @Override annotations
2016-09-29 20:15:57 +02:00