diff options
| author | nyamatongwe <unknown> | 2011-07-02 12:34:28 +1000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-07-02 12:34:28 +1000 | 
| commit | 2bc89dd6623f9a8cb5c5a175e0c9fa7a7ff04a80 (patch) | |
| tree | e748eae4c269de7436ec24408b8cd02aba492aec /doc/ScintillaDoc.html | |
| parent | 545b6cf998ca695069c272ef7c7b6ce61003d6d1 (diff) | |
| download | scintilla-mirror-2bc89dd6623f9a8cb5c5a175e0c9fa7a7ff04a80.tar.gz | |
Clarified symbols in textual margins.
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 5f36dbd9f..6d9b58416 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -79,7 +79,7 @@      <h1>Scintilla Documentation</h1> -    <p>Last edited 24/June/2011 NH</p> +    <p>Last edited 2/July/2011 NH</p>      <p>There is <a class="jump" href="Design.html">an overview of the internal design of      Scintilla</a>.<br /> @@ -2707,8 +2707,10 @@ 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 -    the text. Each margin can be set to display either symbols or line numbers with <a -    class="message" href="#SCI_SETMARGINTYPEN"><code>SCI_SETMARGINTYPEN</code></a>. The markers +    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. +    The markers      that can be displayed in each margin are set with <a class="message"      href="#SCI_SETMARGINMASKN"><code>SCI_SETMARGINMASKN</code></a>. Any markers not associated with      a visible margin will be displayed as changes in background colour in the text. A width in | 
