From 4663b7ffe215ea47902a467e26f4e6b40435f58d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 19 Jan 2008 04:19:36 +0000 Subject: CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio's behaviour when performing copy on an empty selection copies the current line. --- 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 cabbbbb82..f847f7d13 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1797,6 +1797,9 @@ set void SetPositionCache=2514(int size,) # How many entries are allocated to the position cache? get int GetPositionCache=2515(,) +# Copy the selection, if selection empty copy the line with the caret +fun void CopyAllowLine=2519(,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) -- cgit v1.2.3