diff options
author | nyamatongwe <unknown> | 2000-04-11 11:11:00 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-04-11 11:11:00 +0000 |
commit | 9e59273e1a91a77efd675b0f912e5e680ce300a6 (patch) | |
tree | 564484e386da5487d93f1fd5619d3efc7e9b3436 /include/Scintilla.h | |
parent | eb61398745e2c57414a4a3a5fd5eae97dccdd277 (diff) | |
download | scintilla-mirror-9e59273e1a91a77efd675b0f912e5e680ce300a6.tar.gz |
Added smart indentation support code.
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 |