aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-05-14 03:26:53 +0000
committernyamatongwe <unknown>2001-05-14 03:26:53 +0000
commit466ec638ae719c9256286862355b33a39c7f136b (patch)
tree130d3d877cd2b55ce719a4dec978ce3bc8e8b3fe /include/Scintilla.h
parent94eccf378241a5cefbfe7cec6734694cc85ee8b8 (diff)
downloadscintilla-mirror-466ec638ae719c9256286862355b33a39c7f136b.tar.gz
Merged patch from Michele to add ability for tab key to perform indent when
selection is empty and within indentation and for backspace to unindent in the same circumstances.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index a19d2a1b5..daca5102a 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -313,6 +313,10 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_TOGGLEFOLD 2231
#define SCI_ENSUREVISIBLE 2232
#define SCI_SETFOLDFLAGS 2233
+#define SCI_SETTABINDENTS 2260
+#define SCI_GETTABINDENTS 2261
+#define SCI_SETBACKSPACEUNINDENTS 2262
+#define SCI_GETBACKSPACEUNINDENTS 2263
#define SCI_LINEDOWN 2300
#define SCI_LINEDOWNEXTEND 2301
#define SCI_LINEUP 2302