aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-04-10 03:29:08 +0000
committernyamatongwe <unknown>2000-04-10 03:29:08 +0000
commitff3e9e7e239217ae5247b1519090a5137e056f80 (patch)
treefb20ac39661cf0f95e9f1f2cf696fd2dcf545d4f /include/Scintilla.h
parente138c0e643049ff9ac25bbd69eeb4f709c5547e5 (diff)
downloadscintilla-mirror-ff3e9e7e239217ae5247b1519090a5137e056f80.tar.gz
Tab size and indent size can now be different.
Indentation can contain either a mixture of tabs and spaces or only spaces.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h6
1 files changed, 6 insertions, 0 deletions
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