Hi!
When working on a file, I would at times like to switch back to xCode to:
- set a breakpoint - use the better code sense implementation - ...
I see no such feature.
TIA, Pierre
--- Pierre Bernard http://www.bernard-web.com/pierre http://www.houdah.com
On 3/10/2006, at 22:49, Pierre Bernard wrote:
When working on a file, I would at times like to switch back to xCode to:
- set a breakpoint
You might like the command Scott Andrew posted [1]. It allows you to set a breakpoint in Xcode (from TextMate).
We can add it to the default Xcode bundle.
[1] http://lists.macromates.com/pipermail/textmate/2006-September/ 013109.html
I see no such feature.
I think you can make a new command which does:
open -a Xcode "$TM_FILEPATH"
And it will switch to Xcode and open your current file.