Re: Eclipse stack trace integration

2010-03-09 Thread Leo
Symfony seems to do it just for TextMate using the txmt: link syntax - http://blog.macromates.com/2007/the-textmate-url-scheme/ - IMO this would be a great little feature to add to the Django debug pages. I use PyDev and Eclipse and unfortunately Eclipse doesn't actually have native support to jum

Re: Eclipse stack trace integration

2010-03-03 Thread Thierry
Hey Russ Well it would be a nice addition to the Exception screen. On 3 mrt, 00:30, Russell Keith-Magee wrote: > On Tue, Mar 2, 2010 at 10:00 PM, Thierry > wrote: > > Any idea how to make the file names in the stack trace clickable to > > open them in eclipse? > > > Symfony seems to do it: >

Re: Eclipse stack trace integration

2010-03-02 Thread Russell Keith-Magee
On Tue, Mar 2, 2010 at 10:00 PM, Thierry wrote: > Any idea how to make the file names in the stack trace clickable to > open them in eclipse? > > Symfony seems to do it: > http://symfony-reloaded.org/tools > > Quote: > You can even click on any filename and Symfony will open your favorite > IDE at

Eclipse stack trace integration

2010-03-02 Thread Thierry
Any idea how to make the file names in the stack trace clickable to open them in eclipse? Symfony seems to do it: http://symfony-reloaded.org/tools Quote: You can even click on any filename and Symfony will open your favorite IDE at the right line (if you use a supported IDE). -- You received t