Search Results

4
votes
3answers
802 views

Is there a simple, consistent way to change the color scheme of eclipse editors?

I'm going crazy trying to get all of the editors to look similarly. It looks like there's a different color editor option for each file type/code type, which means it takes FOREVER to customize th …
0
votes

Is there an easy way to attach source in Eclipse?

Another thought for making that easier when using an automated build: When you create a jar of one of your projects, also create a source files jar: project.jar project-src.jar …
3
votes

Is there a simple, consistent way to change the color scheme of eclipse editors?

It sounds like there isn't currently a good way of doing this because of the way eclipse was designed: there's not a good, flexible, inheritable syntax highlight framework to bring consistency to e …
2
votes

Find out what JVM Eclipse is running on

If you go to Help->'About Eclipse Platform' and click on the 'Configuration Details' button it will take a moment to display, but you get a dump of everything eclipse is configured for... …