From e43a41c0af5188401ee58bf9b996bde893e9ce75 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 10 Nov 2005 00:42:42 +0000 Subject: Added selection duplicate command. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 2c2272cd1..d20604819 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1638,6 +1638,9 @@ set void SetPasteConvertEndings=2467(bool convert,) # Get convert-on-paste setting get bool GetPasteConvertEndings=2468(,) +# Duplicate the selection. If selection empty duplicate the line containing the caret. +fun void SelectionDuplicate=2469(,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) -- cgit v1.2.3