aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-02-22 17:06:50 +1100
committernyamatongwe <unknown>2013-02-22 17:06:50 +1100
commit050ec00a46f30ece18fdf732690f5897651e7809 (patch)
tree2806872e73440d8fcd7d15d72413a19fe7585c1d /doc/ScintillaDoc.html
parente2fe6df591d73bcd545b79f248acb788a179a40c (diff)
downloadscintilla-mirror-050ec00a46f30ece18fdf732690f5897651e7809.tar.gz
Define the maximum number of margins in Scintilla.iface.
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 8d429f95e..290ab474a 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -2814,7 +2814,8 @@ struct Sci_TextToFind {
<h2 id="Margins">Margins</h2>
- <p>There may be up to five margins to the left of the text display, plus a gap either side of
+ <p>There may be up to five margins, numbered 0 to <code>SC_MAX_MARGIN</code> (4)
+ to the left of the text display, plus a gap either side of
the text. Each margin can be set to display only symbols, line numbers, or text with <a
class="message" href="#SCI_SETMARGINTYPEN"><code>SCI_SETMARGINTYPEN</code></a>.
Textual margins may also display symbols.