diff options
author | nyamatongwe <devnull@localhost> | 2012-06-19 09:56:57 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-06-19 09:56:57 +1000 |
commit | 1b662ffd2fbb321a75a66340c4d82c56b643eb1c (patch) | |
tree | 31541f936b449e5466c604b5b31ed4f4bc53dbe7 | |
parent | 903d2658ee7e9c37bed0d380acba2550f843831c (diff) | |
download | scintilla-mirror-1b662ffd2fbb321a75a66340c4d82c56b643eb1c.tar.gz |
Removed limitation that is no longer true.
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index a0ba5bd4c..ca4bd4788 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -79,7 +79,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 16/April/2012 NH</p> + <p>Last edited 19/June/2012 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -4639,8 +4639,6 @@ struct Sci_TextToFind { <code>HDC</code>s., on GTK+ 3.x <code>cairo_t *</code>, and on Cocoa <code>CGContextRef</code> is used.</p> - <p><code>SCI_FORMATRANGE</code> is not supported on GTK+ 2.x.</p> - <code><a class="message" href="#SCI_FORMATRANGE">SCI_FORMATRANGE(bool bDraw, Sci_RangeToFormat *pfr)</a><br /> <a class="message" href="#SCI_SETPRINTMAGNIFICATION">SCI_SETPRINTMAGNIFICATION(int |