[Jrefactory-users] Pretty Printer Problem: End-Of-Line comments moved
Brought to you by:
mikeatkinson,
seguin
|
From: Carsten H. <ca...@pi...> - 2001-11-26 09:09:54
|
Hi Jrefactory Users and Programmers!
I like the features of the pretty printer as used by the jrefactory tool
except a few problems.
We have a lot of code like the following:
class xy {
...
} // class xy
Now the pretty printer reformats that to:
class xy {
...
}
// class xy
Which is not what I want :-(
I didn't find a config parameter to fix that.
Ideas anyone?
Ciao,
Carsten
--
Carsten Heyl ca...@pi...
Pixelboxx GmbH http://www.pixelboxx.de/
Ostenhellweg 56-58 Tel.: +49 231 53 46 30
D-44135 Dortmund Mobile: +49 174 31 83 608
|