As long as you're playing with the 'odoc' AppleEvent, please consider (as previously mentioned in http://one.textdrive.com/pipermail/textmate/2004-October/000547.html) supporting the keyAEPosition parameter as detailed here:
<http://www.codingmonkeys.de/techpubs/externaleditor/ pbxexternaleditor.html>
This is a blocker for anyone trying to use TextMate as external editor for either Xcode or CodeWarrior.
Thanks, Chris
On Oct 25, 2004, at 1:51 PM, Allan Odgaard wrote:
I've also played shortly with this, I was actually awaiting six lines of code that Jonas mentioned on his blog, but it seems he's forgotten about me, so I should probably continue my own work instead...
Apple Events (especially catching the 'odoc' event) are not exactly nice from Cocoa applications, and it seems Transmit only supports a hardcoded list of editors, so I can't even test TextMate with their program (and a 'file' can have several "representations" when sent as an apple event, so testing is rather crucial).
As long as you're playing with the 'odoc' AppleEvent, please consider (as previously mentioned in http://one.textdrive.com/pipermail/textmate/2004-October/000547.html) supporting the keyAEPosition parameter as detailed here:
<http://www.codingmonkeys.de/techpubs/externaleditor/ pbxexternaleditor.html>
This is a blocker for anyone trying to use TextMate as external editor for either Xcode or CodeWarrior.
Thanks, Chris
On Oct 25, 2004, at 1:51 PM, Allan Odgaard wrote:
I've also played shortly with this, I was actually awaiting six lines of code that Jonas mentioned on his blog, but it seems he's forgotten about me, so I should probably continue my own work instead...
Apple Events (especially catching the 'odoc' event) are not exactly nice from Cocoa applications, and it seems Transmit only supports a hardcoded list of editors, so I can't even test TextMate with their program (and a 'file' can have several "representations" when sent as an apple event, so testing is rather crucial).