On 3/8/2006, at 21:39, cormullion@mac.com wrote:
Just one quirk I noticed: when I quit TextMate and re-opened it, these functions didn't appear. But I changed the bundle property to this value:
showInSymbolList = 0;
and now functions work every time, and continue to work over relaunches. The manual clearly states that this should = 1, yet only 0 works for me. I've managed to reverse the polarity somehow. I'm sure there's an explanation, if not a simple one... :-)
Most likely you did not specify the proper scope selector.
E.g. if you gave no scope selector, ‘ = 1’ would make the entire document go into the symbol pop-up (but TM would not do that, thus showing nothing) -- setting it to ‘ = 0’ would then exclude the entire document, except there are more targeted preferences for function names already, so these would still appear.
I.e. just remove the preference entirely, and I believe it should work as it currently does.