From dba48e020c0a68a84f4f5f11d5600bba90598da3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 10 Apr 2000 03:29:08 +0000 Subject: Tab size and indent size can now be different. Indentation can contain either a mixture of tabs and spaces or only spaces. --- doc/ScintillaDoc.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index fde329522..6678f3aac 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -408,10 +408,14 @@ SCI_SETBUFFEREDDRAW(bool isbuffered)

 SCI_SETTABWIDTH(int widthinchars)
+SCI_SETINDENT(int widthinchars)
+SCI_SETUSETABS(bool usetabs)
 

- Sets the size of a tab as a multiple of the size of a space character in the style of the - first style definition + SCI_SETTABWIDTH sets the size of a tab as a multiple of the size of a space character in the style of the + first style definition. SCI_SETINDENT sets the size of indentation in terms of characters. + SCI_SETUSETABS determines whether indentation should be created out of a micture of tabs + and space or be based purely on spaces.

 SCI_SETCODEPAGE(int codepage)
-- 
cgit v1.2.3