Is it possible to make Eclipse's code-folding gutter black?

前端 未结 3 1159
渐次进展
渐次进展 2020-12-10 13:58

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 rea

相关标签:
3条回答
  • 2020-12-10 14:25

    I found a nice work around until this is fixed. First disable folding by default (preferences->C++->Editor->Folding) for new editors.

    Then, whenever you open a new editor the folding 'column' wont be available. Now, open a new editor, Right-click on the far left of the text (the line numbers if they're enabled) and select 'enable folding' (or press Ctrl + /).

    Then, anything that is to be folded by default will be folded and the folding +'s and -'s will be available on the dark background - no color glitches.

    0 讨论(0)
  • 2020-12-10 14:29

    After you change the background color of the editor, disable then re-enable code folding and click apply this seems to fix the color problem however keeps that ugly white line separator.

    0 讨论(0)
  • 2020-12-10 14:32

    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

    0 讨论(0)
提交回复
热议问题