Tagged Questions
The highlight tag has no wiki summary.
99
votes
7answers
16k views
vim clear last search highlighting
After you do a search in vim you get all the occurrences highlighted, how can you disable that? I now do another search for something gibberish that can't be found.
Is there a way to just ...
38
votes
15answers
30k views
JQuery: Selecting Text in an Element (akin to highlighting with your mouse)
I would like to have users click a link that then selects the html text in another element (NOT an input). By "select" I mean the same way you would select text by dragging your mouse over it. This ...
13
votes
3answers
9k views
Highlighting Text Color using Html.fromHtml() in Android?
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 will ...
11
votes
5answers
683 views
highlight changed lines and changed bytes in each changed line
Open Source project Trac has an excellent diff highlighter — it highlight changed lines and changed bytes in each changed line! See https://trac.transmissionbt.com/changeset/12148 or ...
9
votes
2answers
650 views
Highlight text as you type on textarea
I'm trying to create a textarea that will highlight some keywords as the user types in there. I understant textarea can only support plain text and that I have to use a 'rich text' editor in order to ...
8
votes
5answers
5k views
How can I disable highlighting in html or JS?
I need to disable highlighting on my web app. I have a good reason for doing this and know that this is generally a bad idea. But I need to do it anyway. It doesn't matter if I need to use CSS or JS ...
7
votes
2answers
169 views
Is there a way to highlight the currently active code block in Visual Studio 2010?
In Visual Studio 2010, if you hover your mouse over the little [-] minus sign, it will highlight that block of code for you. My question is, is there a way for this block to always be highlighted ...
7
votes
1answer
3k views
Disable android orange outline higlight on focus
I am coding an app using jQuery, jqTouch and phonegap and have run across a persistent problem which arises when a user submits a form using the Go button on the soft keyboard.
Although it is easy to ...
7
votes
1answer
2k views
Notepad++ with .less colour highlight
I want Notepad++ to treat my .less files just as my .css files and thereby get color highlighting. Any tip?
7
votes
9answers
334 views
Jquery: is there a way to highlight the text of a Div when you click on it?
With Jquery is there a way to highlight/select(like if someone were to select it with the mouse) the text inside of a div that i click on? not a textbox, just a normal div.
i'm trying to make a ...
7
votes
3answers
3k views
jqGrid highlight the new added row
Is that possible to highlight the new added row in jqGrid. The highlight effect is something like this http://docs.jquery.com/UI/Effects/Highlight
So, when the new row is added, the row will be ...
7
votes
2answers
2k views
Vim Markdown highlighting (list items and code block conflicts)
I decide to learn more about vim and its syntax highlighting.
Using examples for others, I am creating my own syntax file for Markdown. I have seen mkd.vim and it has this problem too.
My issue is ...
6
votes
9answers
471 views
How to disable “highlight subviews” message for UIView/UIViewController in iOS SDK?
I want to use the default highlight on a UITableViewCell when it is tapped. However, I do not want custom subviews (and their subviews) to receive the message to update their highlighted states and ...
6
votes
3answers
155 views
VIM: how to highlight all previously deleted text after an undelete
I often use a command or script to delete text and after I do an undelete (u) I want to see what has been previously deleted by the command/script.
Is it possible to highlight the previous deleted ...
6
votes
2answers
274 views
VIM: How to change the Showbreak Highlight color without using the NonText Color-element
I noted that the 'showbreak' symbol is highlighted with the highlight "NonText" color-element. NonText is also used for the EOL Characters.
I would like to keep the highlight-color for the EOL ...
6
votes
1answer
2k views
Select a complete table with javascript (to be copied to clipboard)
I was wondering if anybody knows how to select using js the complete table, so that the user can right-click on the selection, copy it to the clipboard and then paste it on excel. If you select the ...
6
votes
3answers
1k views
Highlighting specific values in R plot
In R (statistical computing environment) I would like on a generic plot, with time on the x-axis, highlight some specific years.
How can I bestly do this? My idea is for example a light yellow bar ...
6
votes
4answers
175 views
Highlight search terms in forum when coming from websearch
in the recent past i’ve noticed quite often that, when searching something with google and looking at one of the search results, that the search terms are bold on the site.
how can this be done? is ...
6
votes
3answers
6k views
Removing WPF ListView/GridView highlight chrome
I have WPF ListView with GridView view and I want to remove any trace of row highlight.
This useful piece of code can be found in one answer on this site:
<ListView.ItemContainerStyle>
...
5
votes
2answers
172 views
VIM: delete anything other than pattern
let say this is my text:
this is my text this
is my text this is my text
my text is this
I would like to highlight all text except pattern and delete the highlighted text.
p.e. text: this must be ...
5
votes
1answer
276 views
Highlight words with (and without) accented characters / diacritics in jQuery
I'm using the jquery.highlight plugin: http://code.google.com/p/gce-empire/source/browse/trunk/jquery.highlight.js?r=2
I'm using it to highlight search results.
The problem is that if I search ...
5
votes
2answers
517 views
accent insensitive regex
My code:
jQuery.fn.extend({
highlight: function(search){
var regex = new RegExp('(<[^>]*>)|('+ search.replace(/[.+]i/,"$0") +')','ig');
return this.html(this.html().replace(regex, ...
4
votes
2answers
86 views
highlight the 'return' button on the iOS keyboard
I am trying to find a way to highlight the return button on the standard ios keyboard, but i do not find any documentation.
Does anybody know how to do that?
Thank very much for answers.
4
votes
2answers
90 views
VIM Highlight the whole current line
What is the best way to highlight the whole current line in VIM? In some IDEs I am able to set some sort of 20% opacity of the line I am editing, this is great to find where I am rather quickly.
4
votes
4answers
210 views
How do i remove the blue highlight when selection occurs in a UIPickerView
when i select a cell in my modified picker view, a blue background colour appears.
all other treads i have seen do not give me a good answer.
anyone has a solution?
4
votes
1answer
873 views
Highlight on clickablespan click
I've got little problem, i need to remove or customize this orange highlight during clicking on clickablespan. This is my class extending ClickableSpan
public class InternalClickableSpan extends ...
4
votes
3answers
802 views
How to access Kindle Highlights (API?)
I want to make a site that lets you follow other people Kindle Highlights. Is this possible Is there some sort of Kindle Highlights API?
Thanks.
4
votes
1answer
816 views
Setting the background colour/highlight colour for a given string range using Core Text
I have some text laid out using Core Text in my iPhone app. I'm using NSAttributedString to set certain styles within the text for given ranges.
I can't seem to find an attribute for setting a ...
4
votes
2answers
7k views
Android ListView item highlight programmatically
I know it's been asked around but I haven't found quite the answer yet (new to Android so sorry about the ignorance)
my app's launch Activity has an EditText (called searchbox) , a ListView ...
4
votes
2answers
1k views
JavaScript: Remove current mouse highlight from the page?
Let's say I highlight some text on the page using my mouse. How can I remove all highlighted text using JavaScript?
Thank you.
4
votes
5answers
669 views
ViM-like search highlight in Visual Studio possible?
ViM has this option hlsearch where a searched string is displayed in highlight mode at all places in the file it is found. Is there a way to do the same in Visual Studio?
That is, if I search for ...
4
votes
3answers
1k views
Highlight NSToolbarItems
I want to highlight the selected NSToolbarItem like e.g. in Adium (see screenshot).
Is there an easy way? If not, tell me the difficult one. =)
4
votes
2answers
18k views
C# ListView Detail, Highlight a single cell
I'm using a ListView in C# to make a grid. I would like to find out a way to be able to highlight a specific cell, programatically. I only need to highlight one cell.
I've experimented with Owner ...
3
votes
2answers
69 views
How to toggle Vim's search highlight visibility without disabling it
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.
...
3
votes
2answers
82 views
Alternatives to font-lock
I'm trying to improve Emacs highlighting of Common Lisp and I'm stuck at regexp approach to highlighting used by font-lock. Regexps aren't enough as I want to be able to recognize structure of such ...
3
votes
4answers
78 views
PHP search result highlight script
So let's say I make a search on my website for "Tales of an Ancient Empire".
My database is doing a full text search, and results come up. I have this function for the highlight thngy
function ...
3
votes
1answer
83 views
Highlight cells in heatmap
I am currently trying to set up a heatmap of a matrix and highlight specific cells, based on two other matrices.
An example:
> SOI
NAP_G021 NAP_G033 NAP_G039 NAP_G120 NAP_G122
2315101 ...
3
votes
2answers
100 views
Netbeans hotkey to turn off highlighted search text?
I've googled this question but found none.
Please share if you know how to.
3
votes
3answers
96 views
Highlight specific strings in a given long string in Javascript
I have a long string, and a list of other strings, which I need to mark in the long string.
Say we have abcdefghijk and the strings I need to mark are ghi and abc.
What is the simplest way to do it ...
3
votes
4answers
7k views
Highlight ListView selected row
I have a list of albums (several hundred).
When I touch the selected album I want to offer the user a choice of playing the whole album, or moving to its track ListView. No problem.
However, after ...
3
votes
2answers
265 views
Javascript: How to detect if a word is highlighted
I'm writing a Firefox addon that is triggered whenever a word is highlighted. However I need a script that detects when a word is highlighted, and I'm stuck. An example would be nytimes.com (when ...
3
votes
5answers
1k views
highlight the navigation menu for the current page
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 to the ...
3
votes
1answer
350 views
Navigation stay Highlight if in current page [Fixed]
well my problem is the next, I got a navigation with a animation in jQuery, a green slider that comes down when hover the < li > tag.
when is current page, the hightlight state is to stay down, ...
3
votes
1answer
3k views
How to highlight ImageView when focused or clicked?
A good example of this is either on the Twitter launch screen (the screen with the large icons that is seen when the application is first launch) or even just look at the application tray when you ...
3
votes
1answer
105 views
How do I highlight the current TextMate document in the project drawer?
I keep forgetting where to find this in the menus. I often open a document using (for example) Find in Project… and then want to know where it is in the project drawer (especially when it's buried ...
3
votes
3answers
173 views
How to highlight a control when selected?
How can I highlight an image when it is clicked and remove the highlight when the mouse is up?
3
votes
4answers
706 views
How can I highlight the line of text that is closest to the mouse?
I have a long text and I'd like to offer the user a reading help: The current line should be highlighted. To make it easier, I'll just use the Y coordinate of the mouse (this way, the mouse pointer ...
3
votes
6answers
2k views
How do I highlight Text in a Textbox in a C# Winforms program?
I have a C# Winforms program with multiple textboxes. I used the properties for each box to place text in them, explaining to the user what value goes in them. I want the text to highlight whenever a ...
3
votes
4answers
6k views
Changing the highlight color when selecting text in an HTML text input
I've been looking for this throughout the web and can't even find anyone else even asking this, let alone a solution...
Is there a way to change the color of the highlight area within a a text input ...
3
votes
3answers
583 views
How do I use the “highlight” jquery effect without temporarily hiding the background-image?
I am trying to use the jquery ui "highlight" effect on an input html element with a background image set in the CSS (A search bar with a magnifying glass). During the "highlight" animation, however, ...