selpos "text"
Posted: 10 Feb 2008 14:18
Something I would find very useful : if the syntax of ::selpos would support an "extra" parameter.
Not really another one, but that if it is quoted, it's treated as a string which is "passed" to the find-as-you-type feature.
So to go to XY's folder and select the readme, we could do things like :
Not really another one, but that if it is quoted, it's treated as a string which is "passed" to the find-as-you-type feature.
So to go to XY's folder and select the readme, we could do things like :
Code: Select all
::goto <xypath>::selpos "ReadMeXY"
//or
::goto <xypath>::selpos "read"
//or to be "sure"
::goto <xypath>::selpos "readmexy.txt"