diff options
author | nyamatongwe <devnull@localhost> | 2013-04-06 13:42:56 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-04-06 13:42:56 +1100 |
commit | 9310d055b0503098e04cfbceca310b3142e15586 (patch) | |
tree | f4db8448eeee50401e171602245c8bd7b2f62a64 | |
parent | c0360dd8fc15d0a86bc1057fb228882e2ee9f30a (diff) | |
download | scintilla-mirror-9310d055b0503098e04cfbceca310b3142e15586.tar.gz |
Removed references to Carbon platform which is no longer supported.
-rw-r--r-- | doc/ScintillaDoc.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 9760c7c27..18155093b 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3911,8 +3911,7 @@ 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. - Not available for OS X Carbon.</td> + To avoid excessive memory allocation the maximum width of a dotted box is 4000 pixels.</td> </tr> <tr> @@ -7083,8 +7082,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next If there is no suitable platform support, the <a href="http://lodev.org/lodepng/">LodePNG and picoPNG</a> libraries are small libraries for loading and decoding PNG files available under a BSD-style license.</p> - <p>RGBA format is supported on Windows, GTK+ and OS X Cocoa. - It is not supported on OS X Carbon.</p> + <p>RGBA format is supported on Windows, GTK+ and OS X Cocoa.</p> <h3 id="XPM">XPM</h3> |