The symbol list has never worked for me -- nothing ever shows up in it, whether I'm working in Python, PHP, HTML, Markdown, etc. Same for the "Go To Symbol" popup. Always empty.
I've tried deleting my preferences file. No change.
I'm running build 790 with a current repository checkout of bundles. OS X 10.4.3.
Am I missing something obvious?
thanks
pb
-- Paul Bissex http://e-scribe.com/news/ Northampton MA USA 01061-0847
On 11/29/05, Allan Odgaard throw-away-1@macromates.com wrote:
On 29/11/2005, at 15:20, Paul Bissex wrote:
The symbol list has never worked for me [...]
Have you disabled the Source bundle? This one sets inclusion of function names in the pop-up, so disabling that will cause most languages to lose the pop-up.
After downloading a fresh copy of the app, disabling Application Support in /Library and ~/Library, deleting my preferences, etc. I figured it out.
Early on in working on my S5 bundle I had taken a blind stab at getting slide titles to show up in the symbol popup by creating a Preferences item containing this:
{ showInSymbolList = '1'; }
This was enough to break the symbol popup for all the other bundles.
pb
-- Paul Bissex http://e-scribe.com/news/ Northampton MA USA 01061-0847
On 11/29/05, Paul Bissex paul.bissex@gmail.com wrote:
On 11/29/05, Allan Odgaard throw-away-1@macromates.com wrote:
On 29/11/2005, at 15:20, Paul Bissex wrote:
The symbol list has never worked for me [...]
After downloading a fresh copy of the app, disabling Application Support in /Library and ~/Library, deleting my preferences, etc. I figured it out.
Early on in working on my S5 bundle I had taken a blind stab at getting slide titles to show up in the symbol popup by creating a Preferences item containing this:
{ showInSymbolList = '1'; }
This was enough to break the symbol popup for all the other bundles.
I left out a critical bit of info -- I left the Scope Selector for this item blank. That seems to be what did it.
-- Paul Bissex http://e-scribe.com/news/ Northampton MA USA 01061-0847
On 29/11/2005, at 19:22, Paul Bissex wrote:
This was enough to break the symbol popup for all the other bundles.
I left out a critical bit of info -- I left the Scope Selector for this item blank. That seems to be what did it.
Indeed -- that would enable this for everything, meaning each document should be one giant symbol to show in the pop-up.
When it didn't actually show anything (as opposed the the entire document as one symbol), I suspect there's a problem showing the last symbol in a document, if that symbols ends exactly when the document ends (will have to check out the code).