I'd like to present Java Code in an Eclipse plugin with colors and formatting just like in Eclipse.
However, I want the styling of my text presentation to be the same as the user has it set up for themselves in Eclipse.
The trick is to know how to access the preferences in Java so I could then use them in my code.
Does anyone know how to do this or have any leads?