aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-11-04 07:55:57 +1100
committerNeil <nyamatongwe@gmail.com>2019-11-04 07:55:57 +1100
commitc4771c41b036b67ffb6b72e67f9165a80ec24467 (patch)
tree415721d0fd77646510aaa7fa3b0d8d61d084fc61 /doc/ScintillaHistory.html
parent78ac9f3ecf3ee474ea2e6c45ae32450a5b6d2ac4 (diff)
downloadscintilla-mirror-c4771c41b036b67ffb6b72e67f9165a80ec24467.tar.gz
Bug [#1933]. Fix highlighting of lines longer than 1024 characters.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index d7312f008..7ac3f1758 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -579,6 +579,10 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1320/">Feature #1320</a>.
</li>
<li>
+ Fix bug in properties file lexer where long lines were only styled for the first 1024 characters.
+ <a href="https://sourceforge.net/p/scintilla/bugs/1933/">Bug #1933</a>.
+ </li>
+ <li>
Avoid unnecessary IME caret movement on Win32.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1304/">Feature #1304</a>.
</li>