aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-05-29 00:15:38 +0000
committernyamatongwe <unknown>2004-05-29 00:15:38 +0000
commit6a92a43770801adabe51c138836cebaba8141fb0 (patch)
treed968094dfd9030dc8697330aeea67aeab94d7013
parent4b29f99df159b04ac44a03a442b67ddc7c7d23b0 (diff)
downloadscintilla-mirror-6a92a43770801adabe51c138836cebaba8141fb0.tar.gz
More documentation of "fold" property.
-rw-r--r--doc/ScintillaDoc.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index f0e80fc61..8cad4e364 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -38,7 +38,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 29/February/2004 NH</p>
+ <p>Last edited 29/May/2004 NH</p>
<p>There is <a class="jump" href="Design.html">an overview of the internal design of
Scintilla</a>.<br />
@@ -3702,7 +3702,9 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
<p>It is up to your code to set the connection between user actions and folding and unfolding.
The best way to see how this is done is to search the SciTE source code for the messages used
in this section of the documentation and see how they are used. You will also need to use
- markers and a folding margin to complete your folding implementation.</p>
+ markers and a folding margin to complete your folding implementation.
+ The <code>"fold"</code> property should be set to <code>"1"</code> with
+ <code>SCI_SETPROPERTY("fold", "1")</code> to enable folding. </p>
<code><a class="message" href="#SCI_VISIBLEFROMDOCLINE">SCI_VISIBLEFROMDOCLINE(int
docLine)</a><br />
<a class="message" href="#SCI_DOCLINEFROMVISIBLE">SCI_DOCLINEFROMVISIBLE(int