Wrap selection around ... in Notepad++

Is there any way to wrap the selected text in ',",),},],> or around any symbol in Notepad++?

I have looked around all of the plugins but there is nothing similar to what Textmate or eclipse can do.


Solution 1:

I would go for a real simple solution: Macros.

  1. Select Text
  2. Macro - Start Recording
  3. Ctrl-X
  4. '[' Ctrl-V ']'
  5. Macro - Stop Recording
  6. Macro - Save Current Recorded Macro

Within 5 minutes you should be able to get all the wraps you want and assign them to shortcuts like you need them.