Vertical white line on eclipse [duplicate] - eclipse

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Is it possible to make Eclipse's code-folding gutter black?
The white line was invisible on default color scheme but when I applied different color scheme it appeared ..
The white line contains code folding buttons also ..

Taken from this thread:
"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."
or
"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, rt-click on the far left of the text (the line
numbers if they're enabled) and select 'enable folding' (or press ctrl
+ numpad-divide).
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
colour glitches".

Related

How to remove rectange boxes in vs code [duplicate]

This question already has answers here:
VSCODE - Disable highlighting and outlining in html tags and editor line
(4 answers)
Closed 4 months ago.
How to remove rectangle boxes in vs code while typing
vs code pic
#vs_code
While typing rectangle boxes are coming any thing tapping or selecting
This can be done by making a small change in vscode settings. All you need to do is open Preferences, go to the settings page, and search for Match Brackets. Under the Text Editor section, you'll find the Editor: Match Brackets option. To remove the brackets, change the value of this option to never.

better vscode yaml group highlight possible?

Is it possible to highlight the currently selected group/object/list in vs code?
As you can see there is a "basic highlighting" the grey vertical line highlight. But I would like to use a (just a bit) lighter dark grey as background colour for all affected lines. Instead of just a simple grey vertical line.
Only for YAML files though.
Well the indent guide below selector is already highlighted to show its children.
You can try this extension which highlights other items on the same indentation depth.

How to change highlighted warning/error text background color in eclipse?

I'm using Retta color theme in eclipse. The problem is when I hover with the mouse over the warning or error symbols, it gives me a white background and I can't see a thing.
Highlighted text
Where I can change that? I've already tried going to General>Editors>Text Editors>Annotations, but changing the options there didn't solve the problem (like making Text as Underline and so on). The problem only occurs when I hover the mouse over the warning/error symbol.
First you should over the word with the highlighted background and then proceed to right click, then go to Preferences > Appearance color options
Then you should be able to adjust the colors to your liking.

Eclipse: Use background color instead of outline for matching bracket

Does anybody know how to set the background color of matching brackets to yellow instead of using a grey outline? I want to do this to be consistent with NetBeans IDE and EditPad Pro.
Go to the Window menu, Preferences option, the select the language you want to change it for in the left column (e.g. C/C++, Java, etc), then choose Editor, and select the top option of the middle frame, change to whatever color you want.
The answers listed ( Window > Preferences > Java > Editor ) are accurate for the question. But if your goal is to find ways to visually see everything inside of braces, here are a couple of more ways you can do this:
Move cursor to the opposite brace: Ctrl-Shift-P moves the cursor to the opposite brace
If you start somewhere in the middle of a section, this will toggle among three points, the beginning brace and the ending brace and where the cursor started. This works for parentheses also.
Highlight the contents of the braces: double click just to the right of the open, or left of the closing brace. The area is highlighted. At this point you can also copy to the clipboard.
I'm using Eclipse Version: 3.4.0 (Ganymede). I went to Window > Preferences > Java > Editor
I changed the 'Matching brackets highlight' to yellow, but it only changed the color of the outline, not the background. It's hard to see just that yellow outline on a white background. Looking at these options though, I don't see how it would be possible to get the highlight you're looking for.
Check the image where you need to change "Selection background color" and "Selection Foreground color" to highlight the background of the selected code.

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

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
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.
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.
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