diff options
| author | nyamatongwe <unknown> | 2008-01-19 03:07:58 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2008-01-19 03:07:58 +0000 |
| commit | e46072a99ad74202cb2c7fd2173e0b52aa6074ba (patch) | |
| tree | 4e1fb737f08fb267185601e49b10659637b91ad9 /doc/ScintillaDoc.html | |
| parent | 88eb92f8de5e104a05ed9a056acaec8e6a15313c (diff) | |
| download | scintilla-mirror-e46072a99ad74202cb2c7fd2173e0b52aa6074ba.tar.gz | |
Added SC_MARK_LEFTRECT margin marker.
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 3 |
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. |
