aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-06-09 03:48:29 +0000
committernyamatongwe <unknown>2009-06-09 03:48:29 +0000
commit84d7ef180e0cdbe2f1653733138b27143dee3e32 (patch)
treeb7b2b6ebe1870c28d25b14028085da25319ec14e /include/Scintilla.h
parent1574bf78b43284db9f4ff88c1c77d82ce6fa79ea (diff)
downloadscintilla-mirror-84d7ef180e0cdbe2f1653733138b27143dee3e32.tar.gz
Feature #2796119 Indent wrapped lines to first line. From maXmo.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 312ec6204..476fa0506 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -444,6 +444,11 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_GETWRAPVISUALFLAGSLOCATION 2463
#define SCI_SETWRAPSTARTINDENT 2464
#define SCI_GETWRAPSTARTINDENT 2465
+#define SC_WRAPINDENT_FIXED 0
+#define SC_WRAPINDENT_SAME 1
+#define SC_WRAPINDENT_INDENT 2
+#define SCI_SETWRAPINDENTMODE 2472
+#define SCI_GETWRAPINDENTMODE 2473
#define SC_CACHE_NONE 0
#define SC_CACHE_CARET 1
#define SC_CACHE_PAGE 2