highlighting Questions
2
Solved
I have the following in my .vimrc to highlight lines longer than 80 chars:
highlight OverLength ctermbg=red ctermfg=white guibg=#592929
match OverLength /\%81v.*/
This works quite well. However,...
Postulate asked 9/11, 2009 at 17:46
3
Solved
I'm using the jQuery Autocomplete plugin, but I'm having some problems with the result highlighting. When a match is found, but the entered keyword contains spaces, there's no highlighting. Example...
Outgrow asked 5/6, 2009 at 17:52
2
Solved
I'm trying to make it so certain text and images on an HTML page cannot be highlighted with the cursor, so it appears as if they're a part of the background.
Claudiaclaudian asked 23/9, 2009 at 5:4
1
Solved
I am making a "toast" in vb.net, and whenever it pops up, all the text in the body textbox is ALWAYS highlighted...how can I remove the highlight programmatically?
Thanks!
Here is the code which ...
Agreed asked 28/8, 2009 at 3:15
2
Solved
I'm trying to get a JEditorPane to highlight the full width of a displayed line. All the examples I've tried only highlight the textual content. For example if I have content such as this:
------...
Pungy asked 9/12, 2008 at 17:3
4
Solved
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 v...
Wintry asked 18/11, 2008 at 19:25
© 2022 - 2024 — McMap. All rights reserved.