Re: Autoformatting and eclipse settings

2013-11-04 Thread Nick Pratt
a new mail thread with subject "Autoformatting and > eclipse > > settings". > > There he changed the topic to something like "the problem is in > non-Eclipse > > developers who break the formatting of the code and thus Eclipse users > > should fix i

Re: Autoformatting and eclipse settings

2013-11-04 Thread Martijn Dashorst
On Mon, Nov 4, 2013 at 1:01 PM, Martin Grigorov wrote: > Martijn started a new mail thread with subject "Autoformatting and eclipse > settings". > There he changed the topic to something like "the problem is in non-Eclipse > developers who break the formatting of the

Re: Autoformatting and eclipse settings

2013-11-04 Thread Martin Funk
Sorry that this tends to a code-formatting subject. That's far of my intention. I just started form the build wicket tutorial at http://wicket.apache.org/contribute/build.html which leaves eclipse users with a bunch of modified eclipse .settings files in the repo. Not the prettiest sight as an e

Re: Autoformatting and eclipse settings

2013-11-04 Thread Martijn Dashorst
Often eclipse adds new formatting settings that we (eclipse users) don't know about either. I guess most options are available in the settings UI, but I must admit I don't go through them and look at what is different between one version and another. I do read the New and Noteworthy sections of the

Re: Autoformatting and eclipse settings

2013-11-04 Thread Vojtěch Krása
You must be talking about the other plugin. This one does not start Eclipse instance. Regards, Vojtěch Krása 2013/11/4 Martijn Dashorst > On Mon, Nov 4, 2013 at 11:45 AM, Rusi Filipov > wrote: > > There is a plugin for IDEA called "Eclipse Code Formatter". > > It can can be configured to use

Re: Autoformatting and eclipse settings

2013-11-04 Thread Martijn Dashorst
On Mon, Nov 4, 2013 at 11:45 AM, Rusi Filipov wrote: > There is a plugin for IDEA called "Eclipse Code Formatter". > It can can be configured to use a formatter profile that you can export as > .xml from Eclipse. And as I wrote in my blog post it is really a bad experience adding that to your In

AW: Autoformatting and eclipse settings

2013-11-04 Thread Rusi Filipov
tijn.dasho...@gmail.com] Gesendet: Monday, November 04, 2013 10:44 An: dev@wicket.apache.org Betreff: Autoformatting and eclipse settings The idea is that we all have the same formatting and that it is consistently applied to all files. Autoformatting makes that work. That is why we have that settin

Re: Autoformatting and eclipse settings

2013-11-04 Thread Martin Grigorov
On Mon, Nov 4, 2013 at 11:44 AM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > The idea is that we all have the same formatting and that it is > consistently applied to all files. Autoformatting makes that work. > That is why we have that setting in place to enforce consistent and > prop

Autoformatting and eclipse settings

2013-11-04 Thread Martijn Dashorst
The idea is that we all have the same formatting and that it is consistently applied to all files. Autoformatting makes that work. That is why we have that setting in place to enforce consistent and proper formatting without having to resort to checkstyle. If IDEA is unable to format according to