Small and easy: Duplicate Current Line

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply

How important is this feature for future versions of TextPad?

Important, even if the size/efficiency of TextPad increases/degrades
2
14%
Somewhat important
5
36%
I'm okay either way
4
29%
Somewhat unimportant
3
21%
Unimportant, even if the size/efficiency of TextPad remains unaffected
0
No votes
 
Total votes: 14

Frank Fesevur
Posts: 16
Joined: Fri Jun 13, 2003 12:46 pm
Location: The Netherlands

Small and easy: Duplicate Current Line

Post by Frank Fesevur »

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'
barryhunter
Posts: 5
Joined: Wed Jun 18, 2003 3:27 pm

Post by barryhunter »

very simple but i think this could be VERY useful
Post Reply