From 59482e106ffa9d4aa18c9178bb28efbbe272491c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 18 Jan 2002 10:46:52 +0000 Subject: More documentation of fold ing flags. --- doc/ScintillaDoc.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/ScintillaDoc.html') 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.

Line Wrapping -- cgit v1.2.3