3,821 questions
0
votes
0
answers
49
views
Double highlight in Flutter Web
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 ...
1
vote
1
answer
40
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 ...
1
vote
0
answers
69
views
Highlight text while matching the words in audio with the words in text in react native
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. ...
0
votes
0
answers
87
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
0
answers
56
views
Javafx 21 modena.css highlighted text bug
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 ...
0
votes
1
answer
98
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 ...
1
vote
1
answer
159
views
How to highlight selected text in a rich text editor when the selection spans multiple HTML tags?
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 ...
0
votes
1
answer
96
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 ...
1
vote
0
answers
90
views
How can I implement highlight.js in my react-quill?
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 ...
0
votes
0
answers
62
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
456
views
Red highlighted tabs in Cursor
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 ...
1
vote
1
answer
150
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
1
answer
37
views
Document.createRange around multiple text matches gives IndexSizeError
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 ...
0
votes
0
answers
55
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 ...
1
vote
1
answer
154
views
Remove firefox form field highlight?
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, ...