Re: Help request with LCR and IntelliJ

2023-10-30 Thread Thiago H. de Paula Figueiredo
On Thu, Oct 26, 2023 at 1:50 PM Riccardo De Menna wrote: > Hi everyone, Hi! Welcome to the Tapestry community! There's a fundamental difference in how Eclipse and IntelliJ idea work regarding how they build Java code which affects the Tapestry live class reloading experience. Every time you s

Re: Help request with LCR and IntelliJ

2023-10-30 Thread Riccardo De Menna
Thank you Thiago, Yes I was able to somehow make it work. It’s not as fast as in eclipse where it’s basically instantaneous, but it works. Now I’m fighting the Tapestry plugin that is doing weird things with the syntax claiming prop: type entries to be unrecognised but then linking them correct

Re: Help request with LCR and IntelliJ

2023-10-30 Thread Ben Weidig
Hi Riccardo, At my company, we're using Eclipse and registered .tml with the XML editor, to have at least rudimentary tag-completion and highlighting. Tapestry's xsd scheme only contains the most essential elements, so there's no code completion for its components. The Eclipse Tapestry Plugin has