diff options
author | nyamatongwe <unknown> | 2012-06-19 09:56:57 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-06-19 09:56:57 +1000 |
commit | 505cc0564e2b82dfc1742e1cdb1f5bda69231106 (patch) | |
tree | 86a514414848ec359f25deb9921acd2ce4781cdb | |
parent | 55cfc7f977f3f621cdbd9752f8c0b41b04bd19a8 (diff) | |
download | scintilla-mirror-505cc0564e2b82dfc1742e1cdb1f5bda69231106.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 |