Sometimes when programming, I realise that I have to do some very repetitive actions. An example could be changing a text file from one syntax to another:
1
2
3
->
var =
["1",
"2",
"3"].

Adding a 3rd parameter to all calls on a given function. Comment out every line containing a call to a given function.
The repetitive text operations I have come across are very different, and as I encounter them I update the tool http://textmacro.com to provide the operations implemented in javascript.
Am I the only one who encounter problems that cannot be solved by the common "Search / Replace" function?
If you have ever needed some macro function for changing many lines of code, please tell me what operation you were performing.
I hope to make a free and useful tool that can free us for that boring repetitive work, so please give me your opinion.