Top "Highlight" questions

is for questions involving the highlighting of text or other visual elements.

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 …

vim navigation highlight
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 …

android listview highlight listviewitem
Highlight Matching Brace In Visual Studio

In Notepad++ for example when your cursor is next to a brace it will highlight the corresponding opening or closing …

visual-studio-2013 highlight
highlight a DOM element on mouse over, like inspect does

We have a bookmarklet, and the user clicks a button and an inspect like highligther needs to kick in. We …

javascript html dom bookmarklet highlight
remove annoying highlighting Netbeans 7.2 C++

Anytime I write a variable's name I get this annoying IDK green or yellow highlight . What is it ? how to …

c++ netbeans highlight netbeans-7.2
Highlight cells in CollectionView

I'm building an app in iOS and I want the Cells in my CollectionView to highlight when touched, pretty much …

ios highlight cells collectionview
How to set background color for a row based on current date in Google Docs Spreadsheet?

I have a Google Docs SpreadSheet, where in the column A are dates (A1: 2013-11-22, A2: 2013-11-23, A3: 2013…

google-apps-script row spreadsheet highlight
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 …

android highlight
AutocompleteTextView: on "NEXT" highlight next TextView, on "DONE", make keyboard disappear

I have two AutocompleTextViews and I want to switch to the next if the user presses "NEXT", and make the …

android autocomplete keyboard highlight
How can I highlight the text of the DOM Range object?

I select some text on the html page(opened in firefox) using mouse,and using javascript functions, i create/get …

javascript dom range highlight