tags:

views:

65

answers:

3

Is it possible to launch an external image editor from the TextMate project drawer? I suppose the same concept would apply to launching any external editor from TextMate. Right now, if I right-click on the image file, I only have an option to open in Preview or Finder.

Thanks!

+1  A: 

TextMate respects the Finder's (well, LauchService's) "Open with" choice for each file. Whichever program would open when you double-click the file in Finder will appear in TextMate's contextual menu. Simply change this through the Finder's Get Info window for the file in question to the editor of your choice, and TextMate will respect it. It's dynamically populated, so you don't need to restart TextMate.

As far as I know, there's no method to specify a secondary program beyond the default.

Matt B.
Thanks Matt. I will manage without it.
adam.mokan
A: 

I think no is the answer, but like Matt said, explore the usage of the Services menu.

Joseph Silvashy
No, my answer has nothing to do with the Services menu. It is possible, based upon **LaunchServices'** currently selected app to open the file (selected through Finder's Get Info Window).
Matt B.
+2  A: 

Yes. There is an (official) TM Bundle that does what you want--it's called "ImageBrowser." I installed recently and i have used it only once. It seems to work fine for the purpose you mentioned in your Question; in particular, it finds images in your current project and displays them in an image browser that runs inside TextMate.

You can get it from the Macromates SVN Repository.

doug