diff options
author | nyamatongwe <unknown> | 2011-07-26 14:59:16 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-07-26 14:59:16 +1000 |
commit | e9e37fd4c12bc844749fe084e93d28f2ec44df92 (patch) | |
tree | 9b3eb3a70abe61ab66428ed3b951b564fd894eac | |
parent | c66cdc952e5513c0df839f5c1807b08ca8bb57ff (diff) | |
download | scintilla-mirror-e9e37fd4c12bc844749fe084e93d28f2ec44df92.tar.gz |
API availability.
-rw-r--r-- | doc/ScintillaDoc.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index f698a09ca..f5a133939 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -79,7 +79,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 21/July/2011 NH</p> + <p>Last edited 26/July/2011 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -3747,7 +3747,8 @@ struct Sci_TextToFind { <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> + To avoid excessive memory allocation the maximum width of a dotted box is 4000 pixels. + Not available for OS X Carbon.</td> </tr> </tbody> |