I had not heard of wicket bench before reading this email thread. So, I installed it and found that it doesn't play well with 'myeclipse'; not sure where the fault lies. So I just don't use it as a default editor. I do like some of the features. If you just want to switch between java and html use 'alt + leftarrow' and 'alt + rightarrow'. This switches between recently edited files.
On Wed, Jan 27, 2010 at 1:06 AM, Lionel Port <[email protected]> wrote: > Agree with Huake Ingmar. The functionality doesn't overlap at all. My > main reason for wanting the plugin to work is to switch easily between > the html and the java code for the same component. In a maven project > this is particular a hassle because the java code is in packages under > /src/main/java and the html code is in packages under > /src/main/resources. I can't really find a quick way (preferable > single keystroke to flip between them). I also ideally want code > completion on the wicket ids but thats secondary. > > regards, > Lionel > > On Tue, Jan 26, 2010 at 12:48 AM, Hauke Ingmar Schmidt > <[email protected]> wrote: > > Hej, > > > > 2010/1/25 Peter Karich <[email protected]>: > >>> Is it > >>> time to buy an IDEA license where there seems to be a quite nice > >>> toolset for Wicket? > > > >> I downloaded the open source version of IntelliJ and the wicket plugin > seems > >> to work. > > > > Yes, but the free version of IDEA is lacking too much in other fields: > > http://www.jetbrains.com/idea/features/editions_comparison_matrix.html > > . > > > >> There is also a wicket plugin for NetBeans, which is working. > > > > Well, yes, but then it's Netbeans... > > > >> But a pure maven project wihtout a plugin isn't that different. > >> Or am I missing an important feature of the eclipse plugin? > > > > Hm... Maven and the different Wicket IDE plugins don't intersect in > > functionality. The plugins all try to give a little help when working > > with Wicket components and pages, e.g. showing the wicket:ids when > > working with the Java code to prevent hierarchy mismatch or offering > > property model navigation as this is (still) string based. > > > > Eclipse plugin features: > > > http://www.laughingpanda.org/~inhuman/wicket-bench/docs/features-0.5.html<http://www.laughingpanda.org/%7Einhuman/wicket-bench/docs/features-0.5.html> > > Netbeans: https://nbwicketsupport.dev.java.net/ (well, that page needs > > a little make over...) > > IDEA: http://code.google.com/p/wicketforge/wiki/PluginFeatures > > > > Hej då > > Hauke Ingmar > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
