aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-07-21 16:33:42 +1000
committernyamatongwe <devnull@localhost>2011-07-21 16:33:42 +1000
commita57bbf73951d047ec5b96d5c81381b8b6c52abb3 (patch)
tree56b8b15fc1be384fb3ceca6b2bd02e5e10f76b90 /doc/ScintillaDoc.html
parenta2ec13fe577a76af4ce49639f93ce125597686f7 (diff)
downloadscintilla-mirror-a57bbf73951d047ec5b96d5c81381b8b6c52abb3.tar.gz
Added dotted box indicator.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 7a8f03e88..f698a09ca 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -79,7 +79,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 19/July/2011 NH</p>
+ <p>Last edited 21/July/2011 NH</p>
<p>There is <a class="jump" href="Design.html">an overview of the internal design of
Scintilla</a>.<br />
@@ -3737,6 +3737,19 @@ struct Sci_TextToFind {
so will fit under small fonts.</td>
</tr>
+ <tr>
+ <td align="left"><code>DOTBOX</code></td>
+
+ <td align="center">12</td>
+
+ <td>A dotted rectangle around the text using translucent drawing.
+ Translucency alternates between the alpha and outline alpha settings with the top-left pixel using the alpha setting.
+ <a class="message" href="#SCI_INDICSETALPHA">SCI_INDICSETALPHA</a> and
+ <a class="message" href="#SCI_INDICSETOUTLINEALPHA">SCI_INDICSETOUTLINEALPHA</a>
+ control the alpha transparency values. The default values are 30 for alpha and 50 for outline alpha.
+ To avoid excessive memory allocation the maximum width of a dotted box is 4000 pixels.</td>
+ </tr>
+
</tbody>
</table>