diff options
| author | nyamatongwe <devnull@localhost> | 2005-11-10 00:42:42 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2005-11-10 00:42:42 +0000 |
| commit | 6ea2be4efbe8d048caf512b2946ad8e0c4ee47bc (patch) | |
| tree | 16358314342c9485ad63cd5c09f4444830f85bd5 /include/Scintilla.iface | |
| parent | f6aff0a47a21212903ad86337b1e9eb52aef571d (diff) | |
| download | scintilla-mirror-6ea2be4efbe8d048caf512b2946ad8e0c4ee47bc.tar.gz | |
Added selection duplicate command.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 3 |
1 files changed, 3 insertions, 0 deletions
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(,) |
