Eclipse Juno colored code folding areas

241 Views Asked by At

Recently I have started to experience issues with colored code folding in Eclipse. I would like to eliminate the colored regions in eclipse and just stick with a white background.

enter image description here

If anyone could help me get rid of the boxes and the green background I would greatly appreciate it.

EDIT: Found out it isn't a Java specific problem. The same thing is happening when I open javascript files.

enter image description here

2

There are 2 best solutions below

0
On BEST ANSWER

Found it finally. I needed to go into Preferences->EditBox then click on each color in the preview pane. Setting it anywhere else would not work.

enter image description here H

0
On

You can reset to default color scheme in Eclipse.

Navagate to Windows>Preferences>Java>Editor. Click on Syntax Coloring. Click "Restore Defaults" and "Apply". Then, navagate to General>Editors. Click on Text Editors. Click on "Restore Defaults" and "Apply".

Hope it works.