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 | b4ecfdf83d1bdbbe4192d5e8950ca7aa6971537f (patch) | |
tree | bf631853afb1e39149f03c3b468f4b270e441be8 | |
parent | f8c8abef5246cd06f3eb2613627c725bde6a4c52 (diff) | |
download | scintilla-mirror-b4ecfdf83d1bdbbe4192d5e8950ca7aa6971537f.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> |