I was wondering if anyone has figured out how to set the preferences in xcode to open a tmproj file in textmate? Of course I can control "open with finder' to get it to open in textmate, but I am looking to set the preferences to open all tmproj files with textmate as the external editor. I can not find such a heading in xcodes preferences though.
Cheers, Robert
On Feb 26, 2005, at 2:50 PM, Mr. Robert Ullrey wrote:
I was wondering if anyone has figured out how to set the preferences in xcode to open a tmproj file in textmate? Of course I can control "open with finder' to get it to open in textmate, but I am looking to set the preferences to open all tmproj files with textmate as the external editor. I can not find such a heading in xcodes preferences though.
Surely this just just work if you double-click the tmproj in Xcode's file list? What happens currently?
Chris
********************************************************************* Chris Thomas wrote on [Saturday, February 26, 2005 -0800]
Surely this just just work if you double-click the tmproj in Xcode's file list? What happens currently?
Currently double-clicking opens the file in xcode's editor as a xml file. Interesting, but wrong.
On Feb 27, 2005, at 4:09, Mr. Robert Ullrey wrote:
Surely this just just work if you double-click the tmproj in Xcode's file list? What happens currently?
Currently double-clicking opens the file in xcode's editor as a xml file. Interesting, but wrong.
I haven't tested it, but try to go to Xcode preferences and under File types set the extenral editor for File -> text -> text.xml to TextMate. Of course then all XML will probably open in TextMate.
On 28 Feb, 2005, at 11:30 AM, Allan Odgaard wrote:
On Feb 27, 2005, at 4:09, Mr. Robert Ullrey wrote:
Surely this just just work if you double-click the tmproj in Xcode's file list? What happens currently?
Currently double-clicking opens the file in xcode's editor as a xml file. Interesting, but wrong.
I haven't tested it, but try to go to Xcode preferences and under File types set the extenral editor for File -> text -> text.xml to TextMate. Of course then all XML will probably open in TextMate.
http://lists.apple.com/archives/xcode-users/2004/Feb/msg00439.html has some information on how to customize Xcode's file types list
-John
********************************************************************* textmate@mimicry.org wrote on [Monday, February 28, 2005, -0500]
I haven't tested it, but try to go to Xcode preferences and under File types set the extenral editor for File -> text -> text.xml to TextMate. Of course then all XML will probably open in TextMate.
This does indeed work, but as you noted, every xml file opens in TextMate.
http://lists.apple.com/archives/xcode-users/2004/Feb/msg00439.html has some information on how to customize Xcode's file types list
Great! Thanks, this is what I was hunting for. A way to specifically define .tmproj files.