Hi List,
I applaud the symbol popup! However I never see any symbols in it, and I have never seen anything in the 'go to symbol' window either!
What am I doing wrong?
On 10/11/2005, at 14.06, Ian White wrote:
However I never see any symbols in it, and I have never seen anything in the 'go to symbol' window either!
What am I doing wrong?
What language are you using?
php, latex, html
Check if you should have older language grammars in ~/Library/… -- if you have, it may be that these do not correctly markup stuff for the symbol popup.
For HTML it should show the value of ID arguments, for PHP it shows function names, and for latex it show sections and I think labels.
Check if you should have older language grammars in ~/Library/… -- if you have, it may be that these do not correctly markup stuff for the symbol popup.
Just blew away the entire ~/Library/Application Support/TextMate dir and re-updated with svn. the problem persists.
Fyi: the 'special items' command in defaults works correctly.
On 10/11/2005, at 14.23, Ian White wrote:
Check if you should have older language grammars in ~/Library/… -- if you have, it may be that these do not correctly markup stuff for the symbol popup.
Just blew away the entire ~/Library/Application Support/TextMate dir and re-updated with svn. the problem persists.
For latex, php, and html, you don't need a svn checkout.
Try switch to latex and type: \section{foo}
Place caret on foo and press ctrl-shift P, the scope I get is:
text.latex meta.section.latex entity.name.section
And btw: have you disabled the Source bundle? at least some of the symbol inclusion stuff is set in that bundle.
Ian White ian.w.white@gmail.com wrote:
Hi List,
Hi Ian,
I applaud the symbol popup!
Mee too, with both hands, very great indeed. I was just considering asking for something like this, but, as I am not quite fluent in English, I was searching the words to express my thoughts.
Allan did it before I asked for it! Great job indeed, navigation through a long CSS file, or through <div>s in HTML file in really easy now!
Thanks again, Allan