Hi,
I'm trying to customize the completion with my custom Ruby script. In order to do this I've created a custom Preference item in my bundle with a specific scope.
{ completionCommand = '"${TM_BUNDLE_SUPPORT}/bin/ completion_command.rb"'; disableDefaultCompletion = 1; }
And this way surprisingly it doesn't work, because $TM_BUNDLE_SUPPORT seems to be undefined for measly preference items. Should I file a bug report or is there any work-around? ;-)
-Michail
On Aug 27, 2007, at 8:32 AM, Michail Pishchagin wrote:
[...] surprisingly it doesn't work, because $TM_BUNDLE_SUPPORT seems to be undefined for measly preference items. Should I file a bug report or is there any work-around? ;-)
See http://lists.macromates.com/pipermail/textmate/2007-August/ 021718.html
2007/8/27, Allan Odgaard throw-away-1@macromates.com:
On Aug 27, 2007, at 8:32 AM, Michail Pishchagin wrote:
[...] surprisingly it doesn't work, because $TM_BUNDLE_SUPPORT seems to be undefined for measly preference items. Should I file a bug report or is there any work-around? ;-)
See http://lists.macromates.com/pipermail/textmate/2007-August/ 021718.html
Ahha. I guess I'll hard-code it for now, and will pray for soon Leopard release ;-) Thanks.