I am a newbie to textmate and I am trying to perform a find and replace. I want to replace the matched text with a sequential number.
Here is my current replacement string: $1##$2
How can I replace the ## with a sequential number?
For example, I want the first sequential number to be 16.
Here is a screen capture:
Thanks!