Skip to main content
Filter by
Sorted by
Tagged with
Best practices
1 vote
1 replies
79 views

I have a dataset in SQL containing missing values, in place of each missing value is a zero. How can I find all the zeroes, being used to substitute missing values and highlight them. Finally, I ...
Felicia Edmonds's user avatar
0 votes
0 answers
62 views

When highlighting texts in Textfield => It shows two highlights and when scrolling, the other highlights remain at the same position When highlighting texts: When scrolling: This only happens on ...
shoho's user avatar
  • 9
2 votes
1 answer
47 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
  • 560
0 votes
0 answers
95 views

I have an audio playing and i want to highlight the text below it matching the exact word on the audio using react native. I think on splitting the whole text by space, and creating an array of words. ...
Anxheloo's user avatar
0 votes
0 answers
61 views

I am trying to style my Javafx 21 program through a css file. I noticed that when the background color is bright colors in the selected text, the text color does not change and remains white in ...
Ridalm's user avatar
  • 1
0 votes
1 answer
115 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
1 vote
1 answer
214 views

I'm implementing text highlighting functionality in a custom text editor using vanilla javascript, similar to how MS Word highlights text. The issue I'm encountering is that when a user selects text ...
Roy Hoffman's user avatar
0 votes
1 answer
100 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
1 vote
0 answers
95 views

I used code-block module in react quill but I want to add highlight to tag with inner code tag. I want to add class for different programming language, but Just after I am entering something in my ...
Sujan Ch's user avatar
0 votes
0 answers
79 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
698 views

I have this issue where I get this weird red highlighted tabs in Cursor. I alredy set "highlight active indentation" to false in "preferences > VS Code settings", which helped ...
jj j's user avatar
  • 59
1 vote
1 answer
178 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
1 answer
42 views

I am writing a search engine and ran into a problem. I use document.createRange to select the matches and I used the AND operator. I have the following text, it is Hungarian colors where half of it is ...
inf3rno's user avatar
  • 26.3k
0 votes
0 answers
97 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
1 vote
1 answer
190 views

I'm having this problem with firefox form fields. They're suddenly highlighting in bright, ugly blue, and I'm trying to get it back to the original, more clean dotted line. Actually, at this point, ...
Jake J's user avatar
  • 128
0 votes
1 answer
50 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
-1 votes
1 answer
48 views

I want to change color of matched text dynamically, for this the following code for Urdu text not working and not changing the color of matched text, while for English text it's working perfectly. Any ...
Mohsin Abbas's user avatar
2 votes
0 answers
552 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
80 views

How can I in Vim highlight, e.g., the first 10 words in a line ? I have found in Stackoverflow the answer for the first word : /^\s*\w\+/ but I cannot figure how to tinker it for 10 words, or any ...
ThG's user avatar
  • 2,411
0 votes
1 answer
53 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 votes
1 answer
83 views

In ElasticSearch, when specify number_of_fragments to 0 to retrieve all content of field, i see that it highlights all the token matched with the search term and it's wrong when the search term can be ...
dat hoang's user avatar
1 vote
1 answer
103 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
0 answers
84 views

I am using VSCode to edit and run my IPython notebooks. Upon using them, I wanted to preserve the coloring of some magic commands like !grep when I used them. Thanks to this question here on SE, I ...
o.spectrum's user avatar
0 votes
1 answer
412 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
0 votes
1 answer
150 views

I have two sheets in Tableau that both contain a list of names. I want to highlight the mismatching values (or even matching values if that's easier) between the sheets. Both sheets use the same data ...
Patrick Marquet's user avatar
1 vote
3 answers
127 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,257
1 vote
0 answers
192 views

I'm working on a project where users can highlight content by selecting text and choosing a highlight style. I'm using the CSS Custom Highlight API, which is relatively new in terms of browser support....
Samuel Bradshaw's user avatar
0 votes
0 answers
155 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
0 votes
1 answer
207 views

I have a Jquery JS script that loads a modal window. In that modal window there is a pre code tag where i via ajax pulls in a script. I want to use Highlight.js to make the code more readable. I have ...
Wyrm's user avatar
  • 29
1 vote
0 answers
32 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,362
2 votes
1 answer
1k views

when i click in a tag, my vscode highlights all the tags with the same name, but i want it to highlight only the matching tag. it used to do this normally, but one day it somehow changed and i don't ...
giovana's user avatar
  • 21
0 votes
1 answer
37 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
0 votes
1 answer
114 views

I am trying to highlight cells in a table that are closest to a target value in each column. I had been using conditional formatting and this formula : =AND(N8<>"",ABS(N8-$E$5)=MIN(ABS(...
josh's user avatar
  • 3
3 votes
2 answers
127 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
0 votes
2 answers
115 views

I have developed a web app with VueJS (Composition API) and use Algolia as my search engine. I followed the guidelines from Algolia to build a component for autocomplete and though it works, I get ...
Eugene's user avatar
  • 321
2 votes
1 answer
170 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
3 votes
3 answers
99 views

I am trying to test each character in Pi_Entered to Pi, if wrong then highlight vbRed and move the next character. I get TTFTTTTF instead of digits. Highlight in red incorrect digits of Pi in a string....
Sean Osborn's user avatar
-1 votes
1 answer
100 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
1 vote
1 answer
2k views

I installed jupyter notebook and don't get any text highlighting on my .ipynb files. It seems that it treats the code as plain text, even though the code is executed perfectly. No text highlight On ...
f.ptak's user avatar
  • 11
0 votes
0 answers
78 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
138 views

So I actually have this mostly working, but I've run into an issue that I can't quite get sorted. First I need to give a quick explanation of what I'm trying to do: What I'm trying to do and the ...
Andrew Rout's user avatar
0 votes
1 answer
95 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
3 answers
102 views

Maybe I'm just searching with the wrong words and terms, but I can't find out how to turn this feature off, or at the very least reduce the intensity of the selection style enter image description ...
Glen Heide's user avatar
0 votes
4 answers
95 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
  • 190
0 votes
0 answers
87 views

I have created a Gantt chart for some log analysis. I want a feature in it such that when we hover over a plot, the plot should highlight itself to show which plot I am highlighting. def ...
Pratyush Nagpal's user avatar
-1 votes
1 answer
450 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
81 views

I have highlighted areas in a time series plot where variable 1 is greater than 28.3m and in a separate plot where variable 2 is between 335 and 390 and then stacked these plots on top of each other. ...
LZ24AP's user avatar
  • 69
0 votes
1 answer
138 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
99 views

Is it possible to automatically highlight part of the text inside the cell if it matches a range of values? e.g. the column A has these values: The exclusion list in B has the Deputy Mayor and Member ...
nzskra's user avatar
  • 165
0 votes
1 answer
43 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