aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-01-18 10:46:52 +0000
committernyamatongwe <devnull@localhost>2002-01-18 10:46:52 +0000
commit5ee56da53112ba0171047ea3ce478dbcc598fde9 (patch)
treef385dd789523b15444146512c5a5898bfe43ed38
parentee5872af3254dd9e1aeff31546130d6bff118b1a (diff)
downloadscintilla-mirror-5ee56da53112ba0171047ea3ce478dbcc598fde9.tar.gz
More documentation of fold ing flags.
-rw-r--r--doc/ScintillaDoc.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 8befe59aa..292898603 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -1260,8 +1260,9 @@ SCI_ENSUREVISIBLEENFORCEPOLICY(int line)
The fold flags is a set of bit flags set with the SCI_SETFOLDFLAGS
message to determine where folding lines are drawn. 2 is draw above
if expanded, 4 is draw above if not expanded. 8 is draw below if
- expanded and 16 is draw below if not expanded. This feature needs
- to be redesigned to be sensible.
+ expanded and 16 is draw below if not expanded.
+ 64 is display hexadecimal fold levels in line margin to aid debugging folding.
+ This feature needs to be redesigned to be sensible.
</p>
<h3>
Line Wrapping