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 <matt...@welchkin.net> 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 <donh...@gmail.com> 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
> >> > <mbosteels....@gmail.com>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 <donh...@gmail.com>
> 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
> >> >> > > > <nheudec...@gmail.com>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
> >>
> >>
> >
> >
> > --
> > 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-tp21450424p21970241.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

Reply via email to