Questions tagged [highlight]

is for questions involving the highlighting of text or other visual elements.

Highlighting is usually a color-background change that emphasizes text, but it could be other ways of emphasizing any visual element.

2914 questions
0
votes
2 answers

Configure C whitespace and Python whitspace independently in Emacs

I would like to configure my Emacs whitespace options independently for C and python files, because the indent highlighting (space before tabs, etc.) does not apply to the Python coding style. I currently set the whitespace variables globally, but…
RawwrBag
  • 602
  • 5
  • 12
0
votes
1 answer

text highlights only for a fraction of a seconds

Ok - this is hopefully my last post about flash: I'm trying to highlight text in a scrollpane. now I've tried highlighting it without a scrollpane, but the problem is the same, the text gets highlighted for a fraction of a second and then just goes…
jcfrei
  • 1,819
  • 4
  • 19
  • 35
0
votes
1 answer

Hide dynamically highlighted element with class via jQuery

So basically I have a few links, when you click one, it should add the highlighted class. I also have a button that when clicked should hide the link with the highlighted class. This seems trivial and should be very simple, but I can't understand…
Maverick
  • 1,123
  • 5
  • 16
  • 30
0
votes
2 answers

Google Sheet Query - combine text into single cell by category

i came across this formula, but i dunno how to change it. to display the Query value in single cell by category. there are 5 categories, 1st cell show 1 category, 2nd cell show 2nd category and so on.. if dont have 1st category, then starts from 2nd…
loveli
  • 1
  • 1
0
votes
1 answer

How to remove or change font backcolor, paragraph background color or shading in MS Word?

I copy / pasted some code examples from a website and the results include the backcolor shading on the text. I would like to remove this backcolor. Tried changing Paragraph shading, did not work. Tried Font, Highlight color, did not work. Tried a…
Ken747
  • 107
  • 3
0
votes
0 answers

how to implement text marking in dom and show popup like grammar checker apps?

Want to create a browser extension which will underline specific texts in browser dom. And on click, that text will show a popup with suggestion. like this:
0
votes
1 answer

Unable to highlight tab character when individually selected in QML TextArea

I'm using the TextArea component in QML for text editing. There's an issue: when I try to select a single tab (\t) character, it doesn't get highlighted. The problem is that the tab character doesn't show up as selected when I try to select it…
Pater Mark
  • 89
  • 1
  • 1
  • 8
0
votes
0 answers

Change highlight color/tint of selected button and notification bar from purple to custom

I have implemented bottom navigation bar in Android studio The screenshot of my app is Please help me to change/remove the default purple highlights from my app. The xml code of the menu is
0
votes
1 answer

Assigning a colour code to a word in docx and replacing

Hi I would like to know how do I assign a colour code to each item in a generated list of words? Currently stuck on WD_COLOR_INDEX which doesn’t allow me to loop efficiently through the items in the list. Is there any other function I can use?…
0
votes
1 answer

Auto-select and Highlight all files from selected folder in Application.FileDialog(msoFileDialogFilePicker)

I am using Application.FileDialog(msoFileDialogFilePicker) and navigating to any specific folder to automatically select (and highlight if possible) all files in that folder, populating the Filename textbox in Application.FileDialog as shown below…
sifar
  • 1,086
  • 1
  • 17
  • 43
0
votes
0 answers

Is there any Text-Plugins for the WebStorm to highlight the Cucumber Scenario comment line from the scenario's steps?

As you see from the scenarios when I move the # from the second scenario the comment line becomes white color as scenario steps. I don't want to use # sign but still be able to highlight/differentiate comment line from the rest of steps with…
0
votes
1 answer

Can JavaScript emulate "press tab to jump between links" in a web page? Specifically the "highlightning" of the selected element

Most browsers support "press tab to jump to the next link (?)". The selected element usually gets highlighted. This is how it looks here on SE If I press tab now it changes to this: Can you emulate this using JavaScript? I want to do something…
d-b
  • 695
  • 3
  • 14
  • 43
0
votes
1 answer

vimdiff style color question: top & bottom lines

I cannot find what the highlight name (or highlight group) is to change the guifg and guibg colors of the top and bottom lines in vimdiff. (The bottom line above the statusline, that is). (More specifically, the lines with the "+--" at their left…
0
votes
0 answers

Highlight hyperlinks using python docx

This is my code I am trying to highlight a hyperlink in word document using python docx library. But it is not recognising the hyperlinks. Can someone please help me with the code for this. I have used python docx and RT in the code.
0
votes
0 answers

Highlight a button in Windows Forms

When i press a button, i start the code with Form disabling and end it with Form enabling. Meanwhile the pressed button appears highligthed. That button executes in sequence the functions of the buttons inside the group next to it. How it appears Is…
1 2 3
99
100