aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorMitchell Foral <unknown>2021-06-09 10:51:58 +1000
committerMitchell Foral <unknown>2021-06-09 10:51:58 +1000
commit5f998b68113dd116c1e938028dddcbcc7425a144 (patch)
treeef0e02b0bad89507ef4ee0973913c251736bbfc2 /include/Scintilla.iface
parent4fb6cb9c6e694574aab4aa29640f9903df407aed (diff)
downloadscintilla-mirror-5f998b68113dd116c1e938028dddcbcc7425a144.tar.gz
Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index dd91bf908..d8e8fc21a 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2439,6 +2439,9 @@ set void SetPasteConvertEndings=2467(bool convert,)
# Get convert-on-paste setting
get bool GetPasteConvertEndings=2468(,)
+# Paste into a rectangular selection.
+fun void PasteRectangular=2771(position length, string text)
+
# Duplicate the selection. If selection empty duplicate the line containing the caret.
fun void SelectionDuplicate=2469(,)