codehighlighter

Seeking code highlighter recommendation for WordPress

Can anybody recommend a reliable and decently documented code highlighter for WordPress 2.6.1. I have tried Code Snippet by Roman Roan and Developer Formatter by Gilberto Saraiva. But they don't seem to work as described in the documentation and are mangling the code snippets instead of prettifying them. ...

Plugin for R# similar to CodeRush "statement highlight"

See here http://www.hanselman.com/blog/InSearchOfThePerfectMonospacedProgrammersFontInconsolata.aspx - for want of a better description - the statement block highlighting - eg in the pics on the link the "statement blocks" are grouped with a vertical line. I understand this is a feature of CodeRush - does R# have either anything similar,...

Symbian S60 Code Editor

I am looking for an app that will let me type in code ON my cellphone. I don't need to compile or anything, and its not to program for the cellphone. Just something nice to have when an idea pops in my head. Am I completely overlooking a simple code editor for Symbian S60v3 phones? I am looking for something similar to CEdit which is ...

What code highlighting libs are there for Ruby?

What'd also interest me is which have more or less dependencies. ...

What code highlighting libs are there for Java?

easy to bundle, few dependencies, easy to use ...

C/C++ codehighlighter in visual studio 2005

Hi there I just starting using VS2005 and I wish to have code highlighting in C/C++. The VS menu Tools->Options->TextEditor->C/C++ is very poor. I come from PHP and there the IDE's are very friendly when is about highlighting. I didn't expect that Visual Studio to be so poor at this kind of options. Can you recommend me a free tool/plu...

What's the best C# code highlighting plugin for wordpress?

Best would be if it performs the highlighting exactly as it is in Visual Studio. ...

Using VBA / Macro to highlight changes in excel

I have a spread sheet that I send out to various locations to have information on it updated and then sent back to me. However, I had to put validation and lock the cells to force users to input accurate information. Then I can to use VBA to disable the work around of cut copy and paste functions. And additionally I inserted a VBA fun...

How does PasteBin work in the code highlighting area?

I think it's awesome how PasteBin highlights different languages, how does it work? ...

Way to highlight code in textarea with jquery?

Hello Well here's a tricky one for you. Is there any good and logical ways to highlight code inside textarea via jQuery? If there is, please share. Martti Laine ...

code highlighting

Hi, I want code highlighting like visual studio. If user is attaching a code snippept in the article i want to hightlight the code exactly like what visual studio will do. how can we achieve this. thanks in advance. ...

Open source browser based (i.e. javascript) highlighter for Python code?

I have an html page with a textarea in which users type python code. I'd like for the input python code to be highlighted as they type, much as a desktop-based IDE would do. Unlike this question, I don't want the code to be passed to the server and returned highlighted - I'd like for it all to be done by javascript in the browser. Rat...