I´m currently having a hard time with the autoformatter in eclipse…
aiming on my own template for the formatter I´m getting troubles with the line wrapping and it seems that I´m missing any property thread.
The basic configuration works for me but I´m stuck at this, maybe anyone has got a clue where I can find the properties for the code style:
preferred:
printf("anything");
autoformatter/codestyle currently:
printf(
"anything");
Go to
Windows->Preferences->java->code style->formatterHere, you can import other formatter, export yours , edit any formatter. Select Edit on current formatter and choose
Line Wrappingtab.EDIT:
Your problem seems to be related with
Maximum line size.