Re: contributing to wicketstuff-core, how to format file in IntelliJ IDEA?

2015-12-29 Thread Štefan Šimík
I am not sure, if I answer your question, but here is what came to my mind: Shortcut for formatting code: *Ctrl + Alt + L* Formatting settings: *Settings / Code Style / Java* *More info:* https://www.jetbrains.com/idea/help/reformatting-source-code.html On Tue, Dec 29, 2015 at 12:34 PM,

Re: contributing to wicketstuff-core, how to format file in IntelliJ IDEA?

2015-12-29 Thread Ernesto Reinaldo Barreiro
Thanks for your answer: my question was more of ... are there somewhere some pre=configured setting that can be iported On Tue, Dec 29, 2015 at 1:22 PM, Štefan Šimík wrote: > I am not sure, if I answer your question, but here is what came to my mind: > > Shortcut for

Re: contributing to wicketstuff-core, how to format file in IntelliJ IDEA?

2015-12-29 Thread Tobias Soloschenko
Hi, I think you are looking for that: https://github.com/wicketstuff/core/blob/master/config/eclipse/wicket-workspace-javacode-formatter-profile.xml kind regards Tobias > Am 29.12.2015 um 13:24 schrieb Ernesto Reinaldo Barreiro : > > Thanks for your answer: my question

contributing to wicketstuff-core, how to format file in IntelliJ IDEA?

2015-12-29 Thread Ernesto Reinaldo Barreiro
Hi, I want to add some features to wicket-select2 and I was wondering how to auto-format files in IntelliJ IDEA? I see there are some eclipse setting... -- Regards - Ernesto Reinaldo Barreiro

Re: contributing to wicketstuff-core, how to format file in IntelliJ IDEA?

2015-12-29 Thread Zala Pierre GOUPIL
Hi, On Tue, Dec 29, 2015 at 1:44 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Hi, > > I think you are looking for that: > > > https://github.com/wicketstuff/core/blob/master/config/eclipse/wicket-workspace-javacode-formatter-profile.xml > > > There's an Intellij plugin

Re: contributing to wicketstuff-core, how to format file in IntelliJ IDEA?

2015-12-29 Thread Ernesto Reinaldo Barreiro
Thanks... that's the missing bit I was about to google for :-) On Tue, Dec 29, 2015 at 2:02 PM, Zala Pierre GOUPIL wrote: > Hi, > > > On Tue, Dec 29, 2015 at 1:44 PM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > > > Hi, > > > > I think you are

Re: contributing to wicketstuff-core, how to format file in IntelliJ IDEA?

2015-12-29 Thread Ernesto Reinaldo Barreiro
I just manually formatted that classes I have touched. On Tue, Dec 29, 2015 at 2:04 PM, Maxim Solodovnik wrote: > I believe it wouldn't be good idea to re-format the whole module while > preparing PR. > I would use formatters with care > > On Tue, Dec 29, 2015 at 7:02 PM,

Re: contributing to wicketstuff-core, how to format file in IntelliJ IDEA?

2015-12-29 Thread Maxim Solodovnik
I believe it wouldn't be good idea to re-format the whole module while preparing PR. I would use formatters with care On Tue, Dec 29, 2015 at 7:02 PM, Zala Pierre GOUPIL wrote: > Hi, > > > On Tue, Dec 29, 2015 at 1:44 PM, Tobias Soloschenko < >