diff options
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |