From 67de6955e4dad8673700625a45c3b1179a0b026b Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 21 Apr 2014 11:55:31 +1000 Subject: View line state in margin with SC_FOLDFLAG_LINESTATE as an aid to debugging. --- doc/ScintillaDoc.html | 10 +++++++++- doc/ScintillaHistory.html | 4 ++++ 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index b8789801f..a97aa6858 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -82,7 +82,7 @@

Scintilla Documentation

-

Last edited 16 April 2014 NH

+

Last edited 21 April 2014 NH

There is an overview of the internal design of Scintilla.
@@ -5421,6 +5421,14 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ display hexadecimal fold levels in line margin to aid debugging of folding. The appearance of this feature may change in the future. + + + SC_FOLDFLAG_LINESTATE + 128 + + display hexadecimal line state in line margin to aid debugging of lexing and folding. + May not be used at the same time as SC_FOLDFLAG_LEVELNUMBERS. + diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0f0434da9..dc78adfd4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -470,6 +470,10 @@ SC_MOD_INSERTCHECK.

  • + Line state may be displayed in the line number margin to aid in debugging lexing and folding with + SC_FOLDFLAG_LINESTATE (128). +
  • +
  • C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.
  • -- cgit v1.2.3