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, Zala Pierre GOUPIL <
> goupilpie...@gmail.com>
> wrote:
>
> > 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 which takes this file as an input and
> > auto-applies its guidelines to Java files. It's called: Eclipse Code
> > Formatter. It works well.
> >
> >
> > Regards,
> >
> > Pierre
> >
> >
> >
> > --
> > Je n'aime pas seulement ma vie, mais aussi celle des autres.
> >
> > (Blade Runner)
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Regards - Ernesto Reinaldo Barreiro


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 looking for that:
> >
> >
> >
> https://github.com/wicketstuff/core/blob/master/config/eclipse/wicket-workspace-javacode-formatter-profile.xml
> >
> >
> >
> There's an Intellij plugin which takes this file as an input and
> auto-applies its guidelines to Java files. It's called: Eclipse Code
> Formatter. It works well.
>
>
> Regards,
>
> Pierre
>
>
>
> --
> Je n'aime pas seulement ma vie, mais aussi celle des autres.
>
> (Blade Runner)
>



-- 
Regards - Ernesto Reinaldo Barreiro


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 <
> 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 which takes this file as an input and
> auto-applies its guidelines to Java files. It's called: Eclipse Code
> Formatter. It works well.
>
>
> Regards,
>
> Pierre
>
>
>
> --
> Je n'aime pas seulement ma vie, mais aussi celle des autres.
>
> (Blade Runner)
>



-- 
WBR
Maxim aka solomax


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 which takes this file as an input and
auto-applies its guidelines to Java files. It's called: Eclipse Code
Formatter. It works well.


Regards,

Pierre



-- 
Je n'aime pas seulement ma vie, mais aussi celle des autres.

(Blade Runner)


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 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 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, Ernesto Reinaldo Barreiro <
>> reier...@gmail.com> wrote:
>> 
>>> 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
> 
> 
> 
> -- 
> Regards - Ernesto Reinaldo Barreiro

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 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, Ernesto Reinaldo Barreiro <
> reier...@gmail.com> wrote:
>
> > 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
> >
>



-- 
Regards - Ernesto Reinaldo Barreiro


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, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:

> 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
>


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