Do you guys know how can I make the font of "C" in the figure below similar to others? It seems the bold is not applied for "C", but could not find out any reason why it looks so.
Check text color (the other characters look to be gray rather than black) and make sure that they are all in fact the same font.
Related
This is second attempt at the same question. My original question has been marked as duplicate but it is not, there is not one answer on the Stackoverflow portal that answers my question.
Is it possible to change the color of the selected text in VS Code? Selecting selection/highlight background color is great but it does not always work since different words are colored differently depending on whether they are comments or special words for any given language. I would love to be able to have a uniform approach to how words are colored when they are selected regardless of whether they are special words/comments/code. etc.
In the above example the highlighted word "off" is not readable in the section where it is part of a comment due to the fact that comments font color is green.
Maybe you can benefit from the information available in this post:
Change highlight text color in Visual Studio Code
i'm searching for a way to change Font Color for certain Word in Visual Studio Code 2017.
Eg. in the Last Period i'm using a lot Angular. It will be cool if i can change angular word color in editor to differentiate from other constant and variable.
If you know a way please tell me!
Have a nice day!
TODO-highlight extension could work for that. Not its intended use but you can create and easily color any word you want the extension to highlight. It was originally intended for highlighting TODO and FIXME, for example, but you could create an "angular" highlight.
I've dug through every damn color setting under Tools> Options. Went through every Fonts & Color, Editor, PHP etc and I'll be damned if I can figure out how to change the background row highlighting for when you have an error. I've been able to change ever other color to fit my personal preference cept this one. Here's a screen shot of the problem:
I would like to change the background red to a dark red so the text is easier to ready.
Using Netbeans 7.4
Thank you for your time and consideration.
Edit: Per Ben's point, here's the current options and the code behind the panel to show it's not working:
Final update, here's the end result which is close enough:
By looking at your screenshots (correct me if I am wrong) I can see that you have set your current row highlighting to red:
Tools-> Options-> Fonts&Colors-> Highlighting(Tab)-> Highlight Caret Row
As far as I know you can't set different background highlighting options for errors. So what you can do is set the formatting options for errors:
Font: No need to explain this.
Foreground: This is the text color if you change this it will disregard all other formatting options that you may have set, so lets leave it as is.
Background: This is what you want to change so that text don't get lost in the formatting. If you scroll to the bottom you can also set custom colors.
Effects: Irrelevant
Effect Color: Disabled if effects is None and only applies to the effect.
As you can see I set mine to yellow just as an example.
As you can see in this screen shot my background highlighting is light grey as well as my string formatting. So it is impossible to read, but by changing the error formatting this is the result:
Alternatively you can just select another background highlighting color that suits your formatting better.
Try Fonts&Colors->Syntax->Error
You can also try setting the Annotations color for "Error", mine was set to a specific color (after importing a theme) instead of 'Inherited', making text unreadable in a similar way.
This was really annoying for me too and most answers didn't help. I think that I have figured it out.
In netbeans 12 you need to change two things.
Tools->Options->Fonts&Colors->Syntax->Java->Error->change background color. This will only change the background of the code in error and not the red background of the rest of the lines white space.
To fix the red on the whitespace.
Tools->Options->Fonts&Colors->Annotations->Error(the one with the exclamation point)->change background color
I selected inherited to have no whitespace highlighting.
enter image description here
Does anyone know where to change the color of the matching tags in Netbeans? Attached is the screenshot to be easier to understand. H3 is highlighted, I want to change that background color.
Thanks
I believe the Brace matching (match, multiple characters) setting is the one you're looking for. As shown on the screenshot below:
Is there any way to change the letter-spacing of text in Eclipse's code editor?
Maybe you can try changing from a fixed width font to the variable width font like Verdana or Tahoma. Window->Preferences->Appearance->Colors and Fonts->Basic->Text Font
If you mean the java code editor in Eclipse this is not possible. The editor is not a word processor. You can only change the font setings (typeface, style, color, size).
If you are referring to this kind of letter spacing, then no, I do not think so.
Not in the sense that a typography system allows you to tweak the appearance of text on a printed page.
The default for me is Courier New Regular 10. You can change the size to 12 or some other size.
Are you trying to change the kerning rules? Kerning is positioning different letters in a variable-width font. For instance in the word "We", the "e" is tucked in a little bit under the "W". The page-layout software that magazine publishers use can control this.
Fonts are opaque to Eclipse; it doesn't give you a way to change the rules within the font. Unfortunately the best you can do is try the different fonts and sizes until you find one that has kerning rules that work, more or less.