This would be nice to have... people would like it
Posted: Thu May 31, 2007 3:00 am
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.
-> 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.