Re: WicketForge 0.5.0 Available for IDEA 8

2009-02-11 Thread Nick Heudecker
Make sure the intentions are enabled on the Settings dialog.  Other than
that it should be working.  What's your IDEA version?



On Wed, Feb 11, 2009 at 9:35 PM, Matt Welch  wrote:

>
> Perhaps I'm missing it, but I can't seem to get the intentions to work. So
> if
> I have:
>
>
> public class MyPage extends WebPage {
> }
>
> and the cursor is somewhere on "MyPage" I should be able to activate these
> intentions? The only intentions I'm seeing now are the built in Idea ones.
> Everything else, though, is working beautifully. No more exceptions when
> idea loads and having a shortcut key to toggle between the components and
> HTML and back is awesome.
>
> -Matt
>
>
>
>
> Nick Heudecker wrote:
> >
> > I've published WicketForge 0.5.1 to the IDEA plugins site.
> >
> >- Toggling between HTML and Java is fixed.  Let me know if you're
> still
> >having problems with the cursor ending up at the correct location.
> > It's
> >work correctly here but your results may vary.
> >- The intentions are also fixed.  Nobody mentioned the intentions not
> >working, so I'm guessing no one knew about them.  There are intentions
> > to
> >create a markup page/panel/properties file if you alt-enter while the
> > cursor
> >is on the class name.
> >
> >
> >
> > On Fri, Jan 16, 2009 at 10:05 AM, Don Hass  wrote:
> >
> >>
> >> Here is what I see in Diana #9647 build on Windows XP.
> >>
> >>
> >> Class/HTML Switching (WORKS)
> >> Alt + Shift + W switch between class and markup/html.
> >>
> >>
> >> Inspections (PARTLY WORKS)
> >> It seems to work in markup/html files, but not in source files for
> >> missing
> >> Wicket IDs.
> >>
> >>
> >> Goto (DOES NOT APPEAR TO WORK AT ALL)
> >> Control+Clicking on a Wicket ID in the Java or markup takes you to the
> >> corresponding Wicket ID in the accompanying file.  Jumps between files,
> >> but
> >> not to correct locations.
> >>
> >>
> >> Completion (WORKS)
> >> When editing an HTML file, popup completion data provides Wicket IDs in
> >> the
> >> corresponding Java source file.
> >>
> >>
> >> Progress and thank you Nick.
> >>
> >>
> >> /Don
> >>
> >>
> >>
> >> Nick Heudecker wrote:
> >> >
> >> > Thanks for the feedback Maarten.  I'm going to publish the plugin
> today
> >> to
> >> > the IDEA site then work on fixing that bug as soon as I can.
> >> >
> >> > On Fri, Jan 16, 2009 at 8:46 AM, Maarten Bosteels
> >> > wrote:
> >> >
> >> >> Hello Nick,
> >> >>
> >> >> The new plugin installs fine.  This is what works on my systems:
> >> >>
> >> >> (a) ALT + SHIFT + W => switching between java and html files
> >> >> (b) in the html file clicking on a wicket:id value => jumps to
> >> >> corresponding
> >> >> Java code
> >> >> (c) CTRL + SPACEBAR when inside a wicket:id value in the html file =>
> >> >> dropdown box for completion
> >> >> (d) in html file: warning "Wicket ID missing in Java source" when
> >> using
> >> >> an
> >> >> invalid wicket:id value
> >> >>
> >> >> not working:
> >> >> (e) clicking on a wicket:id in the Java code,  expected to jump to
> >> >> correspondig wicket:id in html file, but nothing happens
> >> >>
> >> >> I saw same results on these two machines:
> >> >>
> >> >> Fedora 8
> >> >> IDEA 8.0.1 EAP build 9164
> >> >> JDK 1.6.0_11
> >> >>
> >> >> Fedora 9
> >> >> IDEA 8.0 build #9572
> >> >> JDK 1.6.0_11
> >> >>
> >> >> If I remember correctly, (e) used to work on IDEA 7.
> >> >>
> >> >> Nothing interesting in ~/.IntelliJIdea80/system/log/idea.log
> >> >> Except maybe this:
> >> >> 2009-01-16 17:10:33,433 [   3126]   INFO -
> >> api.vfs.impl.local.FileWatcher
> >> >> -
> >> >> Native file watcher failed to startup.
> >> >>
> >> >> Let me know what I can do to help you fix this because your plugin
> >> >> totally
> >> >> rocks !
> >> >>
> >> >> Thanks,
> >> >> Maarten
> >> >>
> >> >> On Wed, Jan 14, 2009 at 5:28 PM, Nick Heudecker <
> nheudec...@gmail.com
> >> >> >wrote:
> >> >>
> >> >> > That's what I get for trying to rush things.  You can download it
> >> from
> >> >> > here:
> >> >> >
> >> >> >
> >> >> > http://www.systemmobile.com/code/WicketForge-0.5.0.zip
> >> >> >
> >> >> > And rename the zip to a jar.  I'll update the instructions page
> >> next.
> >> >> >
> >> >> > On Wed, Jan 14, 2009 at 7:40 AM, Don Hass 
> wrote:
> >> >> >
> >> >> > >
> >> >> > > Ditto.
> >> >> > >
> >> >> > > That's just teasing Nick!
> >> >> > >
> >> >> > >
> >> >> > > Maarten Bosteels wrote:
> >> >> > > >
> >> >> > > > Hello,
> >> >> > > >
> >> >> > > > I tried to download
> >> >> > > http://www.systemmobile.com/code/WicketForge-0.5.0.jar
> >> >> > > > but it's an empty file (zero bytes)
> >> >> > > >
> >> >> > > > Thanks,
> >> >> > > > Maarten
> >> >> > > >
> >> >> > > > On Wed, Jan 14, 2009 at 6:42 AM, Nick Heudecker
> >> >> > > > wrote:
> >> >> > > >
> >> >> > > >> I'm looking for some people to test WicketForge 0.5.0 with
> IDEA
> >> 8.
> >> >>  As
> >> >> > > >> far
> >> >> > > >> as I can tell, everything seems to be working, but I'd like to
> >> get
> >> >> >

Re: WicketForge 0.5.0 Available for IDEA 8

2009-02-11 Thread Matt Welch

Perhaps I'm missing it, but I can't seem to get the intentions to work. So if
I have:


public class MyPage extends WebPage {
}

and the cursor is somewhere on "MyPage" I should be able to activate these
intentions? The only intentions I'm seeing now are the built in Idea ones.
Everything else, though, is working beautifully. No more exceptions when
idea loads and having a shortcut key to toggle between the components and
HTML and back is awesome. 

-Matt




Nick Heudecker wrote:
> 
> I've published WicketForge 0.5.1 to the IDEA plugins site.
> 
>- Toggling between HTML and Java is fixed.  Let me know if you're still
>having problems with the cursor ending up at the correct location. 
> It's
>work correctly here but your results may vary.
>- The intentions are also fixed.  Nobody mentioned the intentions not
>working, so I'm guessing no one knew about them.  There are intentions
> to
>create a markup page/panel/properties file if you alt-enter while the
> cursor
>is on the class name.
> 
> 
> 
> On Fri, Jan 16, 2009 at 10:05 AM, Don Hass  wrote:
> 
>>
>> Here is what I see in Diana #9647 build on Windows XP.
>>
>>
>> Class/HTML Switching (WORKS)
>> Alt + Shift + W switch between class and markup/html.
>>
>>
>> Inspections (PARTLY WORKS)
>> It seems to work in markup/html files, but not in source files for
>> missing
>> Wicket IDs.
>>
>>
>> Goto (DOES NOT APPEAR TO WORK AT ALL)
>> Control+Clicking on a Wicket ID in the Java or markup takes you to the
>> corresponding Wicket ID in the accompanying file.  Jumps between files,
>> but
>> not to correct locations.
>>
>>
>> Completion (WORKS)
>> When editing an HTML file, popup completion data provides Wicket IDs in
>> the
>> corresponding Java source file.
>>
>>
>> Progress and thank you Nick.
>>
>>
>> /Don
>>
>>
>>
>> Nick Heudecker wrote:
>> >
>> > Thanks for the feedback Maarten.  I'm going to publish the plugin today
>> to
>> > the IDEA site then work on fixing that bug as soon as I can.
>> >
>> > On Fri, Jan 16, 2009 at 8:46 AM, Maarten Bosteels
>> > wrote:
>> >
>> >> Hello Nick,
>> >>
>> >> The new plugin installs fine.  This is what works on my systems:
>> >>
>> >> (a) ALT + SHIFT + W => switching between java and html files
>> >> (b) in the html file clicking on a wicket:id value => jumps to
>> >> corresponding
>> >> Java code
>> >> (c) CTRL + SPACEBAR when inside a wicket:id value in the html file =>
>> >> dropdown box for completion
>> >> (d) in html file: warning "Wicket ID missing in Java source" when
>> using
>> >> an
>> >> invalid wicket:id value
>> >>
>> >> not working:
>> >> (e) clicking on a wicket:id in the Java code,  expected to jump to
>> >> correspondig wicket:id in html file, but nothing happens
>> >>
>> >> I saw same results on these two machines:
>> >>
>> >> Fedora 8
>> >> IDEA 8.0.1 EAP build 9164
>> >> JDK 1.6.0_11
>> >>
>> >> Fedora 9
>> >> IDEA 8.0 build #9572
>> >> JDK 1.6.0_11
>> >>
>> >> If I remember correctly, (e) used to work on IDEA 7.
>> >>
>> >> Nothing interesting in ~/.IntelliJIdea80/system/log/idea.log
>> >> Except maybe this:
>> >> 2009-01-16 17:10:33,433 [   3126]   INFO -
>> api.vfs.impl.local.FileWatcher
>> >> -
>> >> Native file watcher failed to startup.
>> >>
>> >> Let me know what I can do to help you fix this because your plugin
>> >> totally
>> >> rocks !
>> >>
>> >> Thanks,
>> >> Maarten
>> >>
>> >> On Wed, Jan 14, 2009 at 5:28 PM, Nick Heudecker > >> >wrote:
>> >>
>> >> > That's what I get for trying to rush things.  You can download it
>> from
>> >> > here:
>> >> >
>> >> >
>> >> > http://www.systemmobile.com/code/WicketForge-0.5.0.zip
>> >> >
>> >> > And rename the zip to a jar.  I'll update the instructions page
>> next.
>> >> >
>> >> > On Wed, Jan 14, 2009 at 7:40 AM, Don Hass  wrote:
>> >> >
>> >> > >
>> >> > > Ditto.
>> >> > >
>> >> > > That's just teasing Nick!
>> >> > >
>> >> > >
>> >> > > Maarten Bosteels wrote:
>> >> > > >
>> >> > > > Hello,
>> >> > > >
>> >> > > > I tried to download
>> >> > > http://www.systemmobile.com/code/WicketForge-0.5.0.jar
>> >> > > > but it's an empty file (zero bytes)
>> >> > > >
>> >> > > > Thanks,
>> >> > > > Maarten
>> >> > > >
>> >> > > > On Wed, Jan 14, 2009 at 6:42 AM, Nick Heudecker
>> >> > > > wrote:
>> >> > > >
>> >> > > >> I'm looking for some people to test WicketForge 0.5.0 with IDEA
>> 8.
>> >>  As
>> >> > > >> far
>> >> > > >> as I can tell, everything seems to be working, but I'd like to
>> get
>> >> > more
>> >> > > >> people testing before I publish it to the IDEA plugin site.
>> >> > > >>
>> >> > > >> Instructions and download here:
>> >> > > http://www.systemmobile.com/?page_id=283
>> >> > > >>
>> >> > > >> --
>> >> > > >> Nick Heudecker
>> >> > > >> Professional Wicket Training & Consulting
>> >> > > >> http://www.systemmobile.com
>> >> > > >>
>> >> > > >> Eventful - Intelligent Event Management
>> >> > > >> http://www.eventfulhq.com
>> >> > > >>
>> >> > > >
>> >> > > >
>> >> > >
>> >> > > --
>> >> > > View this message in c

Re: WicketForge 0.5.0 Available for IDEA 8

2009-02-11 Thread Nick Heudecker
> great news! i have been looking forward to this :) thanks a lot for your
> hard work.
> small suggestion though: there should be a short descriptions of the
> funtionality in the plugin description, i did not know about half of the
> features until now.



If nobody knows about the features, they can't file bugs if something fails
to work. ;)



-- 
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com


Re: WicketForge 0.5.0 Available for IDEA 8

2009-02-11 Thread Andreas Petersson

Nick Heudecker schrieb:

I've published WicketForge 0.5.1 to the IDEA plugins site.

   - Toggling between HTML and Java is fixed.  Let me know if you're still
   having problems with the cursor ending up at the correct location.  It's
   work correctly here but your results may vary.
   - The intentions are also fixed.  Nobody mentioned the intentions not
   working, so I'm guessing no one knew about them.  There are intentions to
   create a markup page/panel/properties file if you alt-enter while the cursor
   is on the class name.

  


great news! i have been looking forward to this :) thanks a lot for your 
hard work.
small suggestion though: there should be a short descriptions of the 
funtionality in the plugin description, i did not know about half of the 
features until now.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketForge 0.5.0 Available for IDEA 8

2009-02-11 Thread Nick Heudecker
I've published WicketForge 0.5.1 to the IDEA plugins site.

   - Toggling between HTML and Java is fixed.  Let me know if you're still
   having problems with the cursor ending up at the correct location.  It's
   work correctly here but your results may vary.
   - The intentions are also fixed.  Nobody mentioned the intentions not
   working, so I'm guessing no one knew about them.  There are intentions to
   create a markup page/panel/properties file if you alt-enter while the cursor
   is on the class name.



On Fri, Jan 16, 2009 at 10:05 AM, Don Hass  wrote:

>
> Here is what I see in Diana #9647 build on Windows XP.
>
>
> Class/HTML Switching (WORKS)
> Alt + Shift + W switch between class and markup/html.
>
>
> Inspections (PARTLY WORKS)
> It seems to work in markup/html files, but not in source files for missing
> Wicket IDs.
>
>
> Goto (DOES NOT APPEAR TO WORK AT ALL)
> Control+Clicking on a Wicket ID in the Java or markup takes you to the
> corresponding Wicket ID in the accompanying file.  Jumps between files, but
> not to correct locations.
>
>
> Completion (WORKS)
> When editing an HTML file, popup completion data provides Wicket IDs in the
> corresponding Java source file.
>
>
> Progress and thank you Nick.
>
>
> /Don
>
>
>
> Nick Heudecker wrote:
> >
> > Thanks for the feedback Maarten.  I'm going to publish the plugin today
> to
> > the IDEA site then work on fixing that bug as soon as I can.
> >
> > On Fri, Jan 16, 2009 at 8:46 AM, Maarten Bosteels
> > wrote:
> >
> >> Hello Nick,
> >>
> >> The new plugin installs fine.  This is what works on my systems:
> >>
> >> (a) ALT + SHIFT + W => switching between java and html files
> >> (b) in the html file clicking on a wicket:id value => jumps to
> >> corresponding
> >> Java code
> >> (c) CTRL + SPACEBAR when inside a wicket:id value in the html file =>
> >> dropdown box for completion
> >> (d) in html file: warning "Wicket ID missing in Java source" when using
> >> an
> >> invalid wicket:id value
> >>
> >> not working:
> >> (e) clicking on a wicket:id in the Java code,  expected to jump to
> >> correspondig wicket:id in html file, but nothing happens
> >>
> >> I saw same results on these two machines:
> >>
> >> Fedora 8
> >> IDEA 8.0.1 EAP build 9164
> >> JDK 1.6.0_11
> >>
> >> Fedora 9
> >> IDEA 8.0 build #9572
> >> JDK 1.6.0_11
> >>
> >> If I remember correctly, (e) used to work on IDEA 7.
> >>
> >> Nothing interesting in ~/.IntelliJIdea80/system/log/idea.log
> >> Except maybe this:
> >> 2009-01-16 17:10:33,433 [   3126]   INFO -
> api.vfs.impl.local.FileWatcher
> >> -
> >> Native file watcher failed to startup.
> >>
> >> Let me know what I can do to help you fix this because your plugin
> >> totally
> >> rocks !
> >>
> >> Thanks,
> >> Maarten
> >>
> >> On Wed, Jan 14, 2009 at 5:28 PM, Nick Heudecker  >> >wrote:
> >>
> >> > That's what I get for trying to rush things.  You can download it from
> >> > here:
> >> >
> >> >
> >> > http://www.systemmobile.com/code/WicketForge-0.5.0.zip
> >> >
> >> > And rename the zip to a jar.  I'll update the instructions page next.
> >> >
> >> > On Wed, Jan 14, 2009 at 7:40 AM, Don Hass  wrote:
> >> >
> >> > >
> >> > > Ditto.
> >> > >
> >> > > That's just teasing Nick!
> >> > >
> >> > >
> >> > > Maarten Bosteels wrote:
> >> > > >
> >> > > > Hello,
> >> > > >
> >> > > > I tried to download
> >> > > http://www.systemmobile.com/code/WicketForge-0.5.0.jar
> >> > > > but it's an empty file (zero bytes)
> >> > > >
> >> > > > Thanks,
> >> > > > Maarten
> >> > > >
> >> > > > On Wed, Jan 14, 2009 at 6:42 AM, Nick Heudecker
> >> > > > wrote:
> >> > > >
> >> > > >> I'm looking for some people to test WicketForge 0.5.0 with IDEA
> 8.
> >>  As
> >> > > >> far
> >> > > >> as I can tell, everything seems to be working, but I'd like to
> get
> >> > more
> >> > > >> people testing before I publish it to the IDEA plugin site.
> >> > > >>
> >> > > >> Instructions and download here:
> >> > > http://www.systemmobile.com/?page_id=283
> >> > > >>
> >> > > >> --
> >> > > >> Nick Heudecker
> >> > > >> Professional Wicket Training & Consulting
> >> > > >> http://www.systemmobile.com
> >> > > >>
> >> > > >> Eventful - Intelligent Event Management
> >> > > >> http://www.eventfulhq.com
> >> > > >>
> >> > > >
> >> > > >
> >> > >
> >> > > --
> >> > > View this message in context:
> >> > >
> >> >
> >>
> http://www.nabble.com/WicketForge-0.5.0-Available-for-IDEA-8-tp21450424p21458486.html
> >> > > Sent from the Wicket - User mailing list archive at Nabble.com.
> >> > >
> >> > >
> >> > >
> -
> >> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> > > For additional commands, e-mail: users-h...@wicket.apache.org
> >> > >
> >> > >
> >> >
> >> >
> >> > --
> >> > Nick Heudecker
> >> > Professional Wicket Training & Consulting
> >> > http://www.systemmobile.com
> >> >
> >> > Eventful - Intelligent Event Management
> >> > http://www.eventfulhq.com
> >> >
> >>
> >
> >

Re: WicketForge 0.5.0 Available for IDEA 8

2009-01-16 Thread Don Hass

Here is what I see in Diana #9647 build on Windows XP.


Class/HTML Switching (WORKS)
Alt + Shift + W switch between class and markup/html.


Inspections (PARTLY WORKS)
It seems to work in markup/html files, but not in source files for missing
Wicket IDs.


Goto (DOES NOT APPEAR TO WORK AT ALL)
Control+Clicking on a Wicket ID in the Java or markup takes you to the
corresponding Wicket ID in the accompanying file.  Jumps between files, but
not to correct locations.


Completion (WORKS)
When editing an HTML file, popup completion data provides Wicket IDs in the
corresponding Java source file.


Progress and thank you Nick.


/Don



Nick Heudecker wrote:
> 
> Thanks for the feedback Maarten.  I'm going to publish the plugin today to
> the IDEA site then work on fixing that bug as soon as I can.
> 
> On Fri, Jan 16, 2009 at 8:46 AM, Maarten Bosteels
> wrote:
> 
>> Hello Nick,
>>
>> The new plugin installs fine.  This is what works on my systems:
>>
>> (a) ALT + SHIFT + W => switching between java and html files
>> (b) in the html file clicking on a wicket:id value => jumps to
>> corresponding
>> Java code
>> (c) CTRL + SPACEBAR when inside a wicket:id value in the html file =>
>> dropdown box for completion
>> (d) in html file: warning "Wicket ID missing in Java source" when using
>> an
>> invalid wicket:id value
>>
>> not working:
>> (e) clicking on a wicket:id in the Java code,  expected to jump to
>> correspondig wicket:id in html file, but nothing happens
>>
>> I saw same results on these two machines:
>>
>> Fedora 8
>> IDEA 8.0.1 EAP build 9164
>> JDK 1.6.0_11
>>
>> Fedora 9
>> IDEA 8.0 build #9572
>> JDK 1.6.0_11
>>
>> If I remember correctly, (e) used to work on IDEA 7.
>>
>> Nothing interesting in ~/.IntelliJIdea80/system/log/idea.log
>> Except maybe this:
>> 2009-01-16 17:10:33,433 [   3126]   INFO - api.vfs.impl.local.FileWatcher
>> -
>> Native file watcher failed to startup.
>>
>> Let me know what I can do to help you fix this because your plugin
>> totally
>> rocks !
>>
>> Thanks,
>> Maarten
>>
>> On Wed, Jan 14, 2009 at 5:28 PM, Nick Heudecker > >wrote:
>>
>> > That's what I get for trying to rush things.  You can download it from
>> > here:
>> >
>> >
>> > http://www.systemmobile.com/code/WicketForge-0.5.0.zip
>> >
>> > And rename the zip to a jar.  I'll update the instructions page next.
>> >
>> > On Wed, Jan 14, 2009 at 7:40 AM, Don Hass  wrote:
>> >
>> > >
>> > > Ditto.
>> > >
>> > > That's just teasing Nick!
>> > >
>> > >
>> > > Maarten Bosteels wrote:
>> > > >
>> > > > Hello,
>> > > >
>> > > > I tried to download
>> > > http://www.systemmobile.com/code/WicketForge-0.5.0.jar
>> > > > but it's an empty file (zero bytes)
>> > > >
>> > > > Thanks,
>> > > > Maarten
>> > > >
>> > > > On Wed, Jan 14, 2009 at 6:42 AM, Nick Heudecker
>> > > > wrote:
>> > > >
>> > > >> I'm looking for some people to test WicketForge 0.5.0 with IDEA 8.
>>  As
>> > > >> far
>> > > >> as I can tell, everything seems to be working, but I'd like to get
>> > more
>> > > >> people testing before I publish it to the IDEA plugin site.
>> > > >>
>> > > >> Instructions and download here:
>> > > http://www.systemmobile.com/?page_id=283
>> > > >>
>> > > >> --
>> > > >> Nick Heudecker
>> > > >> Professional Wicket Training & Consulting
>> > > >> http://www.systemmobile.com
>> > > >>
>> > > >> Eventful - Intelligent Event Management
>> > > >> http://www.eventfulhq.com
>> > > >>
>> > > >
>> > > >
>> > >
>> > > --
>> > > View this message in context:
>> > >
>> >
>> http://www.nabble.com/WicketForge-0.5.0-Available-for-IDEA-8-tp21450424p21458486.html
>> > > Sent from the Wicket - User mailing list archive at Nabble.com.
>> > >
>> > >
>> > > -
>> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> > > For additional commands, e-mail: users-h...@wicket.apache.org
>> > >
>> > >
>> >
>> >
>> > --
>> > Nick Heudecker
>> > Professional Wicket Training & Consulting
>> > http://www.systemmobile.com
>> >
>> > Eventful - Intelligent Event Management
>> > http://www.eventfulhq.com
>> >
>>
> 
> 
> 
> -- 
> Nick Heudecker
> Professional Wicket Training & Consulting
> http://www.systemmobile.com
> 
> Eventful - Intelligent Event Management
> http://www.eventfulhq.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/WicketForge-0.5.0-Available-for-IDEA-8-tp21450424p21505093.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketForge 0.5.0 Available for IDEA 8

2009-01-16 Thread Nick Heudecker
Thanks for the feedback Maarten.  I'm going to publish the plugin today to
the IDEA site then work on fixing that bug as soon as I can.

On Fri, Jan 16, 2009 at 8:46 AM, Maarten Bosteels
wrote:

> Hello Nick,
>
> The new plugin installs fine.  This is what works on my systems:
>
> (a) ALT + SHIFT + W => switching between java and html files
> (b) in the html file clicking on a wicket:id value => jumps to
> corresponding
> Java code
> (c) CTRL + SPACEBAR when inside a wicket:id value in the html file =>
> dropdown box for completion
> (d) in html file: warning "Wicket ID missing in Java source" when using an
> invalid wicket:id value
>
> not working:
> (e) clicking on a wicket:id in the Java code,  expected to jump to
> correspondig wicket:id in html file, but nothing happens
>
> I saw same results on these two machines:
>
> Fedora 8
> IDEA 8.0.1 EAP build 9164
> JDK 1.6.0_11
>
> Fedora 9
> IDEA 8.0 build #9572
> JDK 1.6.0_11
>
> If I remember correctly, (e) used to work on IDEA 7.
>
> Nothing interesting in ~/.IntelliJIdea80/system/log/idea.log
> Except maybe this:
> 2009-01-16 17:10:33,433 [   3126]   INFO - api.vfs.impl.local.FileWatcher -
> Native file watcher failed to startup.
>
> Let me know what I can do to help you fix this because your plugin totally
> rocks !
>
> Thanks,
> Maarten
>
> On Wed, Jan 14, 2009 at 5:28 PM, Nick Heudecker  >wrote:
>
> > That's what I get for trying to rush things.  You can download it from
> > here:
> >
> >
> > http://www.systemmobile.com/code/WicketForge-0.5.0.zip
> >
> > And rename the zip to a jar.  I'll update the instructions page next.
> >
> > On Wed, Jan 14, 2009 at 7:40 AM, Don Hass  wrote:
> >
> > >
> > > Ditto.
> > >
> > > That's just teasing Nick!
> > >
> > >
> > > Maarten Bosteels wrote:
> > > >
> > > > Hello,
> > > >
> > > > I tried to download
> > > http://www.systemmobile.com/code/WicketForge-0.5.0.jar
> > > > but it's an empty file (zero bytes)
> > > >
> > > > Thanks,
> > > > Maarten
> > > >
> > > > On Wed, Jan 14, 2009 at 6:42 AM, Nick Heudecker
> > > > wrote:
> > > >
> > > >> I'm looking for some people to test WicketForge 0.5.0 with IDEA 8.
>  As
> > > >> far
> > > >> as I can tell, everything seems to be working, but I'd like to get
> > more
> > > >> people testing before I publish it to the IDEA plugin site.
> > > >>
> > > >> Instructions and download here:
> > > http://www.systemmobile.com/?page_id=283
> > > >>
> > > >> --
> > > >> Nick Heudecker
> > > >> Professional Wicket Training & Consulting
> > > >> http://www.systemmobile.com
> > > >>
> > > >> Eventful - Intelligent Event Management
> > > >> http://www.eventfulhq.com
> > > >>
> > > >
> > > >
> > >
> > > --
> > > View this message in context:
> > >
> >
> http://www.nabble.com/WicketForge-0.5.0-Available-for-IDEA-8-tp21450424p21458486.html
> > > Sent from the Wicket - User mailing list archive at Nabble.com.
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > For additional commands, e-mail: users-h...@wicket.apache.org
> > >
> > >
> >
> >
> > --
> > Nick Heudecker
> > Professional Wicket Training & Consulting
> > http://www.systemmobile.com
> >
> > Eventful - Intelligent Event Management
> > http://www.eventfulhq.com
> >
>



-- 
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com


Re: WicketForge 0.5.0 Available for IDEA 8

2009-01-16 Thread Maarten Bosteels
Hello Nick,

The new plugin installs fine.  This is what works on my systems:

(a) ALT + SHIFT + W => switching between java and html files
(b) in the html file clicking on a wicket:id value => jumps to corresponding
Java code
(c) CTRL + SPACEBAR when inside a wicket:id value in the html file =>
dropdown box for completion
(d) in html file: warning "Wicket ID missing in Java source" when using an
invalid wicket:id value

not working:
(e) clicking on a wicket:id in the Java code,  expected to jump to
correspondig wicket:id in html file, but nothing happens

I saw same results on these two machines:

Fedora 8
IDEA 8.0.1 EAP build 9164
JDK 1.6.0_11

Fedora 9
IDEA 8.0 build #9572
JDK 1.6.0_11

If I remember correctly, (e) used to work on IDEA 7.

Nothing interesting in ~/.IntelliJIdea80/system/log/idea.log
Except maybe this:
2009-01-16 17:10:33,433 [   3126]   INFO - api.vfs.impl.local.FileWatcher -
Native file watcher failed to startup.

Let me know what I can do to help you fix this because your plugin totally
rocks !

Thanks,
Maarten

On Wed, Jan 14, 2009 at 5:28 PM, Nick Heudecker wrote:

> That's what I get for trying to rush things.  You can download it from
> here:
>
>
> http://www.systemmobile.com/code/WicketForge-0.5.0.zip
>
> And rename the zip to a jar.  I'll update the instructions page next.
>
> On Wed, Jan 14, 2009 at 7:40 AM, Don Hass  wrote:
>
> >
> > Ditto.
> >
> > That's just teasing Nick!
> >
> >
> > Maarten Bosteels wrote:
> > >
> > > Hello,
> > >
> > > I tried to download
> > http://www.systemmobile.com/code/WicketForge-0.5.0.jar
> > > but it's an empty file (zero bytes)
> > >
> > > Thanks,
> > > Maarten
> > >
> > > On Wed, Jan 14, 2009 at 6:42 AM, Nick Heudecker
> > > wrote:
> > >
> > >> I'm looking for some people to test WicketForge 0.5.0 with IDEA 8.  As
> > >> far
> > >> as I can tell, everything seems to be working, but I'd like to get
> more
> > >> people testing before I publish it to the IDEA plugin site.
> > >>
> > >> Instructions and download here:
> > http://www.systemmobile.com/?page_id=283
> > >>
> > >> --
> > >> Nick Heudecker
> > >> Professional Wicket Training & Consulting
> > >> http://www.systemmobile.com
> > >>
> > >> Eventful - Intelligent Event Management
> > >> http://www.eventfulhq.com
> > >>
> > >
> > >
> >
> > --
> > View this message in context:
> >
> http://www.nabble.com/WicketForge-0.5.0-Available-for-IDEA-8-tp21450424p21458486.html
> > Sent from the Wicket - User mailing list archive at Nabble.com.
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
>
> --
> Nick Heudecker
> Professional Wicket Training & Consulting
> http://www.systemmobile.com
>
> Eventful - Intelligent Event Management
> http://www.eventfulhq.com
>


Re: WicketForge 0.5.0 Available for IDEA 8

2009-01-14 Thread Nick Heudecker
That's what I get for trying to rush things.  You can download it from here:


http://www.systemmobile.com/code/WicketForge-0.5.0.zip

And rename the zip to a jar.  I'll update the instructions page next.

On Wed, Jan 14, 2009 at 7:40 AM, Don Hass  wrote:

>
> Ditto.
>
> That's just teasing Nick!
>
>
> Maarten Bosteels wrote:
> >
> > Hello,
> >
> > I tried to download
> http://www.systemmobile.com/code/WicketForge-0.5.0.jar
> > but it's an empty file (zero bytes)
> >
> > Thanks,
> > Maarten
> >
> > On Wed, Jan 14, 2009 at 6:42 AM, Nick Heudecker
> > wrote:
> >
> >> I'm looking for some people to test WicketForge 0.5.0 with IDEA 8.  As
> >> far
> >> as I can tell, everything seems to be working, but I'd like to get more
> >> people testing before I publish it to the IDEA plugin site.
> >>
> >> Instructions and download here:
> http://www.systemmobile.com/?page_id=283
> >>
> >> --
> >> Nick Heudecker
> >> Professional Wicket Training & Consulting
> >> http://www.systemmobile.com
> >>
> >> Eventful - Intelligent Event Management
> >> http://www.eventfulhq.com
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/WicketForge-0.5.0-Available-for-IDEA-8-tp21450424p21458486.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Nick Heudecker
Professional Wicket Training & Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com


Re: WicketForge 0.5.0 Available for IDEA 8

2009-01-14 Thread Don Hass

Ditto.

That's just teasing Nick!


Maarten Bosteels wrote:
> 
> Hello,
> 
> I tried to download http://www.systemmobile.com/code/WicketForge-0.5.0.jar
> but it's an empty file (zero bytes)
> 
> Thanks,
> Maarten
> 
> On Wed, Jan 14, 2009 at 6:42 AM, Nick Heudecker
> wrote:
> 
>> I'm looking for some people to test WicketForge 0.5.0 with IDEA 8.  As
>> far
>> as I can tell, everything seems to be working, but I'd like to get more
>> people testing before I publish it to the IDEA plugin site.
>>
>> Instructions and download here: http://www.systemmobile.com/?page_id=283
>>
>> --
>> Nick Heudecker
>> Professional Wicket Training & Consulting
>> http://www.systemmobile.com
>>
>> Eventful - Intelligent Event Management
>> http://www.eventfulhq.com
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/WicketForge-0.5.0-Available-for-IDEA-8-tp21450424p21458486.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WicketForge 0.5.0 Available for IDEA 8

2009-01-14 Thread Maarten Bosteels
Hello,

I tried to download http://www.systemmobile.com/code/WicketForge-0.5.0.jar
but it's an empty file (zero bytes)

Thanks,
Maarten

On Wed, Jan 14, 2009 at 6:42 AM, Nick Heudecker wrote:

> I'm looking for some people to test WicketForge 0.5.0 with IDEA 8.  As far
> as I can tell, everything seems to be working, but I'd like to get more
> people testing before I publish it to the IDEA plugin site.
>
> Instructions and download here: http://www.systemmobile.com/?page_id=283
>
> --
> Nick Heudecker
> Professional Wicket Training & Consulting
> http://www.systemmobile.com
>
> Eventful - Intelligent Event Management
> http://www.eventfulhq.com
>