diff options
author | nyamatongwe <unknown> | 2002-01-18 10:46:52 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-01-18 10:46:52 +0000 |
commit | 59482e106ffa9d4aa18c9178bb28efbbe272491c (patch) | |
tree | f385dd789523b15444146512c5a5898bfe43ed38 /doc/ScintillaDoc.html | |
parent | 287fcd2dbc814fadfea7955215acf8c7fb01357e (diff) | |
download | scintilla-mirror-59482e106ffa9d4aa18c9178bb28efbbe272491c.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 |