diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-02-10 10:08:32 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-02-10 10:08:32 +1100 |
| commit | eeed33bc79f4c3532ae8f504060db8947520da87 (patch) | |
| tree | c9ea452cffae66906ef953a0fddeccce44ba25d6 /doc/ScintillaDoc.html | |
| parent | 3824ea2ffcefbd824bef9e64a511983c7eea0cb7 (diff) | |
| download | scintilla-mirror-eeed33bc79f4c3532ae8f504060db8947520da87.tar.gz | |
Add INDIC_FULLBOX.
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ed3f23966..66a529540 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -82,7 +82,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 10 January 2015 NH</p> + <p>Last edited 10 February 2015 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -4058,7 +4058,18 @@ struct Sci_TextToFind { interior usually more transparent than the border. You can use <a class="message" href="#SCI_INDICSETALPHA">SCI_INDICSETALPHA</a> and <a class="message" href="#SCI_INDICSETOUTLINEALPHA">SCI_INDICSETOUTLINEALPHA</a> - to control the alpha transparency values. The default alpha values are 30 for fill colour and 50 for outline colour.</td> + to control the alpha transparency values. The default alpha values are 30 for fill colour and 50 for outline colour. + This indicator does not colour the top pixel of the line so that indicators on contiguous lines are visually distinct + and disconnected.</td> + </tr> + + <tr> + <td align="left"><code>INDIC_FULLBOX</code></td> + + <td align="center">16</td> + + <td>A rectangle around the text using translucent drawing similar to <code>INDIC_STRAIGHTBOX</code> + but covering the entire character area.</td> </tr> <tr> |
