Zitat von Jeremias Maerki <[email protected]>:
Hi Thomas,
Hi Jeremias,
what do you mean by "Formatter"? A viewer component for the Eclipse RCP?
Eclipse has a buildin Code Formatter. There can be specified different
rules for the code styling and after pressing Ctrl + Shift + F eclipse
will format the given sourcecode.
A formatter in Eclipse is usually a component that can reformat a
certain programming language, AFAIU, so that wouldn't apply to PDFBox.
I don't know what you mean exactly with reformating a programming
language, but it may reformat the source code.
You can find this option under:
Window -> Preferences -> Java -> Code Style -> Formatter
On 22.08.2011 10:13:49 Thomas Chojecki wrote:
Hallo all,
do someone know where I can get a pdfbox specific "Formatter" for
my eclipse?
Best regards
Thomas
Jeremias Maerki