eclipse-formatter Questions
2
I'm looking to find a good source of documentation on the different parameters in the eclipse code formatter. I've found some good examples of specific parameters on stack overflow but can't find a...
Albertype asked 11/6, 2021 at 18:26
14
Solved
I've got some Java code with SQL statements written as Java strings (please no OR/M flamewars, the embedded SQL is what it is - not my decision).
I've broken the SQL statements semantically into s...
Emia asked 30/11, 2009 at 16:38
1
Currently my eclipse formatter formats a multiline function call like this:
someObject.doSomething(
some().long().chain().of().methods()
);
But what I want is for eclipse to align the closing ...
Rappee asked 21/9, 2015 at 11:48
2
Solved
Is there a way to prevents Intellij Idea to rearrange imports when it runs the optimize imports? I want to avoid this since I work on a large codebase where most of others programmers are using Ecl...
Smitty asked 16/4, 2018 at 13:45
4
Solved
I've recently implemented the maven Check style plugging into my project and have changed all of the formater Settings in intellij (Which I use) to conform to this style guide (which they now do). ...
Mullite asked 5/4, 2016 at 16:49
2
Solved
I've just moved from eclipse Kepler to eclipse Mars and my Java formatter seems not to behave the same way anymore.
I used to be able to do the following:
object
.method1()
.method2()
.method3...
Lick asked 25/6, 2015 at 10:40
1
Solved
Is there a way to tell Eclipse formatter that when a String is too long, it should split it with + to fit the maximum line width automatically?
For instance, if my max line width is 80, I'd like t...
Ralaigh asked 14/9, 2015 at 9:16
4
Solved
The default Eclipse formatter formats my Java code in a really funny way.
For example: hello.show().x().y() would oddly be formatted as x() and .y(), and be placed on a separate line.
Are t...
Emmaemmalee asked 20/9, 2010 at 18:38
2
Solved
We rely on Eclipse formatter in our project to enforce formatting conventions for us. It works great and we really like it.
We keep the formatter file with our project in source control and ask e...
Strickman asked 4/2, 2013 at 7:39
4
Solved
Is there a way to get eclipse to stop erasing existing line breaks? If I have a method signature like this, I can't figure out how to get eclipse to leave it alone:
void foo(
int arg1,
int arg2,...
Beseem asked 20/5, 2009 at 23:53
1
© 2022 - 2025 — McMap. All rights reserved.