aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2016-10-11 09:29:40 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2016-10-11 09:29:40 +1100
commit39f2e7a6c1693190e6fc24378af84c1ff1827bdd (patch)
treed80e7e47cd5ba3ec57de41346317639a1ce4bb53 /doc
parent799a7f70224d2b0b7b22de1cd49c655c754b5e67 (diff)
downloadscintilla-mirror-rel-3-7-0.tar.gz
Fixed terminating tags.rel-3-7-0
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html11
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>.