diff options
author | nyamatongwe <devnull@localhost> | 2000-04-11 11:11:00 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-04-11 11:11:00 +0000 |
commit | 1435a1726aa20fdf07da2132e1e0f8f023120dcc (patch) | |
tree | 564484e386da5487d93f1fd5619d3efc7e9b3436 /include/Scintilla.h | |
parent | b9acd7e4a1277833de0559cf92baad5957018b10 (diff) | |
download | scintilla-mirror-1435a1726aa20fdf07da2132e1e0f8f023120dcc.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 |