newbie15
fe52e7f04f
Added a note about non-standard row offsets in LiquidCrystal.cpp
...
In my case I had to change it to make my 16x4 LCD work properly
Fixes #1333
2015-05-08 12:35:04 +02:00
Federico Fissore
36cfd0af28
Windows: launch4j urls changed to generic host downloads.sourceforge.net instead of switch.dl.sourceforge.net
2015-05-08 10:34:40 +02:00
Federico Fissore
b32d3553c6
Windows: this launch4j conf SHOULD force using only the bundled JVM
2015-05-08 10:19:24 +02:00
Federico Fissore
5064af486f
Added .editorconfig files http://editorconfig.org/
2015-05-08 10:18:43 +02:00
Federico Fissore
f17cc834cf
Code folding is disabled by default. Fixes #3105
2015-05-07 20:40:50 +02:00
Federico Fissore
5bc6cee118
Added missing licenses/copyrights
2015-05-07 17:30:05 +02:00
Federico Fissore
8efe0a90cf
Update revisions.txt
2015-05-07 17:16:33 +02:00
Federico Fissore
0598d38a04
Code folding was not visible when line numbers were disabled. Fixed
2015-05-07 17:15:51 +02:00
Federico Fissore
2981059251
PdeKeywords must be read before consulting command line args
2015-05-07 17:15:51 +02:00
ricardo.jl.rufino
21c7715f02
hyperlinks enabled by default on comment
2015-05-07 17:15:51 +02:00
Federico Fissore
eb42243475
Ensure hyperlinks are coloured using theme.txt colour
...
Enabling [CTRL,CMD]+click to open hyperlinks
2015-05-07 17:15:51 +02:00
Federico Fissore
5967294287
MacOSX: default font size set to 12
2015-05-07 17:15:51 +02:00
Federico Fissore
9dbde04212
Added rsyntaxtextarea license file
2015-05-07 17:15:51 +02:00
Federico Fissore
f8aecd0f9c
Autoformat was generating two undo action, the first one being an empty editor. Tested and fixed
2015-05-07 17:15:51 +02:00
Federico Fissore
c0a1ffa27a
Fixed failing PdeKeywords test
...
Autoformat was not saving caret position any more. Fixed
2015-05-07 17:15:51 +02:00
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
5eca70b1d0
New editor: removed 1px border around editor
2015-05-07 17:15:50 +02:00
Federico Fissore
2ec7a02532
Removed color theme selection: we currently support only one theme
2015-05-07 17:15:50 +02:00
Federico Fissore
330aeb0ba1
Revert "improves font rendering"
...
This reverts commit c2d9a1b020f82fa82ef0df04765adc40e87d145f.
2015-05-07 17:15:50 +02:00
Federico Fissore
67997a6605
Revert "make editor folding happy"
...
This reverts commit e0926139fb61f7edbc38dd5bf7aaff1644e07a8f.
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
f426188d04
Add 'Code Folding' preferences and fix Font-Size changes
2015-05-07 17:15:50 +02:00
ricardo.jl.rufino
1e61cd6b4c
preferences for syntax highlighting theme
2015-05-07 17:15:50 +02:00
ricardo.jl.rufino
45094a9d52
remove not used interface
2015-05-07 17:15:50 +02:00
ricardo.jl.rufino
96fcda2cbc
make editor folding happy
2015-05-07 17:15:50 +02:00
ricardo.jl.rufino
1cc14bb263
update classpath - add new dependency
2015-05-07 17:15:49 +02:00
ricardo.jl.rufino
1379505e13
new editor based on RSyntaxTextArea
2015-05-07 17:15:49 +02:00
ricardo.jl.rufino
63f153c0c2
Allow redirect logs to console
2015-05-07 17:15:49 +02:00
ricardo.jl.rufino
ff49809d77
improves font rendering
2015-05-07 17:15:49 +02:00
ricardo.jl.rufino
725dffa69e
updated tests for new Textarea
2015-05-07 17:15:49 +02:00
ricardo.jl.rufino
1c78ba5f3d
add RSyntaxTexarea jar
2015-05-07 17:15:49 +02:00
ricardo.jl.rufino
c3e1a9443c
simple code refactor on PdePreprocessor
2015-05-07 17:15:49 +02:00
ricardo.jl.rufino
903622ea63
build and run scripts - add new dependency and linux desktop icon
2015-05-07 17:15:49 +02:00
ricardo.jl.rufino
6b4e7d7c41
arduino logo for linux icon
2015-05-07 17:15:49 +02:00
ricardo.jl.rufino
6e74d98ade
install script for linux
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
e70545948c
Update revisions.txt
2015-05-07 17:15:37 +02:00
Federico Fissore
9d92baa14c
Fixing longstanding bug that made File and Tools menu items overlap "sometimes"
2015-05-07 16:52:25 +02:00
Federico Fissore
50a5034176
Ensuring sketch menu is properly rendered when editor windows gains/loses focus
2015-05-07 14:55:50 +02:00
Federico Fissore
fd6d9561a8
Export sketch: refactored to reuse existing code
2015-05-07 12:32:52 +02:00
Arnav Gupta
4d029de000
saveHex: rename recipe.hex -> recipe.output
...
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
2015-05-07 11:57:12 +02:00
Arnav Gupta
4acfc0c344
Make the export option string translatable
2015-05-07 11:57:12 +02:00
Arnav Gupta
78936541b7
update Sketch menu, add Save hex option
...
* Moving Upload options from "File" menu to "Sketch" menu as those
are sketch actions more than file actions.
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
2015-05-07 11:57:12 +02:00
Federico Fissore
11327bb3a6
Starting 1.6.5
2015-05-07 11:56:38 +02:00
Federico Fissore
5a68e3441b
AVR core version bump
2015-05-06 16:24:13 +02:00
Federico Fissore
4e2c46aa45
Merge pull request #3091 from cmaglie/gemma
...
Support for Arduino Gemma
2015-05-06 16:05:10 +02:00
Cristian Maglie
7edf21f8c2
Updated revision log
2015-05-06 15:59:59 +02:00
Cristian Maglie
b3b5d03875
[gemma] Added driver for Windows
2015-05-06 15:56:02 +02:00
Cristian Maglie
79c77ae884
[gemma] Integration of Gemma board
2015-05-06 15:55:56 +02:00
Federico Fissore
d0d9aa82d1
Merge pull request #3017 from cmaglie/programmer-pref-override
...
programmer.txt definitions must have priority over platforms.txt tools definitions
2015-05-06 15:49:33 +02:00