diff options
author | John Ehresman <unknown> | 2015-11-15 11:56:17 +1100 |
---|---|---|
committer | John Ehresman <unknown> | 2015-11-15 11:56:17 +1100 |
commit | a13df904a8c93f93cda56c07ce992d1144a0946b (patch) | |
tree | dc3c0ff5f6ad9a6aef7b4401c631071695138089 /doc | |
parent | 06c149ed3c842ad104ef012c3f3e1a398152991d (diff) | |
download | scintilla-mirror-a13df904a8c93f93cda56c07ce992d1144a0946b.tar.gz |
Send SCN_UPDATEUI with SC_UPDATE_SELECTION when application changes multiple
selection.
Diffstat (limited to 'doc')
-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 0639d28fb..00020af26 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -503,6 +503,10 @@ the document is already styled when the user scrolls to it. </li> <li> + Send SCN_UPDATEUI with SC_UPDATE_SELECTION when the application changes multiple + selection. + </li> + <li> On GTK+ on OS X, fix warning during destruction. <a href="http://sourceforge.net/p/scintilla/bugs/1777/">Bug #1777</a>. </li> |