Re: Chrome extension and Eclipse plugin for wicket-source helper are updated!

2016-08-22 Thread Jenny Brown
On Mon, Aug 22, 2016 at 2:13 AM, Martin Grigorov <mgrigo...@apache.org> wrote: > Hi Jenny, > > On Mon, Aug 22, 2016 at 3:30 AM, Jenny Brown <jennybro...@gmail.com> > wrote: > > > About 5 years ago, I created wicket-source, a set of extensions that let > >

Chrome extension and Eclipse plugin for wicket-source helper are updated!

2016-08-21 Thread Jenny Brown
. Jenny Brown

Released wicket-source for Wicket 6

2012-10-21 Thread Jenny Brown
Wicket-Source is now compatible with Wicket 6. dependency groupIdnet.ftlines.wicket-source/groupId artifactIdwicket-source/artifactId version6.0.0.8/version /dependency Wicket-Source lets you click through from the rendered web page back to the exact line of Wicket source code that produced it.

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

2012-02-27 Thread Jenny Brown
/42Lines/wicket-source/downloads So far no bug reports, but do let me know if anything gives you trouble, so I can get it fixed. Thanks! Jenny Brown

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

2012-02-06 Thread Jenny Brown
Thanks! When you have a project url for the port, let me know, and I'll link it in from the project wiki. Jenny On Mon, Feb 6, 2012 at 12:30 PM, Minas Manthos minas.mant...@gmail.comwrote: Thanks for explanations Jenny. It was very easy to port... :-) And thank you again for your great

Re: Wicket 1.4 - 1.5: MarkupContainer.getMarkupStream()

2012-02-06 Thread Jenny Brown
I'm still a beginner myself, but upon looking at the Javadocs for MarkupContainer and MarkupStream, I am not sure where exactly the code is giving you trouble. Compile error? Runtime exception? Can you be more specific? On Mon, Feb 6, 2012 at 11:14 PM, Thomas Singer wic...@regnis.de wrote:

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

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

2012-02-04 Thread Jenny Brown
backported for wicket 1.4.x compatibility and that is available as a full release in maven central now. Version numbering is (wicket_version).(my_version). Jenny Brown

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

2012-02-03 Thread Jenny Brown
Yay, another platform! Thank you for porting it. Jenny On Fri, Feb 3, 2012 at 6:39 PM, armhold armh...@gmail.com wrote: Wow this is really handy, thanks Jenny. Looking forward to the Chrome port! I just whipped up a plugin for Intellij. It might not be publicly available until they have

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

2012-02-01 Thread Jenny Brown
for an http get request with a parameter for which file to open, and optionally a password (to reduce dev team pranks!). So, it's hopefully very straightforward. Jenny Brown

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

2012-01-31 Thread Jenny Brown
-SNAPSHOT contains a bug fix for ajax components. Jenny Brown