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.
This would be nice to have... people would like it
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
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
http://www.textpad.info/forum/viewtopic.php?t=8515