aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-09-29 13:33:35 +1000
committerNeil <nyamatongwe@gmail.com>2016-09-29 13:33:35 +1000
commitcfe3c049555422cbc7dcf3fd2fadad2f08487dd7 (patch)
treef7065c237f0352276b3345c111542af3b267ed26 /doc/ScintillaHistory.html
parent1648497785a6344df6c313697925c009c8d1acad (diff)
downloadscintilla-mirror-cfe3c049555422cbc7dcf3fd2fadad2f08487dd7.tar.gz
Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.
Allows choosing any colour for a margin.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 16cad92ee..96de2872e 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -531,6 +531,10 @@
vertical edges simultaneously.
<li>
<li>
+ Margin type SC_MARGIN_COLOUR added so that the application may
+ choose any colour for a margin with SCI_SETMARGINBACKN.
+ <li>
+ <li>
On Win32, mouse wheel scrolling can be restricted to only occur when the mouse is
within the window.
<li>