hello:)
I've some difficulties with the macro "Convert ASCII Symbol to LaTeX",.
arrowShortcuts.rb is there :
/Library/Application Support/TextMate/Bundles/Latex.tmbundle/Support/ bin/arrowShortcuts.rb
and in the macro we have : command = ""$TM_BUNDLE_SUPPORT/bin/ arrowShortcuts.rb"";
or Show TM_* Variables give :
TM_BUNDLE_PATH=/Library/Application Support/TextMate/Bundles/ TextMate.tmbundle TM_BUNDLE_SUPPORT=/Library/Application Support/TextMate/Bundles/ TextMate.tmbundle/Support
so i think that the script is not found !
the script is fine because i put the code in a command and the command works very well
But i've a question
TM_BUNDLE_SUPPORT is unique or this variable depends on Bundle ?
how do I have to make so that works?
Thanks
Alain