sorry for the confusion. i'm actually wondering how the 'symbols' are
created / determined? basically, i don't use the very basic "function
nameOf()" nomenclature for all my javascript and ONLY things formatted
like that show up in the symbol list. so i'm wondering how i can
configure textmate to show othery 'types' of symbols, such as:<br>
<br>
CustomObject.prototype = Object.extend( (new SuperObject()), {<br>
<br>
)}<br><br>
and any other types of 'symbols' i'd like.<br>
thanx in advance...<br>
<br><div><span class="gmail_quote">On 11/29/05, <b class="gmail_sendername">Paul McCann</b> <<a href="mailto:paul.mccann@adelaide.edu.au">paul.mccann@adelaide.edu.au</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Jamal Johnson asked:<br><br>> is there some sort of control over the symbol selector (dropdown on<br>> the lower right in files such as javascript that allow you to 'jump'<br>> to functions)?<br><br>If I'm understanding what you're asking correctly you can just start
<br>entering the name of the symbol (eg, if the symbol is "verify_data"<br>just type "v" then "e" etc until the required entry is selected).<br><br>But even better, just use shift-command-T to bring up a list of
<br>symbols and type in the resulting selection window.<br><br>Cheers,<br>Paul<br><br>______________________________________________________________________<br>For new threads USE THIS: <a href="mailto:textmate@lists.macromates.com">
textmate@lists.macromates.com</a><br>(threading gets destroyed and the universe will collapse if you don't)<br><a href="http://lists.macromates.com/mailman/listinfo/textmate">http://lists.macromates.com/mailman/listinfo/textmate
</a><br></blockquote></div>