Tagged Questions
The highlighting tag has no wiki summary.
213
votes
13answers
82k views
css rule to disable text selection highlighting
For anchors that act like buttons (for example the Question, Tags, User, etc at the top of the SO page) or tabs, is there a CSS standard way to disable the highlighting effect if the user accidentally ...
57
votes
6answers
28k views
LaTeX package to do syntax highlighting of code in various languages
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>
...
27
votes
9answers
5k views
How do you make vim unhighlight what you searched for?
I search for "nurple" in a file. I found it, great. But now, every occurrence of "nurple" is rendered in sick black on yellow. Forever.
Forever, that is, until I search for something I know won't ...
25
votes
1answer
2k views
IntelliJ: How to auto-highlight variables like in Eclipse
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, class ...
16
votes
6answers
2k views
Is it possible to display Indentation guides in Vim?
I'm a longtime Vim user (3 or 4 years) who has recently started dealing with some deeply nested code. This code is indented with spaces, not tabs. I would like some clean and non-distracting ...
15
votes
2answers
839 views
Emacs :TODO indicator at left side
I want to have sort of indiacator at left side of the line wherever I have in the source code
#TODO: some comment
//TODO: some comments
The indicator could be a just mark and I already enabled ...
15
votes
6answers
11k views
Textarea that can do syntax highlighting on the fly?
I am storing a number of HTML blocks inside a CMS for reasons of easier maintenance. They are represented by TEXTAREAs.
Does anybody know a JavaScript Widget of some sort that can do syntax ...
14
votes
10answers
513 views
Backslash in the end of comment lines in C/C++
Does your editor/ide highlight that a++; in this C/C++ code as part of a comment?
int a=1;
//some comment \
a++;
printf("%d\n",a);
And what about this?
int a=1;
//some comment ??/
a++;
...
14
votes
9answers
5k views
Emacs, highlight all occurences of a word
In Notepad++ editor, there's a convenient feature: if you select a word in your text (not necessarily a keyword), the word is highlighted throughout the text. Is there any similar way in Emacs? Not ...
13
votes
3answers
611 views
Does vim have this Notepad++ feature?
In Notepad++, there is a dotted line that runs down from the function keyword through the end of the method. It looks like this:
Can vim reproduce something similar?
12
votes
4answers
10k views
Android: disabling highlight on listView click
I want to disable the orange highlight that occurs when touching a listView row. So far in my xml I have tried the following:
android:focusable="false"
android:focusableInTouchMode="false"
...
9
votes
2answers
5k views
How can you change the highlighted text color for a WPF TextBox?
The WPF TextBox natively makes use of the System Highlight color for painting the background of selected text. I would like to override this and make it consistent since it varies by OS/user theme.
...
9
votes
8answers
7k views
How to highlight occurrences of a search term in text in Visual Studio?
How do I make all occurrences of a phrase (search term) in a file to be highlighted in the VS code editor?
8
votes
4answers
1k views
Emacs: highlighting TODO *only* in comments
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 ...
7
votes
2answers
986 views
“Prerendered Icon Flag: true” in submitted iphone app binary details, but icon shown with glossy effect in store [closed]
"Icon already includes gloss effects" is set to YES in plist file. It worked for iphone app 1.0 version. The same plist file without any modifications, 1.1 version is submitted for revision and got it ...
7
votes
5answers
2k views
Change CSS of selected text using Javascript
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 ...
7
votes
4answers
1k views
Can Visual Studio 2010 do “.inc” file syntax highlighting?
Can Visual Studio 2010 be configured to do syntax highlighting on ".inc" files? We have numerous large projects with tons of these ".inc" files (asp files) and so changing the file extension to ".asp" ...
7
votes
4answers
4k views
Notepad++ like search highlighting in VisualStudio
Notepad++ has a neat feature that combines search and highlighting. When you select a word, it is highlighted wherever else it shows up on the page, so it is an implicit search, which I find very very ...
6
votes
2answers
1k views
Silverlight DataGrid Updating SelectedItem from code
When I update a datagrid SelectedItem from code (via a bound object in a ViewModel), how to I get the visual grid to highlight the newly selected item?
Thanks,
Mark
UPDATE: This is still an issue ...
6
votes
5answers
1k views
Gmail Syntax Highlighter
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?
5
votes
1answer
89 views
Emacs matching tags highlighting
When Paren Match Highlighting (in the Options menu) is enabled, it nicely highlights matched parentheses. Is there something like this but for XML tags? For example, if I had:
<para> ...
5
votes
2answers
170 views
Highlights subString in the TableCell(s) which is using for JTable filetering
how is possible to synchonize text typed into JTextField (then by DocumentListener passed String to the RowFilter) with TableCell if contains same as String value in JTextField/Document,
and then ...
5
votes
3answers
192 views
Emacs: persistent highlighting of a region
The Emacs extension markerpen.el (link text) allows you to hightlight arbitrary regions in your buffer. With this extension, the added highlighting is lost once you kill the buffer though. However, it ...
5
votes
3answers
3k views
Android: Disable highlighting in GridView
How can I turn off the orange highlight when clicking an item in a GridView?
I haven't been able to find a solution in the documentation or through testing.
5
votes
3answers
3k views
Search keyword highlight in ASP.Net C#
I am outputting a list of search results for a given string of keywords, and I want any matching keywords in my search results to be highlighted. Each word should be wrapped in a span or similar. I am ...
5
votes
6answers
8k views
JQuery help - animate background color
Using JQuery, what I want to do is create a function that when I call the function, it will fade the background color of my "#page" DIV from the CSS defined background color to yellow then back to the ...
5
votes
5answers
1k views
Syntax Highlighting
I'm looking for a general purpose syntax highling library, to output to html.
It's for use within a ruby app, so a ruby library would be good, but an excellent utility which can be piped in and out ...
5
votes
3answers
660 views
How do I highlight CVS changes in Emacs?
I'm using emacs with cvs and have cvs mode enabled. I'd like to get line-by-line highlighting of changes from the latest version in CVS. I've seen this done in intellij where there is a green ...
4
votes
2answers
1k views
Highlighting current navigation state in Backbone.js application
I want to highlight the current navigation state. Like if the hashchange is #home, I want to style the 'Home' menu link differently and similarly other links.
Backbone.js fires individual events like ...
4
votes
2answers
405 views
Source code syntax highlighting like Github
Does anybody know how the github syntax highlighting for source code views is made?
To clearify: I don't mean the common highlighting of code blocks in readme files.
Github seems to use a modified ...
4
votes
3answers
179 views
How to get margin indicators (see image) in gvim
I use this feature in Geany:
How can I enable it in gvim?
4
votes
1answer
403 views
Visual Studio/Notepad++: Highlight repeat occurences of selection text?
I use Notepad++ for all my note-taking, copying and pasting, rapid prototyping, etc. It's freaking awesome. (Just wish it had some cloud storage instead! That's another topic though.)
Now, in ...
4
votes
2answers
715 views
Highlight current row in JTextPane
I'm trying for more than 2 days to implement a specific requirement for a text editor window... unfortunately without success so far :(
The goal is to get a text editor window which will highlight ...
4
votes
2answers
206 views
How can I create Wikipedia's footnote highlighting solely with jQuery
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 JavaScript ...
4
votes
2answers
279 views
colored xml display in swing
Is there an "easy" way to display xml data to a user via an JEditorPane or JTextPane in colored/highlighted way?
4
votes
2answers
390 views
C# structural highlighting in Visual Studio
Is there any way to make code blocks highlighting/collapsing in Resharper ?
In CodeRush it is called "structural highlighting" feature:
Or maybe other Visual Studio 2010 add-on(preferably free) ...
4
votes
3answers
1k views
How to search a PDF in Acrobat Reader AND jump to a certain page via parameter?
we are using lucene within a web application to search in a great number of PDF documents.
The workflow is like this:
A user enters a search term
A list of search results is presented to the user.
...
4
votes
1answer
471 views
How to change the outlining hover color in VS 2010?
If i hover over the thin vertical bar on the left, it highlights the entire scope of the block that's to the right. When this scope is large, my entire screen flashes white (a consequence of my custom ...
4
votes
2answers
810 views
How do I make vim syntax highlight a whole line?
I'd like to have vim highlight entire lines that match certain patterns. I can get all the text in a line to highlight (by doing syn match MyMatch "^.*text-to-match.*$"), but it always stops at the ...
4
votes
4answers
2k views
How does a website highlight search terms you used in the search engine?
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 the ...
4
votes
6answers
2k views
How to do hit-highlighting of results from a SQL Server full-text query
We have a web application that uses SQL Server 2008 as the database. Our users are able to do full-text searches on particular columns in the database. SQL Server's full-text functionality does not ...
3
votes
2answers
71 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
1answer
101 views
vim highlight remove overwrite others hi
I my ~/.vimrc I use this syn for long lines
augroup longLines
au!
au! filetype zsh,sh,python,vim,c,cpp
...
3
votes
1answer
134 views
Stripping effects on Delphi toolbuttons (TToolbutton)
I'm attempting to switch from using Toolbar2000 to the regular toolbar because there doesn't seem to be a Delphi XE2 version and it looks like it uses some Assembly and I just don't really want to ...
3
votes
1answer
61 views
Highlighting Links
I am creating a Help System that uses links (a JButton extension) that expand and collapse subpanels with JLabels in them. The links and the collapsible panels work, but I'm having trouble ...
3
votes
1answer
373 views
jQuery UI Datepicker - Date range - Highlight days in between
I'm looking for a way of highlighting the days in between the date range of 2 inputs on mouse over.
This example is nearly doing what I want to achieve:
...
3
votes
4answers
106 views
Can you suggest text editor (linux) that has good customisation of highlighting?
I need a editor in which I could customise highlighting so that it could highlight sentences in which bad programming style (I have my own rules for this) would be underlined.
example ...
3
votes
1answer
197 views
How highlight found word with Sunspot?
I want to highlight found words in text, for example, as shown here.
As far as I know I must follow these steps:
1) In my model, I must add :stored => true option to the field which I want to ...
3
votes
1answer
125 views
VIM: Certain .c files opening without syntax highlighting
I have some .c files that don't automatically highlight in vim. This problem only recently started. I have not edited my .vimrc file:
set number
nnoremap <F2> :set nonumber!<CR>:set ...
3
votes
2answers
290 views
Highlight accented characters
I'm using the jquery.highlight plugin: http://code.google.com/p/gce-empire/source/browse/trunk/jquery.highlight.js?r=2
When I search an accented word, e.g. "café", it won't highlight the "café" ...