Sorry if this is an obvious noob question, I've searched the help and all the menus and can't find what I'm looking for, so I thought I'd seek help here.
I'm in the process of "switching to a Mac" and currently weaning myself off Topstyle Pro and so far I'm loving TextMate's workflow, one thing I miss though is a way to move the cursor from the start of a section to the end, e.g Topstyle allows for placing the cursor in a starting tag pressing ctrl+M and the cursor will jump to the end tag (and back again if you press ctrl+m again), it does this for {} in PHP as well and I'm a bit lost without it, as it's the quickest way for finding those badly nested tags...
I'm aware I can collapse and expand folds, but it's not quite the same.
is there a quick way to create this functionality?
or is it there already and I missed it?
Thanks in advance
;)
On 8. Feb 2007, at 14:44, Tony Crockford wrote:
I'm in the process of "switching to a Mac" and currently weaning myself off Topstyle Pro and so far I'm loving TextMate's workflow, one thing I miss though is a way to move the cursor from the start of a section to the end, e.g Topstyle allows for placing the cursor in a starting tag pressing ctrl+M and the cursor will jump to the end tag (and back again if you press ctrl+m again), it does this for {} in PHP as well and I'm a bit lost without it, as it's the quickest way for finding those badly nested tags...
I'm aware I can collapse and expand folds, but it's not quite the same.
is there a quick way to create this functionality?
It might be doable by basing it on the Insert Close Tag-command. I may take a look at it if I find the time, currently I still have a lot of catching up to do…