What are these highlighted bars in Datagrip? - datagrip

I was editing some MySQL in Datagrip and I noticed that brown highlighted bars appeared.
Could anyone tell me what they mean?
Here they are: In the margin I also notice two tiny brown rectangles (see right side of image below)
Datagrip = 2020 version.
Theme = Darcula

This looks like breakpoints. Please check for red dot on left gutter next to the line.

Related

Oracle Apex Chart Label color

I know this is a silly one but haven't been able to fix my chart.
I have a bar chart created showing the number of Reps per Location and I want to have my label in white. What I'm doing right now is to go to the X Axe, under the Title option I'm choosing ''white'' as the Font Color. But this doesn't have any effect (label is still black).
Any ideas?
Thanks!
Edit --
Thank you for the help!
I'm not sure what I'm doing wrong, have no CSS no nothing but still it won't change the label color. Example below with dummy data on a blank new page:
X Axe:
Not that font color; scroll down to Tick Label and set its color:
Update: The Apex Team has raised a bug ticket to fix this behavior.

Highlighted text in Xcode Version Editor makes text unreadable

Let's say you have downloaded a custom theme for Xcode, let's say Darcula or Dracula. It's beautiful and you are happy.
Then you open the Version editor (option-shift-command enter) (to compare code with older git revisions) and you can't see the revised code because it's beige-on-beige (or pale yellow to pale yellow, the point is there's no contrast and it is unreadable).
You can cry or check the answer below...
I looked for ways to customize that particular setting (text highlighted in the right pane of the Version editor) but to no avail.
I then realized that that particular color is actually the complementary color of the regular text selection, which was blue in my case.
Setting that color to a nice dark green made the text highlight in the version editor a nice purple.

What's the name of the color for the current item in the VS XAML editor?

Ok. I am finding it difficult to visually discern where the current focus of my editor is. The image below shows that I am currently in the bottom PathIcon tag while the top PathIcon tag is highlighted because it is a matching type. The similarity in color has finally driven me crazy.
Does anyone know the correct text-type in the Fonts and Colors dialog of Visual Studio 2015 to change this color? And, look, for all the StackOverflow haters trolling the board, please resist closing this q until there is an answer. Then you can have your fun.
It looks like there are actually two different colors in play here. The grey box on the "<PathIcon" that contains the cursor is "Brace Matching (Rectangle)". The purplish box on the other "PathIcon" looks like it is the background portion of the "Match color", which is installed by the pro power tools.
The latter color won't reset if you change the color in fonts and colors but will be correct for editor instances you open after changing the color.
I think you're looking for Highlight Current Line (Active), which controls the colors of the line your cursor is on.

What do the colors mean on VS Code Maps?

Created some code maps in Visual Studio 2013 to see if they help in any way. They're actually quite good. However, it has coloured various entities and I've no idea how it has decided what colour to use for what entity.
There are blue, dark purple and pink entities showing. At first glance, blue is interfaces and abstract classes, but not always, pink and purple I have no idea.
Second there are arrows connecting the entities which are also coloured and occassionally dotted. I've no idea what these are supposed to represent without actually looking at them. Again I need some sort of key.
Thank you
You can get the meaning of a block by looking at the symbol it contains. The colours can vary, you can change the colours also. What you should see is the symbols. Below is the list of symbols:
The links:
You can find this legend from the legend button on top of a codemap file. As you can see in the picture below.
There's a legend button in the upper right corner of the code map window (or there should be). Clicking that gives this (for C++):

Subscipted Text in Visual Studio Labels

Since I can not have more than one Font specified for a Label in a Visual Studio 2010 project, so I attempted to use two Labels to give the effect of text with a subscript.
Even with Margin and Padding set to "0,0,0,0" I still get the background of one label covering the text of the other. The picture as the bottom shows the best I can get it.
Is there a way to really make the label extend 0 pixels beyond the text in the label?
Here are some pictures of the TextAlign properties for the labels. It seems they're set correctly:
With the padding you set it should work however, you probally need to also Right Align the Label on the left-hand side and Left Align the Label on the right-hand side.

Resources