Firefox/Eclipse plugin for Tapestry

2008-02-18 Thread superoverdrive
I have just had the idea of combining Firefox plugins with Eclipse plugins in order to increase the speed of developing Tapestry applications. E.g. you could edit properties directly on the website and the Firefox plugin would then communicate with Eclipse and replace the properties in the

Re: Firefox/Eclipse plugin for Tapestry

2008-02-18 Thread Davor Hrg
if you could make a plugin for eclipse/firefox to open line in eclipse when clicking tapestry stack trace... if you know enough on firefox plugins and eclipse plugin making, this would be a great feature to start with :) positioning elements on the page you mention is very problematic to

Re: Firefox/Eclipse plugin for Tapestry

2008-02-18 Thread Andreas Andreou
I have this for T4.1 and Idea (via a pluggable exception page), but due to https://issues.apache.org/jira/browse/TAPESTRY-2115 it's not yet releasable... It probably works with eclipse as well if the teamcity plugin is installed On 2/18/08, Davor Hrg [EMAIL PROTECTED] wrote: if you could make a

Re: Firefox/Eclipse plugin for Tapestry

2008-02-18 Thread Andreas Andreou
There's a 4.8 KB js that you include, and then a custom @ExceptionDisplay that adds javascript onclick at each line of the exception messages I won't say more right now - but will write an update later tonight PS. Of course, T5 can easily include this as well On 2/18/08, Davor Hrg [EMAIL

Re: Firefox/Eclipse plugin for Tapestry

2008-02-18 Thread Davor Hrg
how much javascript is there for it to work? could you print it raw directly into template ? I'm very much interested in getting eclipse jump to error I click on tapestry error page... Davor Hrg On Feb 18, 2008 2:43 PM, Andreas Andreou [EMAIL PROTECTED] wrote: I have this for T4.1 and Idea