Hi!
As I use Notepad++ daily at work, I want to extend it to be more productive.
What i want to do is select multiple lines containing words, right click and click a menu item like "Comma separate" then get all words on a single line comma separated.
I know that Notepad++ has support for macros and plugins. What would be the best way to do this?
I've got limited C++ skills.
Update:
To clarify, it's never more than 5 or 6 lines of words i need to re-format. The problem is that I do this like 50 times a day, so a way to speed up this would be great. Is there any other application that can do this for me?
Update2
Thanks for your answers. I'm going to try creating a Notepad++ plugin.
Update3
Does anyone know of a .NET-wrapper to create a Notepad++ plugin? Maybe this should be a new question.