[TxMt] Using custom command completion
Michail Pishchagin
mblsha at gmail.com
Mon Aug 27 06:32:15 UTC 2007
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
More information about the textmate
mailing list