Re: Wicket-Source: Click-through from browser back to Java source

2012-02-27 Thread Jenny Brown
I've updated the Firefox plugin for wicket-source to include support for Firefox 10. This is just metadata so that Firefox updates will stop complaining, as it was already code compatible. The new wicketsou...@gmail.com.xpi plugin file is available from the downloads area. https://github.com/42Li

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-08 Thread Maarten Bosteels
gt; Thanks again, > George > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-Source-Click-through-from-browser-back-to-Java-source-tp4346532p4369389.html > Sent from the Users forum mailing list archive at Nabble.com. > > -

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-08 Thread armhold
isn't the best, unfortunately. Thanks again, George -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Source-Click-through-from-browser-back-to-Java-source-tp4346532p4369389.html Sent from the Users forum mailing list a

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-07 Thread danisevsky
> http://apache-wicket.1842946.n4.nabble.com/Wicket-Source-Click-through-from-browser-back-to-Java-source-tp4346532p4362375.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscrib

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-06 Thread Minas Manthos
t nor deploy. Thank you for the plugin. Regards. :-) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Source-Click-through-from-browser-back-to-Java-source-tp4346532p4362375.html Sent from the Users forum mailing list a

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-06 Thread Jenny Brown
nd for sharing. Well done. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-Source-Click-through-from-browser-back-to-Java-source-tp4346532p4362279.html > Sent from the Users forum maili

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-06 Thread Minas Manthos
Thanks for explanations Jenny. It was very easy to port... :-) And thank you again for your great work and for sharing. Well done. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Source-Click-through-from-browser-back-to-Java-source-tp4346532p4362279.html Sent

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-05 Thread Jenny Brown
Chrome extension is available in the github downloads area now. The extension uses devtools APIs (but no longer experimental) which are currently only ready in the chrome dev channel version. However the plugin should be stable, so as chrome moves into beta and then stable release I believe it wi

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-04 Thread Jenny Brown
Wicket-source 1.5.0.7 is available now as a full release in maven central. This fixes a bug where ajax components were skipped; should work solidly now in all cases. If you have a bug report, there's an issue tracker on the github project site. https://github.com/42Lines/wicket-source I also ba

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-03 Thread Jenny Brown
ge if you find it useful. > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-Source-Click-through-from-browser-back-to-Java-source-tp4346532p4356257.html > Sent from the Users forum mailing list archive at Nabble.com. > > -

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-03 Thread armhold
n before so this is probably not the most idiomatic code, but feel free to copy the relevant bits into wicketforge if you find it useful. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Source-Click-through-from-browser-back-to-Java-source-tp4346532p4356257.html Sent f

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-01 Thread Jenny Brown
On Wed, Feb 1, 2012 at 3:57 AM, Minas Manthos wrote: > Sounds great! Would be nice to have it for IDEA too... will look into it. > :-) > I'm glad it sounds useful! :) Let me know if I can be of any assistance in the porting effort. The core behavior is simply listening for an http get request

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-01 Thread Minas Manthos
Sounds great! Would be nice to have it for IDEA too... will look into it. :-) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Source-Click-through-from-browser-back-to-Java-source-tp4346532p4347366.html Sent from the Users forum mailing list archive at

Re: Wicket-Source: Click-through from browser back to Java source

2012-02-01 Thread Martin Grigorov
Awesome indeed! @Minas: how hard is to integrate this in WicketForge (IDEA users) ? :-) On Wed, Feb 1, 2012 at 3:21 AM, Jenny Brown wrote: > Working on someone else's complex wicket pages can result in a lot of time > spent hunting for components in the source. What if you could click on an > it

Re: Wicket-Source: Click-through from browser back to Java source

2012-01-31 Thread robert.mcguinness
looks awesome. can't wait to try it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Source-Click-through-from-browser-back-to-Java-source-tp4346532p4346698.html Sent from the Users forum mailing list archive at Nabbl

Wicket-Source: Click-through from browser back to Java source

2012-01-31 Thread Jenny Brown
Working on someone else's complex wicket pages can result in a lot of time spent hunting for components in the source. What if you could click on an item in the web page and jump straight to the line of Java source that created it? The net.ftlines.wicket-source module, plus a couple of plugins, le