diff options
-rw-r--r-- | doc/ScintillaHistory.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index cfe3fdf77..71f94bac4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -539,17 +539,18 @@ <li> EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multiple vertical edges simultaneously. - <li> + </li> <li> The number of margins can be changed with SCI_SETMARGINS. - <li> + </li> <li> Margin type SC_MARGIN_COLOUR added so that the application may choose any colour for a margin with SCI_SETMARGINBACKN. - <li> + </li> <li> On Win32, mouse wheel scrolling can be restricted to only occur when the mouse is within the window. + </li> <li> The WordList class in lexlib used by lexers adds an InListAbridged method for matching keywords that have particular prefixes and/or suffixes. @@ -580,11 +581,11 @@ <li> SciTE on Windows can retain coloured selection when inactive with selection.always.visible property. - <li> + </li> <li> SciTE on Windows adds a state to close.on.find to close the find strip when a match is found. - <li> + </li> <li> Fix caret position after left or right movement with rectangular selection. <a href="http://sourceforge.net/p/scintilla/bugs/1861/">Bug #1861</a>. |