3,821 questions
1
vote
1
answer
36
views
Emphasizing asciidoctor literal parts
I'd like to to highlight a part of a literal/listing/source block "manually" in AsciiDoctor. Is there any way to do so?
E.g. I'd like to add a class or just a single "strong/b" to ...
0
votes
0
answers
82
views
Using React-pdf-Viewer library search and highlight plugins, is there any way I can restrict to highlight just the first match?
In my React app, I have rendered pdf using the library on left side of the page. On the right side, i am showing extracted data from the pdf in tabular format. Whenever a user clicks on the displayed ...
0
votes
1
answer
97
views
How to change the font color or highlight a string in between to asterisks in python?
My df has 19 columns but for simplicity the df will have the following columns [['Gene_name','Genes_in_same_transcription_unit']]
The column 'Gene_name' list a bunch of genes in E. coli and the ...
0
votes
1
answer
90
views
Apps Script getRange.setBackgroundRGB not firing
In response to google form submission I have a script triggered to do some data checking, and highlight two possible data issues in the appropriate cells of the sheet attached to the form, as well as ...
0
votes
0
answers
60
views
Visual Studio Highlighting Variable Declarations
My apologies if this has already been asked and answered but I have searched for an answer and cannot find what I am looking for despite always feeling like I am close yto the solution.
I am using ...
1
vote
1
answer
138
views
White unreadable text highlighting in vs code jupyter notebook
When I select text to delete or copy and start typing after I deleted the selected text the editor is stuck in this weird highlighted mode where everything I type is white and unreadable. I can escape ...
0
votes
0
answers
54
views
Highlight full comment that contains keyword in custom color
I want to highlight a comment with a custom color when the comment contains a specified keyword, e.g. todo.
I want to highlight the entire comment, not just the keyword itself.
How to do that in VS ...
0
votes
1
answer
43
views
highlight rows for different values in excel
I have
I want to highlight each row that has a different value to the one above it in a different colour. Makes it easier to view all the category 3, for example, especially when I have lots of ...
2
votes
0
answers
340
views
Is there a way to get highlight group of the char under the cursor in (neo)vim?
In a plaintext buffer I have many words highlighted by :call matchadd(<group>, <pattern>) in different highlight groups. Is there a way to get the group name of cursor char?
:hlID()does ...
0
votes
1
answer
46
views
Pycharm how to double-click highlighting for markdown?
In pycharm, if I double click a token in a window that displays python code, the token gets highlighted at every place in the window. It also gets highlighted in the gutter which makes it easy to ...
1
vote
1
answer
75
views
How to get rid of 'undefined' warnings due to abnormal file importing
I'm coding a project for the Picotron (an advanced version of Pico-8) in the Lua language in VSCode. I have imported my files properly using 'include ' and the code works when I run it. My problem is ...
0
votes
1
answer
343
views
Highlight with color selected text in an ms access textbox using vba
In an ms access rich text textbox I can select any part of the text and a dialog box shows up then I can click a color on the highlight dropdown box and the text is highlighted. I want to be able to ...
1
vote
3
answers
102
views
Highlight specific x-axis elements in ggplot2 by drawing a circle around them
I have a sequence myseq associated to some data that I want to plot. Besides, I have another sequence checkseq that I want to compare myseq to.
The objective is to make a plot like the one below (with ...
0
votes
0
answers
147
views
How to implement mention/hashtag highlight in input/textarea in react?
Just like whatsapp have this feature, where when we mention user with "@" in input it gets highlighted and rest of the text remain same!
how can to implement this in react ?
(*custom ...
1
vote
0
answers
29
views
Log-entries not color-coded when running tests
The log4j2.xml of this project reads:
<?xml version="1.0"?>
<Configuration>
<Appenders>
<Console name="stderr" target="SYSTEM_ERR">
...
0
votes
1
answer
26
views
Plotly highlight function highlighting incorrect boxplots
While my cursor above the boxplots displays the correct statistics, the higlight function can only highlight one of the boxes and doesn't work correctly. Wherever I click, the leftmost box is ...
3
votes
2
answers
118
views
mix-blend-mode Not Working for Highlighted Table Column in HTML/CSS
I'm having an issue with mix-blend-mode in my HTML/CSS table. I want to highlight rows and columns in a table when hovering over cells, but the mix-blend-mode effect only works as expected for rows, ...
2
votes
1
answer
143
views
How can highlight selected item in flatlist in React Native?
I am developing an application with React Native. There is a screen like in the picture and I am displaying messages with flatlist on this screen. I want to get a view like in picture 2 when a message ...
-1
votes
1
answer
88
views
How to search for and highlight matching text/phrases within the entire document-body's text-content?
I want to regex and replace only text content(innerText) of an html, and in the end keep all the HTML elements (or restore them as they were).
The regex must not check the HTML elements, but only the ...
0
votes
0
answers
75
views
Highlighting Mismatch cells and sorting them at the top
Application.ErrorCheckingOptions.NumberAsText= False
Dim lastRow As Long
Dim i As Long, j As Long
Dim Tiger, Lion, recon As Worksheet
Dim compareRange As Range
Dim cell As Range
Dim dict As Object
...
0
votes
1
answer
86
views
Search and highlight a row in an Excel sheet which contains two or more different data
I want to query based on the values in different cells in an Excel sheet and color the rows where these values are located at the same time. The current code just colors a single line and the loop ...
0
votes
4
answers
85
views
bash while loop highlight words through text from array variable for mcat grammar
How do I make it so from the peptides list it gets all of the text, not just one variable from the ARRAY variable. Is there some sort of delimiter I can use? I want to put a paragraph and have it ...
-1
votes
1
answer
384
views
How to Remove Highlight Effect on Hover When Using Google Translate API
When I am using google translate in my website, text is getting highlighted on hover/mouseover. How to remove this highlight effects? This is my code
<script type="text/javascript" src=&...
0
votes
1
answer
135
views
Conditional formatting for matching names based on dropdown with dates
I have a table with a list of 100 desks and 14 columns with dates.
In each column I allocate team members for the specific date on top
I've made additional columns with each team's staff members. I ...
0
votes
1
answer
38
views
How to implement rectangular highlight tool on ember
I want to implement a rectangular highlight tool as seen on google.com -> Settings -> Send Feedback -> Capture Screenshot -> Highlight or Hide info.
Seems very complicated and I'm not sure ...