1
vote
2answers
71 views
PHP/MySQL: Highlight “SOUNDS LIKE” query results
Quick MYSQL/PHP question. I'm using a "not-so-strict" search query as a fallback if no results are found with a normal search query, to the tune of:
foreach($find_array as $word) …
0
votes
2answers
56 views
Drawing in NStextField
Hey ho!
If you wanted to implement a highlighting for specific substrings in a NSTextField like on the screenshot (Tweetie.app) how would you do it? :)
Thanks for your help!
0
votes
3answers
45 views
Highlight, then fade highlight, for list items dynamically added to a list
I have an unordered list on a page. When that page is refreshed through Ajax, new list items may come back that will be dynamically added to the unordered list. When the new list …
15
votes
6answers
3k 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>
< …
0
votes
2answers
10 views
Highlighted text popup widget… What to call it and where to find the Javascript?
I recall seeing a web site that when you highlighted/selected text on their page, it produced a small balloon just to the upper right, which was clickable and would perform some ac …
1
vote
2answers
42 views
Cocoa Button that will light up with mouse over
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.
1
vote
2answers
45 views
Limiting a match in vim to certain filetypes?
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 qui …
1
vote
2answers
160 views
Gmail Syntax Highlighter
Hi all,
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?
3
votes
4answers
262 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 keywo …
1
vote
3answers
135 views
Search keyword highlight in ASP.Net C#
Hi all,
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 wrapp …
0
votes
1answer
36 views
UITableViewCells not highlighting on touch
I'm subclassing UITableViewCell and adding two subviews (image, UILabel).
When the row is touched. There's no cell highlighting indicating the cell was selected.
I'm pretty sure …
1
vote
3answers
96 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 …
1
vote
5answers
343 views
Best Program To Python Development? [closed]
Possible Duplicates:
which editor is best for python coding in linux?
vb.net/C# code editor with color coding
What IDE to use for Python
Duplicates
What IDE to u …
0
votes
3answers
65 views
how to get span selected portion using Javascript
Hi guys
is there a way to get the highlighted selectionstart and selectedlenght on a span ?
Thanks
0
votes
1answer
48 views
jQuery higlighting special characters in text
Hello all,
I am using
JavaScript text higlighting jQuery plugin
http://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html
It …
