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 | ab5649715fac088b12e3fd1588e0493094e5d4ad (patch) | |
| tree | 209b544ae3470ba60901066e9d2560aa15612684 /doc/ScintillaHistory.html | |
| parent | 5d67cf8a95eeb492c3989a6c81daedad7b4a05f3 (diff) | |
| download | scintilla-mirror-ab5649715fac088b12e3fd1588e0493094e5d4ad.tar.gz | |
Backport: Bug [#1933]. Fix highlighting of lines longer than 1024 characters.
Backport of changeset 7759:56b648377c23.
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 7d6566f60..c1a04e8a0 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -563,6 +563,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> |
