This would be nice to have... people would like it

Ideas for new features

Moderators: AmigoJack, helios, bbadmin, Bob Hansen, MudGuard

Post Reply
MrViking
Posts: 1
Joined: Thu May 31, 2007 2:34 am
Location: USA
Contact:

This would be nice to have... people would like it

Post by MrViking »

hey guys...

-> add "Go To Label" in main menu
-> this command would list all the labels in the current file
-> u select a label from drop down menu and textpad takes u to that line in the file.
this would make it easy to find places in code files.

beginning of label could be defined in the syntax file...

ie:
- syntax file
[Syntax]
..
..
LabelStart = ##

- code file

##FunctionFoo()
function Foo(){
bla bla
bla bla
}



I WOULD LOVE TO HAVE THIS.
troels_kn
Posts: 32
Joined: Fri Oct 28, 2005 12:51 pm

Post by troels_kn »

You could create a macro for that. For example, I have this macro for jumping forth/back between functions in a document:

http://www.textpad.info/forum/viewtopic.php?t=8515
User avatar
Drxenos
Posts: 210
Joined: Mon Jul 07, 2003 8:38 pm

Post by Drxenos »

I use ctags to do that. I have tools get up to jump to any declaration, definition, or usage. Built-in support would be nice, but it works.
Post Reply