From 2b34a818fdb8ebd2d472aac17ccd05a5ab9bef33 Mon Sep 17 00:00:00 2001
From: Neil
Date: Tue, 20 Sep 2016 09:06:59 +1000
Subject: Make documentation reference similar to other cases.
---
doc/ScintillaDoc.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'doc')
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 SC_PHASES_TWO
if buffered drawing is turned on.
Multiple phase drawing is slower than two phase drawing.
- Setting the layout cache to SC_CACHE_PAGE
+ Setting the layout cache with
+
+ SCI_SETLAYOUTCACHE(SC_CACHE_PAGE)
or higher can ensure that multiple phase drawing is not significantly slower.
SCI_SETTWOPHASEDRAW(bool twoPhase)
--
cgit v1.2.3