diff options
| author | nyamatongwe <devnull@localhost> | 2013-02-22 17:06:50 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2013-02-22 17:06:50 +1100 |
| commit | 18e16eec6d4a66f9d9a365e2498ab511e56b6a97 (patch) | |
| tree | 47dc5204d018285b8d80187dfff81eb6d658e1e6 /doc/ScintillaDoc.html | |
| parent | 64a54a3c407b2208f299701628619c55121da4a3 (diff) | |
| download | scintilla-mirror-18e16eec6d4a66f9d9a365e2498ab511e56b6a97.tar.gz | |
Define the maximum number of margins in Scintilla.iface.
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 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. |
