Page 1 of 1

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

Posted: Thu May 31, 2007 3:00 am
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.

Posted: Thu May 31, 2007 8:04 am
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

Posted: Fri Jun 01, 2007 4:39 pm
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.