From 6ea2be4efbe8d048caf512b2946ad8e0c4ee47bc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 10 Nov 2005 00:42:42 +0000 Subject: Added selection duplicate command. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') 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); -- cgit v1.2.3