1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/app
Matthijs Kooijman 422c111d81 Let EditorTab listen for changes to the text area
Previously, EditorTab set the Document on the SketchCodeDocument, and
the latter would listen for changes, only forwarding the modified status
to SketchCode. This commit cuts out a step and lets EditorTab call
SketchCode::setModified directly.

Additionally, the DocumentTextChangedListener helper class is added,
which wraps a simple (lambda) function to be called whenever anything
about the document text is modified. This hides the verbosity of having
to handle both insertion and deletion, and instead suffices with just
having a single lambda function instead.
2016-08-26 16:42:44 +02:00
..
.settings Updated eclipse project files 2015-06-25 12:47:38 +02:00
lib Added Batik 1.8 java library 2016-01-26 12:09:56 +01:00
src Let EditorTab listen for changes to the text area 2016-08-26 16:42:44 +02:00
test Use a separate RSyntaxTextArea for each editor tab 2016-08-26 16:42:44 +02:00
test-lib added files that state third party licenses 2013-08-28 10:12:33 +02:00
.classpath Added Batik 1.8 java library 2016-01-26 12:09:56 +01:00
.classpath_macosx Got rid of ANTLR: we never used it 2015-08-10 09:35:47 +02:00
.editorconfig Added .editorconfig files http://editorconfig.org/ 2015-05-08 10:18:43 +02:00
.project Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
build.xml Added proxy PAC file support functions 2015-08-21 08:41:50 +02:00