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. --- include/Scintilla.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index f39ce4535..58fc6777b 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -217,6 +217,12 @@ extern "C" { #define SCI_AUTOCCOMPLETE SCI_START + 104 #define SCI_AUTOCSTOPS SCI_START + 105 +#define SCI_GETTABWIDTH SCI_START + 121 +#define SCI_SETINDENT SCI_START + 122 +#define SCI_GETINDENT SCI_START + 123 +#define SCI_SETUSETABS SCI_START + 124 +#define SCI_GETUSETABS SCI_START + 125 + #define SCI_CALLTIPSHOW SCI_START + 200 #define SCI_CALLTIPCANCEL SCI_START + 201 #define SCI_CALLTIPACTIVE SCI_START + 202 -- cgit v1.2.3