diff options
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 700d06b62..739a38a6f 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3395,7 +3395,9 @@ struct Sci_TextToFind { This mode is incompatible with buffered drawing and will act as <code>SC_PHASES_TWO</code> if buffered drawing is turned on. Multiple phase drawing is slower than two phase drawing. - Setting the layout cache to <a class="message" href="#SCI_SETLAYOUTCACHE">SC_CACHE_PAGE</a> + Setting the layout cache with + <a class="message" href="#SCI_SETLAYOUTCACHE"><code> + SCI_SETLAYOUTCACHE(SC_CACHE_PAGE)</code></a> or higher can ensure that multiple phase drawing is not significantly slower.</p> <p><b id="SCI_SETTWOPHASEDRAW">SCI_SETTWOPHASEDRAW(bool twoPhase)</b><br /> |