Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
36 views

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 ...
FERcsI's user avatar
  • 500
0 votes
0 answers
82 views

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 ...
Vaishali Valavade's user avatar
0 votes
1 answer
97 views

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 ...
Melissa Arroyo-Mendoza's user avatar
0 votes
1 answer
90 views

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 ...
user avatar
0 votes
0 answers
60 views

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 ...
TheodoreR's user avatar
1 vote
1 answer
138 views

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 ...
piet53's user avatar
  • 11
0 votes
0 answers
54 views

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 ...
pete19's user avatar
  • 123
0 votes
1 answer
43 views

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 ...
frank's user avatar
  • 3,816
2 votes
0 answers
340 views

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 ...
tanloong's user avatar
0 votes
1 answer
46 views

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 ...
Bitdiot's user avatar
  • 1,618
1 vote
1 answer
75 views

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 ...
joonasT's user avatar
  • 11
0 votes
1 answer
343 views

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 ...
MikH's user avatar
  • 3
1 vote
3 answers
102 views

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 ...
DaniCee's user avatar
  • 3,247
0 votes
0 answers
147 views

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 ...
Kia S's user avatar
  • 60
1 vote
0 answers
29 views

The log4j2.xml of this project reads: <?xml version="1.0"?> <Configuration> <Appenders> <Console name="stderr" target="SYSTEM_ERR"> ...
Mikhail T.'s user avatar
  • 4,256
0 votes
1 answer
26 views

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 ...
user27045357's user avatar
3 votes
2 answers
118 views

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, ...
Swift Ghost's user avatar
2 votes
1 answer
143 views

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 ...
Nemesis's user avatar
  • 361
-1 votes
1 answer
88 views

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 ...
bobby324's user avatar
0 votes
0 answers
75 views

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 ...
khoo wan xiang's user avatar
0 votes
1 answer
86 views

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 ...
Gürkan Durukal's user avatar
0 votes
4 answers
85 views

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 ...
AEGIS's user avatar
  • 180
-1 votes
1 answer
384 views

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=&...
Rohith's user avatar
  • 1
0 votes
1 answer
135 views

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 ...
Dimitar Ivanov's user avatar
0 votes
1 answer
38 views

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 ...
agustinvaca's user avatar

1
2 3 4 5
77