I'd like the ability to jump to a tag/rule/id/class/function via a pull-down menu. This comes in quite handy in long files.
On 8. Oct 2004, at 13:00, Timothy Martens wrote:
I'd like the ability to jump to a tag/rule/id/class/function via a pull-down menu. This comes in quite handy in long files.
This is requested _a lot_. It's scheduled to be added when we do the major syntax-system change, but *maybe* this one will be done before, seeing how frequently it comes up as a request.
Kind regards Allan
On Oct 8, 2004, at 5:29 AM, Allan Odgaard wrote:
This is requested _a lot_. It's scheduled to be added when we do the major syntax-system change, but *maybe* this one will be done before, seeing how frequently it comes up as a request.
Just a me too: I'd love to see it sooner rather than later. :) It's the one thing that I use regularly in Xcode that I can't add through TextMate's customization features.
Chris
This is requested _a lot_. It's scheduled to be added when we do the major syntax-system change, but *maybe* this one will be done before, seeing how frequently it comes up as a request.
Just a me too: I'd love to see it sooner rather than later. :) It's the one thing that I use regularly in Xcode that I can't add through TextMate's customization features.
Another me too - but do it better! Provide a hot key to access (switch focus to) the pull down menu and then make it navigable with up and down arrows. The let the user tab to select the highlighted function and switch focus back to the main document with the insertion point at the function selected.
On Oct 8, 2004, at 6:31 AM, Jeff Ganyard wrote:
This is requested _a lot_. It's scheduled to be added when we do the major syntax-system change, but *maybe* this one will be done before, seeing how frequently it comes up as a request.
Just a me too: I'd love to see it sooner rather than later. :) It's the one thing that I use regularly in Xcode that I can't add through TextMate's customization features.
Another me too - but do it better! Provide a hot key to access (switch focus to) the pull down menu and then make it navigable with up and down arrows. The let the user tab to select the highlighted function and switch focus back to the main document with the insertion point at the function selected.
Brilliant suggestion Jeff! It is rather unwieldy to have to click on a pull-down and manually navigate its content with the mouse.
On 8 Oct, 2004, at 4:49 PM, Timothy Martens wrote:
On Oct 8, 2004, at 6:31 AM, Jeff Ganyard wrote:
Another me too - but do it better! Provide a hot key to access (switch focus to) the pull down menu and then make it navigable with up and down arrows. The let the user tab to select the highlighted function and switch focus back to the main document with the insertion point at the function selected.
Brilliant suggestion Jeff! It is rather unwieldy to have to click on a pull-down and manually navigate its content with the mouse.
Ctrl-2 pops up the function menu in Xcode and SubEthaEdit. If TextMate adds this, it should probably adopt this convention as well.
John
Another me too - but do it better! Provide a hot key to access (switch focus to) the pull down menu and then make it navigable with up and down arrows. The let the user tab to select the highlighted function and switch focus back to the main document with the insertion point at the function selected.
Brilliant suggestion Jeff! It is rather unwieldy to have to click on a pull-down and manually navigate its content with the mouse.
Ctrl-2 pops up the function menu in Xcode and SubEthaEdit. If TextMate adds this, it should probably adopt this convention as well.
Thanks for the tip! Where did you find that fro Xcode? I looked through the key bindings pref panel, never saw it..
jeff
On Oct 8, 2004, at 2:29 AM, Allan Odgaard wrote:
On 8. Oct 2004, at 13:00, Timothy Martens wrote:
I'd like the ability to jump to a tag/rule/id/class/function via a pull-down menu. This comes in quite handy in long files.
This is requested _a lot_. It's scheduled to be added when we do the major syntax-system change, but *maybe* this one will be done before, seeing how frequently it comes up as a request.
Nice one!
Tim,
I'd like the ability to jump to a tag/rule/id/class/function via a pull-down menu. This comes in quite handy in long files.
I missed that feature in the first few hours of TM, but then I found "Toggle Foldings at Level 1", which basically shrinks my PHP code or mark-up down to a level 1 outline, which is usually all I need to find what I want.
Justin
On Oct 9, 2004, at 5:24 AM, Justin French wrote:
Tim,
I'd like the ability to jump to a tag/rule/id/class/function via a pull-down menu. This comes in quite handy in long files.
I missed that feature in the first few hours of TM, but then I found "Toggle Foldings at Level 1", which basically shrinks my PHP code or mark-up down to a level 1 outline, which is usually all I need to find what I want.
Hadn't noticed that yet Justin, I'll check it out. Check the other post on this thread -- someone made an excellent suggestion about how to improve on the code nave model, i.e., having it hot keyed as well as (the pull-down) being keyboard navigable.
-t