tags:

views:

411

answers:

1

Is there a way (I'll settle for a hack) to make the code-folding gutter in Eclipse render with a black background? I'm clinging to TextMate as my main editor but would really like to go back to Eclipse for code completion, but I'm stuck with this ugly crap: http://gfx.notbrain.com/eclipse_code_fold_gutter.png

+1  A: 

Gargh, doesn't look like it... this guy has the same issue:

http://blog.codefront.net/2006/09/28/vibrant-ink-textmate-theme-for-eclipse/

EDIT: Looks like this has been filed as a bug with Eclipse already, see:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=194313

Jon
Actually I did a restart of Eclipse and now the gutter <em>IS</em> black. But now to get rid of the bright white line that separates the gutter from the code! Could definitely be tweaked for better readability, it just feels too cramped. Maybe it's my font size.http://gfx.notbrain.com/eclipse_code_fold_gutter_black.png
notbrain
BTW, I'm using ZendStudio 7 beta, so this may be because of that.
notbrain
I've added the details to the bug in Eclipse's bugzilla.... https://bugs.eclipse.org/bugs/show_bug.cgi?id=194313
Jon
How did you get it to turn black????
codecowboy
There's an Eclipse preferences file attached to the Jira issue, use that...
Jon