From 9e59273e1a91a77efd675b0f912e5e680ce300a6 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 11 Apr 2000 11:11:00 +0000 Subject: Added smart indentation support code. --- include/Scintilla.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/Scintilla.h b/include/Scintilla.h index e86dec35e..8e5826bf5 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -225,6 +225,9 @@ extern "C" { #define SCI_GETINDENT SCI_START + 123 #define SCI_SETUSETABS SCI_START + 124 #define SCI_GETUSETABS SCI_START + 125 +#define SCI_SETLINEINDENTATION SCI_START + 126 +#define SCI_GETLINEINDENTATION SCI_START + 127 +#define SCI_GETLINEINDENTPOSITION SCI_START + 128 #define SCI_CALLTIPSHOW SCI_START + 200 #define SCI_CALLTIPCANCEL SCI_START + 201 -- cgit v1.2.3