Hi,
I just had the chance to try "Append to each line of Selection" and I'm wondering if it would be possible to be able to "backspace" the end of all lines or even moving the cursor and append to each line at that position.
This would make this feature much more useful when: -You have to remove a closing tag before adding stuff -You want to add stuff before the closing tab. -You want to replace the closing tag -etc.
Which is pretty often for me.
Maybe this would be more complicated to implement, I don't know, but this would be one more killer feature in TM for sure.
It's good to know you've bet on the good horse. ;)
On Jan 30, 2005, at 3:12, Fred B. wrote:
I just had the chance to try "Append to each line of Selection" and I'm wondering if it would be possible to be able to "backspace" the end of all lines or even moving the cursor and append to each line at that position.
Sure, added to beta 4 :) You can go as many characters back as the longest line in the selection, and you can insert/delete characters.
I should probably also make it so that for a column selection it treats the last non-whitespace character as the EOL point.
On 30 janv. 05, at 08:09, Allan Odgaard wrote:
On Jan 30, 2005, at 3:12, Fred B. wrote:
I just had the chance to try "Append to each line of Selection" and I'm wondering if it would be possible to be able to "backspace" the end of all lines or even moving the cursor and append to each line at that position.
Sure, added to beta 4 :) You can go as many characters back as the longest line in the selection, and you can insert/delete characters.
I should probably also make it so that for a column selection it treats the last non-whitespace character as the EOL point.
Excellent! Thanks Allan. This will be a feature I use all the time.