highlighting Questions

23

Solved

Can someone help me with a javascript function that can highlight text on a web page. And the requirement is to - highlight only once, not like highlight all occurrences of the text as we do in cas...
Sandysandye asked 27/12, 2011 at 12:5

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

1

Usually my markdown document uses only one type of code language. For example, python is used to highlight all my code blocks. ```python some code here. ``` ```python another piece of code ``` ...
Bechance asked 7/12, 2017 at 5:2

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

5

Is it possible to work with Fast Colored TextBox for Syntax Highlighting in WPF. http://www.codeproject.com/Articles/161871/Fast-Colored-TextBox-for-syntax-highlighting I could not find an exampl...
Incensory asked 18/2, 2016 at 10:9

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

5

Solved

I would like to search and highlight text using jQuery/Java Script. sample HTML 1: <div id="div1"><b>Good</b> <b>Morning</b> </div> <div id="div2">Good E...
Clercq asked 1/11, 2013 at 4:50

4

Solved

This question is related to another one, Emacs :TODO indicator at left side. I recently came across a minor mode I like a lot called FixmeMode. It supports auto highlighting of TODO marks, and navi...
Bellyband asked 2/3, 2010 at 23:11

2

Solved

How do you highlight a rectangular selection in Xcode?
Sigma asked 9/8, 2012 at 22:20

10

Solved

I sent my code to my friend over Gmail but as you guess, the code is not highlighted in Gmail. Is there solution to highlight code that is sent over Gmail?
Activist asked 20/7, 2009 at 6:39

5

Solved

I got the : ADOTable1 ( codepeople as integer, namepeople as string ) DataSource1 ( the DateSet is ADOTable1 ) DBGrid1 ( connected to DataSource1, Options-dgRowSelect is true ) I locate a ro...
Gingergingerbread asked 25/10, 2013 at 23:8

5

Solved

How I can search within a specific block of code or selection in IntelliJ IDEA? I got used to using this feature in Eclipse. In Eclipse you can just double click on the beginning of a curly brack...
Incertitude asked 1/6, 2011 at 22:50

7

Solved

When I first learned Java, I was using an IDE called "BlueJ." It had this feature called "Scope Highlighting" which made it very easy to read blocks of code. Now I've moved on from BlueJ and began ...
Hoseahoseia asked 5/8, 2012 at 23:22

11

Solved

I am storing a number of HTML blocks inside a CMS for reasons of easier maintenance. They are represented by <textarea>s. Does anybody know a JavaScript Widget of some sort that can do synta...
Commotion asked 24/10, 2009 at 21:20

2

I was wondering if it is possible to highlight the block of code you are working on in Intellij Idea. There was a similar question here: Is there a way to highlight the currently active code block...
Shuntwound asked 4/7, 2016 at 13:10

3

Solved

As I'm not processing the items in a ListView based on what a user may select (the processing always uses everything in the list), I want to disallow the selecting of an item which may make the use...
Sticker asked 28/9, 2012 at 21:40

3

Solved

Is there a flag that can be set that will cause a Cocoa button to be highlighted when it is moused over. I need to this programatically with objective C on OSX.
Anserine asked 9/11, 2009 at 23:49

7

Solved

I have this div element with a background image and I want to stop highlighting on the div element when double-clicking it. Is there a CSS property for this?
Selfdenial asked 10/8, 2011 at 21:53

2

Solved

I need to highlight all occurrences of selected word in AvalonEdit. I created an instance of HihglinghtingRule class: var rule = new HighlightingRule() { Regex = regex, //some regex for finding...
Seldan asked 10/2, 2012 at 6:28

8

I have custom ComboBox, where DropDownStyle = ComboBoxStyle.DropDown;.DropDown style is set because I want to set the Text property of the ComboBox to something outside the list of values. Everythi...
Warrigal asked 17/9, 2014 at 21:56

4

Solved

My employer wants me to use IntelliJ for Java development. Previously, I've always used eclipse. One of my favorite features in eclipse was being able to click on a variable, method parameter, cla...
Joiejoin asked 21/9, 2010 at 18:13

9

Solved

I have a database search query which search in the database for a word entered by the user and return a Cursor. In my ListActivity, I have a ListView which will hold the items (the Cursor items). ...
Pimple asked 27/7, 2011 at 11:32

4

Solved

I would like to duplicate Wikipedia's footnote highlighting from in-text citation click solely in jQuery and CSS classes. I found a webpage that describes how to do so with CSS3 and then a JavaScri...
Hypesthesia asked 12/2, 2011 at 2:6

13

Solved

Notepad++ has a convenient feature: if you select a word in your text (not necessarily a keyword), the word is highlighted throughout the text. Can this be done in Emacs as well? And if so, how? ...
Drunkometer asked 22/12, 2008 at 6:20

2

Is there some feature/macro readily available which can help in highlighting different words in source insight in different colours ( The original installation allows highlighting of different word...
Outlast asked 6/1, 2014 at 12:16

© 2022 - 2024 — McMap. All rights reserved.