diff options
author | Neil <nyamatongwe@gmail.com> | 2015-09-23 09:33:21 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-09-23 09:33:21 +1000 |
commit | a1104a01eb27a3ca87b1d04d75189c5ee40c7651 (patch) | |
tree | 2beb0d1376d40c574a568b8ebd49c9aa142925fb /doc/ScintillaHistory.html | |
parent | 7d38203480abda0f0a8a73f1c374ff91e38dda14 (diff) | |
download | scintilla-mirror-a1104a01eb27a3ca87b1d04d75189c5ee40c7651.tar.gz |
When SC_MARK_UNDERLINE if not assigned to a margin, stop drawing the whole line.
Optimise drawing of markers that appear in the text area.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 66638ea6a..b3225f3a7 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -497,6 +497,12 @@ The Scintilla framework on Cocoa now contains version numbers. </li> <li> + Optimise marker redrawing by only drawing affected lines when markers shown in the text. + </li> + <li> + When SC_MARK_UNDERLINE if not assigned to a margin, stop drawing the whole line. + </li> + <li> When reverting an untitled document in SciTE, just clear it with no message about a file. <a href="http://sourceforge.net/p/scintilla/bugs/1764/">Bug #1764</a>. </li> |