Seems that there still is some odd problem with syntaxes depending on other syntaxes. I just got this:
2006-06-05 13:16:55.842 TextMate[5366] didn't find rule named source.open-gl 2006-06-05 13:16:55.842 TextMate[5366] didn't find rule source.open-gl
Odd thing is to my knowledge I never edited anything that had anything to do with open-gl...
Gerd
On 5/6/2006, at 20:32, Gerd Knops wrote:
Seems that there still is some odd problem with syntaxes depending on other syntaxes. I just got this:
2006-06-05 13:16:55.842 TextMate[5366] didn't find rule named source.open-gl 2006-06-05 13:16:55.842 TextMate[5366] didn't find rule source.open-gl
Odd thing is to my knowledge I never edited anything that had anything to do with open-gl...
The C language grammar includes OpenGL. So for now you need to have the OpenGL bundle enabled to not get the error.
That this did not show in the past was because in the past, it would still use grammars from disabled bundles, when none of the enabled bundles could provide one.
The console logging is really just there as a reminder to me, sorry for cluttering the log.
On Jun 6, 2006, at 4:54 AM, Allan Odgaard wrote:
On 5/6/2006, at 20:32, Gerd Knops wrote:
Seems that there still is some odd problem with syntaxes depending on other syntaxes. I just got this:
2006-06-05 13:16:55.842 TextMate[5366] didn't find rule named source.open-gl 2006-06-05 13:16:55.842 TextMate[5366] didn't find rule source.open-gl
Odd thing is to my knowledge I never edited anything that had anything to do with open-gl...
The C language grammar includes OpenGL. So for now you need to have the OpenGL bundle enabled to not get the error.
That this did not show in the past was because in the past, it would still use grammars from disabled bundles, when none of the enabled bundles could provide one.
The console logging is really just there as a reminder to me, sorry for cluttering the log.
That was it, Open-GL was indeed disabled.
Thanks
Gerd