Duplicate the current line, by adding EditDupLine to the list of available (keyboard) commands.
It is actually the same as the sequence EditCopyLine, Paste, LineUp. I implemented it as a macro, but I love to have this without it using/ruining the clipboard.
Consider:
you have a #include <stdio.h> and underneath it you need #include <stdlib.h>. You just press the EditDupLine key and just change 'io' to 'lib'
Small and easy: Duplicate Current Line
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 16
- Joined: Fri Jun 13, 2003 12:46 pm
- Location: The Netherlands
-
- Posts: 5
- Joined: Wed Jun 18, 2003 3:27 pm