aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-05-11 01:25:28 +0000
committernyamatongwe <unknown>2003-05-11 01:25:28 +0000
commit40abd164fea420d6f2aa30639f8bb517904b7bae (patch)
tree19c9a87dd4938abcfdff50a961d8cd8dd46a9e29 /include/Scintilla.h
parent94ceb4479a0ee5d6510fddfdf6625ed726836ba2 (diff)
downloadscintilla-mirror-40abd164fea420d6f2aa30639f8bb517904b7bae.tar.gz
Addition of CopyText, CopyRange, and LineCopy.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 470425e76..250f79314 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -464,6 +464,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_LINEENDWRAPEXTEND 2452
#define SCI_VCHOMEWRAP 2453
#define SCI_VCHOMEWRAPEXTEND 2454
+#define SCI_LINECOPY 2455
#define SCI_MOVECARETINSIDEVIEW 2401
#define SCI_LINELENGTH 2350
#define SCI_BRACEHIGHLIGHT 2351
@@ -537,6 +538,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_PARAUPEXTEND 2416
#define SCI_POSITIONBEFORE 2417
#define SCI_POSITIONAFTER 2418
+#define SCI_COPYRANGE 2419
+#define SCI_COPYTEXT 2420
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001