diff options
author | Neil <nyamatongwe@gmail.com> | 2014-03-14 08:11:45 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-03-14 08:11:45 +1100 |
commit | 9a7d56a24918c09c1ac019392e748084d6b3735a (patch) | |
tree | d9267ab63459eb850ef28823aea0e9660f5ecd8a | |
parent | 5041adf635ce4aa8d7111e11c47c3b20152e4543 (diff) | |
download | scintilla-mirror-9a7d56a24918c09c1ac019392e748084d6b3735a.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9ec40881f..f8bd160ea 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -470,6 +470,10 @@ Added wrap mode SC_WRAP_WHITESPACE which only wraps on whitespace, not on style changes. </li> <li> + SciTE find and replace strips can perform incremental searching and temporary highlighting of all + matches with the find.strip.incremental, replace.strip.incremental, and find.indicator.incremental settings. + </li> + <li> SciTE default settings changed to use strips for find and replace and to draw with Direct2D and DirectWrite on Windows. </li> @@ -492,6 +496,9 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1575/">Bug #1575</a>. </li> <li> + On Qt, selecting an item in an autocompletion list that is not currently visible positions it at the top. + </li> + <li> Fix bug on Windows when resizing autocompletion list with only short strings caused the list to move. </li> <li> |