mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
586e7d5fe8
This commit fixes instances when setText is called on editorTab and the rectangle that highlights the bracket match becomes incorrect. This is because text is inserted to the document without notifying the textarea. Calling setLineWrap internally fires an event that recalculates the bracket match rectangle and thus solves the problem. |
||
---|---|---|
.. | ||
.settings | ||
lib | ||
src | ||
test | ||
test-lib | ||
testdata/libraries | ||
.classpath | ||
.classpath_macosx | ||
.editorconfig | ||
.project | ||
build.xml |