0

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?

1 Answer 1

0

This file: .metadata\.plugins\org.eclipse.core.runtime.settings\org.eclipse.ui.workbench.prefs

has workspace settings that you can look through.

1
  • Can you be more specific? What do you have in mind for me to look for? Commented May 30, 2013 at 21:00

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.