Tom, Write to IntelliJ guys to improve support for wicket. Their XML definition files don't allow a lot of the syntax even in HTML. They are behind on a bunch of stuff for wicket. But they are usually good about listening to end users. I've had them fix a bunch of stuff in the past. They have forums which are read by their developers daily!
They gotta try... otherwise it's eclipse for IntelliJ (yak ,yak, yak). - Alex -----Original Message----- From: Thomas Götz [mailto:[email protected]] Sent: Thursday, May 06, 2010 1:33 PM To: [email protected] Subject: Re: Wicket, IntelliJ and xml resource bundles You are right, I just thought there might be a solution for this anyway, some plugin that I don't know yet maybe (be it Wicket specific or for general use with IntelliJ/I18N/xml-files). -Tom James Carman schrieb: > Then the stuff you're seeing doesn't have anything to do with Wicket. > It's IntelliJ's "I18N for Java" plugin, I believe. I wouldn't expect > it to understand wicket-specific stuff. > > On Thu, May 6, 2010 at 12:26 PM, Thomas Götz<[email protected]> wrote: >> No, I'm not currently using any Wicket plugin. >> >> -Tom >> >> >> Nick Heudecker schrieb: >>> The Wicket plugin for IDEA doesn't support XML property bundles. >>> >>> On Thu, May 6, 2010 at 8:32 AM, James Carman >>> <[email protected]>wrote: >>> >>>> Are you using a Wicket plugin? >>>> >>>> On Thu, May 6, 2010 at 10:06 AM, Thomas Götz<[email protected]> wrote: >>>>> Any IntelliJ users out there that use Wicket and xml resource >>>>> bundle >>>> files? >>>>> I have the problem, that whenever I use something like: >>>>> >>>>> <wicket:message key="foo>some text</wicket:message> >>>>> >>>>> in an html file, IntelliJ complains about not being able to >>>>> resolve the property key. It works when using *.properties >>>>> resource files, but I >>>> prefer >>>>> xml. Is there a solution/workaround for this? >>>>> >>>>> -Tom --------------------------------------------------------------------- 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]
