aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-07-14 03:28:22 +0000
committernyamatongwe <devnull@localhost>2009-07-14 03:28:22 +0000
commita9b440a2e4da168325378e08c0ea0141547c5c81 (patch)
tree084abdf19b98d1571d40853b503bd05b723c243e /include/Scintilla.h
parentc7f0bfabd60940e8addc8176be556e0ecd2389a0 (diff)
downloadscintilla-mirror-a9b440a2e4da168325378e08c0ea0141547c5c81.tar.gz
Added controls for enabling multiple selection and multiple selection
typing. Renamed multiline options to reflect use on multiple selections. Using std::vector for selections.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 877caa712..5986715a5 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -714,10 +714,12 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_ADDUNDOACTION 2560
#define SCI_CHARPOSITIONFROMPOINT 2561
#define SCI_CHARPOSITIONFROMPOINTCLOSE 2562
-#define SCI_SETMULTILINECARET 2563
-#define SCI_GETMULTILINECARET 2564
-#define SCI_SETMULTILINECARETBLINKS 2565
-#define SCI_GETMULTILINECARETBLINKS 2566
+#define SCI_SETMULTIPLESELECTION 2563
+#define SCI_GETMULTIPLESELECTION 2564
+#define SCI_SETADDITIONALSELECTIONTYPING 2565
+#define SCI_GETADDITIONALSELECTIONTYPING 2566
+#define SCI_SETADDITIONALCARETSBLINK 2567
+#define SCI_GETADDITIONALCARETSBLINK 2568
#define SCI_GETSELECTIONS 2570
#define SCI_CLEARSELECTIONS 2571
#define SCI_SETSELECTION 2572