aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-11-10 00:42:42 +0000
committernyamatongwe <devnull@localhost>2005-11-10 00:42:42 +0000
commit6ea2be4efbe8d048caf512b2946ad8e0c4ee47bc (patch)
tree16358314342c9485ad63cd5c09f4444830f85bd5 /src/Editor.h
parentf6aff0a47a21212903ad86337b1e9eb52aef571d (diff)
downloadscintilla-mirror-6ea2be4efbe8d048caf512b2946ad8e0c4ee47bc.tar.gz
Added selection duplicate command.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 6d2cbbdef..0ac6ec917 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -454,7 +454,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
void PageMove(int direction, selTypes sel=noSel, bool stuttered = false);
void ChangeCaseOfSelection(bool makeUpperCase);
void LineTranspose();
- void LineDuplicate();
+ void Duplicate(bool forLine);
virtual void CancelModes();
void NewLine();
void CursorUpOrDown(int direction, selTypes sel=noSel);