Small and easy: Duplicate Current Line
Posted: Fri Jun 13, 2003 1:02 pm
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'
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'