diff options
author | Neil <nyamatongwe@gmail.com> | 2019-11-04 07:55:57 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-11-04 07:55:57 +1100 |
commit | c4771c41b036b67ffb6b72e67f9165a80ec24467 (patch) | |
tree | 415721d0fd77646510aaa7fa3b0d8d61d084fc61 /doc/ScintillaHistory.html | |
parent | 78ac9f3ecf3ee474ea2e6c45ae32450a5b6d2ac4 (diff) | |
download | scintilla-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.html | 4 |
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> |