From f30e3460821d39e5f3c568b4fecfc108d00dab3f Mon Sep 17 00:00:00 2001 From: Henrik Hank Date: Wed, 6 Jun 2018 08:55:59 +1000 Subject: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line. --- doc/ScintillaDoc.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index aed82bbc0..8a8eddbff 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -119,7 +119,7 @@

Scintilla Documentation

-

Last edited 2 June 2018 NH

+

Last edited 6 June 2018 NH

There is an overview of the internal design of Scintilla.
@@ -6429,8 +6429,10 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ SC_WRAPINDENT_FIXED 0 - Wrapped sublines aligned to left of window plus amount set by - SCI_SETWRAPSTARTINDENT + + Wrapped sublines aligned to left of window plus amount set by + SCI_SETWRAPSTARTINDENT + @@ -6444,6 +6446,12 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ 2 Wrapped sublines are aligned to first subline indent plus one more level of indentation + + + SC_WRAPINDENT_DEEPINDENT + 3 + Wrapped sublines are aligned to first subline indent plus two more levels of indentation + -- cgit v1.2.3