aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-02-09 09:03:55 +0000
committernyamatongwe <unknown>2003-02-09 09:03:55 +0000
commit3577a89df94494be82157f5f7b91348543312c50 (patch)
tree5de791b12eec76616c6f2210fdf856abff0a89db /include/Scintilla.h
parentd12066ddf93ee87b6263d7cf5045be43aaa9e6a0 (diff)
downloadscintilla-mirror-3577a89df94494be82157f5f7b91348543312c50.tar.gz
Join and Split lines methods.
Method to copy selection end points to target.
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 f0c041b6f..da5c9d86f 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -399,6 +399,9 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_APPENDTEXT 2282
#define SCI_GETTWOPHASEDRAW 2283
#define SCI_SETTWOPHASEDRAW 2284
+#define SCI_TARGETFROMSELECTION 2287
+#define SCI_LINESJOIN 2288
+#define SCI_LINESSPLIT 2289
#define SCI_LINEDOWN 2300
#define SCI_LINEDOWNEXTEND 2301
#define SCI_LINEUP 2302