highlight Questions

5

So I have been struggling to use Highlight.JS in a textarea, because this doesn't work: <!DOCTYPE html> <html> <head> <title>Hello World</title> <link rel="s...
Merchantable asked 13/10, 2013 at 15:40

3

This happened suddenly after I restarted my computer, all of a sudden any code I type is highlighted in red. Does anyone know how to fix this? See image. OS: Windows UPDATE: This is the weirdest t...
Outstand asked 16/3, 2022 at 19:44

1

Solved

This highlighting feature is driving me crazy. How do I turn it off?
Cull asked 22/5, 2024 at 2:58

6

Solved

In my settings, I have the TODO bound to highlight in yellow, yet in the actual code it does not highlight. Here is a screenshot of my settings: Editor -> TODO Does anyone know how to fix this? E...
Nolan asked 8/5, 2020 at 11:40

9

I'm trying to find a way with javascript to highlight the text the user selects when they click some odd highlight button (as in <span style="background-color:yellow">highlighted text</spa...
Mishmash asked 20/11, 2008 at 10:6

12

Solved

I have TextBlock that has Inlines dynamicly added to it (basically bunch of Run objects that are either italic or bold). In my application I have search function. I want to be able to highlight T...
Zillah asked 15/4, 2009 at 13:40

4

Solved

I've seen some websites highlight the search engine keywords you used, to reach the page. (such as the keywords you typed in the Google search listing) How does it know what keywords you typed in ...
Ronda asked 25/5, 2009 at 16:23

11

Solved

I am developing an application in which there will be a search screen where user can search for specific keywords and that keyword should be highlighted. I have found Html.fromHtml method. But I w...
Kaila asked 28/4, 2010 at 15:9

2

I want to highlight a part of a code block that is written in markdown using triple backticks (```). Here is an image of what I want. code block with highlighting-imgur I want to replicate how we h...
Viviennevivify asked 30/11, 2021 at 19:50

14

Open Source project Trac has an excellent diff highlighter — it highlights changed lines and changed bytes in each changed line! See here or here for examples. Is there way to use the same c...
Gregson asked 16/3, 2011 at 13:29

7

Solved

The output of git diff is optimized for code which tends to be one statement per line whereas text can (if authors like me are too lazy to use line breaks) cause diff output which is very hard to r...
Presidentelect asked 14/3, 2018 at 13:6

2

Solved

In Notepad++ for example when your cursor is next to a brace it will highlight the corresponding opening or closing brace on screen. Check out the link below for a example as to what I mean. http:...
Sherrill asked 6/6, 2015 at 2:20

7

Solved

I'm trying to make a JavaScript bookmarklet that will act as a highlighter, changing the background of selected text on a webpage to yellow when the bookmarklet is pressed. I'm using the following ...
Transubstantiate asked 11/7, 2010 at 16:2

3

i am using python/tkinter to write a IM software on XP. now i've got all the main functions done except i don't know how to highlight or change colour my IM item on taskbar on windows xp when windo...
Altruistic asked 20/11, 2012 at 17:2

34

Solved

After doing a search in Vim, I get all the occurrences highlighted. How can I disable that? I now do another search for something gibberish that can't be found. Is there a way to just tempor...
Novah asked 18/3, 2009 at 9:0

8

Solved

I am looking for a LaTeX package that does syntax highlighting on code. For example, right now I use the verbatim block to write code: \begin{verbatim} <html> <head> <title>He...
Maimaia asked 18/11, 2008 at 23:18

8

I am looking for a linux command that searches a string in a text file, and highlights (colors) it on every occurence in the file, WITHOUT omitting text lines (like grep does).
Elflock asked 10/10, 2012 at 9:8

2

Solved

I'm looking for a reference as to what each color of syntax highlighting in Visual Studio Code actually means. I'm currently using the dark default theme Dark+. I've gotten used to recognizing a fe...
Chinchin asked 31/7, 2018 at 3:38

1

I have a list of two strings, and I want to highlight and print differences between two strings (specifically in Jupyter notebook). By differences, I specifically mean the insertions, deletions and...
Berberidaceous asked 21/6, 2023 at 22:45

13

Solved

In a page with some navigation links,I want the link of the current page are hightlighted,just like this: The link "HTML Attributes" is highlighted(bolded) since this link will take one ...
Trudytrue asked 7/1, 2011 at 14:25

13

Solved

What I'd like is to map one key, e.g. F4, so that pressing F4 will toggle the visibility of search highlights, and so that starting a new search enables visibility no matter the current visibility....
Mcdaniel asked 29/1, 2012 at 16:42

3

Solved

I need some help here. So i have something like this import pandas as pd path = '/Users/arronteb/Desktop/excel/ejemplo.xlsx' xlsx = pd.ExcelFile(path) df = pd.read_excel(xlsx,'Sheet1') df['is_dup...
Lev asked 2/9, 2016 at 19:28

5

Is it possible to highlight text in an HTML document using without wrapping it with <span> or any other tag for that matter? For example, in the HTML code <p>The quick fox</p> I ...
Jiujitsu asked 29/11, 2009 at 18:29

3

I'm trying to implement a selection-outline feature. This is what I get up to now. As you can see, the objects are selected correctly when the mouse hovers and a contour is drawn around the sele...
Aerodynamics asked 22/12, 2018 at 17:39

3

Solved

TL;DR How/why are some browsers able to search and highlight text in the HTML body which is followed by #:~:text= in the URL? Explanation One day I was searching for something on Google, which lea...
Outmost asked 20/7, 2020 at 5:19

© 2022 - 2025 — McMap. All rights reserved.