nppsnippets icon indicating copy to clipboard operation
nppsnippets copied to clipboard

[FR] Insert snippet to every selected line

Open crash5 opened this issue 10 years ago • 1 comments

Hello,

please add a function that can insert snippet to every line in a selection with SOME_CONTROL_KEY+click. And if it possible also in the column mode selection :).

eg: When use a snippet on two selected line, i need

[url]test line 1[/url]
[url]test line 2[/url]

insted of:

[url]test line 1
test line 2[/url]

crash5 avatar Mar 26 '15 15:03 crash5

I like the idea. Don't know yet how to get this to work.

Not sure it I can detect the suggested Ctrl+Click. Maybe I need to add a second snippet with this feature enabled.

ffes avatar Apr 15 '15 20:04 ffes