From 2fb461f38ccc02f133c41d0badab23c32cfb8f54 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 9 Feb 2003 09:03:55 +0000 Subject: Join and Split lines methods. Method to copy selection end points to target. --- include/Scintilla.iface | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 09f5aea91..29b790ecc 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1036,6 +1036,16 @@ get bool GetTwoPhaseDraw=2283(,) # and then the foreground. This avoids chopping off characters that overlap the next run. set void SetTwoPhaseDraw=2284(bool twoPhase,) +# Make the target range start and end be the same as the selection range start and end. +fun void TargetFromSelection=2287(,) + +# Join the lines in the target. +fun void LinesJoin=2288(,) + +# Split the lines in the target into lines that are less wide than pixelWidth +# where possible. +fun void LinesSplit=2289(int pixelWidth,) + ## New messages go here ## Start of key messages -- cgit v1.2.3