diff options
author | nyamatongwe <devnull@localhost> | 2002-01-18 10:46:52 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-01-18 10:46:52 +0000 |
commit | 5ee56da53112ba0171047ea3ce478dbcc598fde9 (patch) | |
tree | f385dd789523b15444146512c5a5898bfe43ed38 /doc/ScintillaDoc.html | |
parent | ee5872af3254dd9e1aeff31546130d6bff118b1a (diff) | |
download | scintilla-mirror-5ee56da53112ba0171047ea3ce478dbcc598fde9.tar.gz |
More documentation of fold ing flags.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 5 |
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 |