aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2008-01-19 03:07:58 +0000
committernyamatongwe <devnull@localhost>2008-01-19 03:07:58 +0000
commit55a25ce56daec5128348ec882f773044dc9dfa86 (patch)
tree4e1fb737f08fb267185601e49b10659637b91ad9 /doc/ScintillaDoc.html
parent89a39d969a2231cfb68bc8b0c2b27952e6d27c09 (diff)
downloadscintilla-mirror-55a25ce56daec5128348ec882f773044dc9dfa86.tar.gz
Added SC_MARK_LEFTRECT margin marker.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 7da1fd899..8361977cf 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -2763,7 +2763,8 @@ struct TextToFind {
<code>SC_MARK_SMALLRECT</code>, <code>SC_MARK_SHORTARROW</code>, <code>SC_MARK_EMPTY</code>,
<code>SC_MARK_ARROWDOWN</code>, <code>SC_MARK_MINUS</code>, <code>SC_MARK_PLUS</code>,
<code>SC_MARK_ARROWS</code>, <code>SC_MARK_DOTDOTDOT</code>, <code>SC_MARK_EMPTY</code>,
- <code>SC_MARK_BACKGROUND</code> and <code>SC_MARK_FULLRECT</code>.</p>
+ <code>SC_MARK_BACKGROUND</code>, <code>SC_MARK_LEFTRECT</code>
+ and <code>SC_MARK_FULLRECT</code>.</p>
<p>The <code>SC_MARK_BACKGROUND</code> marker changes the background colour of the line only.
The <code>SC_MARK_FULLRECT</code> symbol mirrors this, changing only the margin background colour.