aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-08-20 14:48:31 +1000
committerNeil <nyamatongwe@gmail.com>2016-08-20 14:48:31 +1000
commit4789f4214261e944fa0824f0a536debc8bc45897 (patch)
tree237b768697a1e1e9ebae7fae333d333a88d66613 /include/Scintilla.h
parent82b5df1e6a44a6e814ce9ad207ab5e106dd9de1d (diff)
downloadscintilla-mirror-4789f4214261e944fa0824f0a536debc8bc45897.tar.gz
Bug [#1648]: Option added to prevent left arrow movement and selection wrapping
to previous line.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 99bc6e7b1..8f0cd44b1 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -895,6 +895,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCVS_NONE 0
#define SCVS_RECTANGULARSELECTION 1
#define SCVS_USERACCESSIBLE 2
+#define SCVS_NOWRAPLINESTART 4
#define SCI_SETVIRTUALSPACEOPTIONS 2596
#define SCI_GETVIRTUALSPACEOPTIONS 2597
#define SCI_SETRECTANGULARSELECTIONMODIFIER 2598