|
|
|
|
|
|
|
Re: add newline to template? [message #1831545 is a reply to message #1831533] |
Sat, 22 August 2020 10:17  |
Eclipse User |
|
|
|
@Override
public void run() {
xxxx
} @Override
public void run() {
} @Override
public void run() {
xxxxxxxx
}
Doesn't seem to help so far. I tried now with these settings, which produce the first block.
Formatter -> Indention -> Empty Lines (yes)
Formatter -> Blank Lines -> At beginning of method body (1)
With the settings it would be worse or equal to the actual settings as now just the
TAB key over the ENTER key needs to be used to archieve the third, desired format.
But actually with the drawback that general formatting is affected in a way it shouldnt.
What seems to be the problem is that newlines/tabs/spaces can be written to the template
but are effectively ignored by the code generator. I wonder if there is any hidden setting
to use them as absolute symbols too.
|
|
|
Powered by
FUDForum. Page generated in 0.31675 seconds