Tagged Questions
The codehighlighter tag has no wiki summary.
6
votes
6answers
350 views
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 ...
3
votes
3answers
131 views
Implementing Code Highlighting
I have a stack oriented programming language that I need to write a very simple editor for, with code highlighting. It would be preferable to do such with a RichTextBox
I have seen many code ...
3
votes
3answers
2k views
What code highlighting libs are there for Java?
I'd like them to be easy to bundle, with few dependencies and easy to use.
3
votes
3answers
1k views
What code highlighting libs are there for Ruby?
What'd also interest me is which have more or less dependencies.
3
votes
3answers
1k views
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 ...
2
votes
1answer
231 views
tinymce code highlighting just like stackoverflow?
im using tinymce for my text editor, i wanted a code highlighting feature for one of the buttons on the toolbar, but i wanted a simple one like the one stackoverflow uses, deos anybody know of ...
2
votes
3answers
2k views
Way to highlight code in textarea with jquery?
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
1
vote
2answers
35 views
Syntax highlighting HTML with links
Is there a tool available which would convert the sources given into HTML with links?
By links I mean that every type, class, and method used would point via href to its definition.
I haven't ...
1
vote
2answers
228 views
XCode 4 stopped highlight and recognizing UIKit classes on project
Hi i get problem with xCode 4.
I develope project with XCode4 on home and on work.
And i store it on my USB flash drive.
Today i get some problem.
I open xib file for add outlet to code and get ...
1
vote
1answer
52 views
Is there an Objective-C/C libary that can do code syntax highlighting?
Of course, I don't actually need it to highlight anything, I'll take care of that, however, it would be great if there would be a library that can parse text and can in an abstract manner tell me ...
1
vote
1answer
127 views
SQL Editor / Viewer for Mac
Im looking good SQL (MySQL) editor/viewer for MacOS. I want to spend money on it, if it what I looking for. (on Windows I use: dbForge Mysql and I looking something similar to it)
Main features I ...
1
vote
1answer
218 views
Adobe Dreamweaver: code highlighting in unrecognized file types (like “.master”)
Dreamweaver dose not activate code highlighting/hinting/error-checking unless you are using a file type that it knows, (.php .htm .html .css .js .aspx etc) but I am working on a project written in ...
1
vote
3answers
241 views
Textarea - how to highlight keystrings with javascript?
I am looking for a javascript that can help me to change the color of a text inside the textarea tag. For example, to have a variable in the javascript:
var a = '<div class="carleft"><p ...
1
vote
2answers
103 views
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 ...
1
vote
2answers
262 views
How does PasteBin work in the code highlighting area?
I think it's awesome how PasteBin highlights different languages, how does it work?
1
vote
2answers
2k views
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 ...
1
vote
2answers
856 views
What's the best C# code highlighting plugin for wordpress? [closed]
Best would be if it performs the highlighting exactly as it is in Visual Studio.
1
vote
5answers
2k views
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 ...
0
votes
0answers
83 views
Aptana Studio 3: How to get Syntax Highlighting of Shell Scripts *.sh
Is there any "Formatter" / syntanx highlighting for linux shell script available for Aptana Studio 3 ?!?
I did find "shelled" but this seems only to work with eclipse and not aptana studio 3 ...
0
votes
1answer
49 views
jQuery BeautyOfCode Plugin remove alerts?
Is possible to remove alert() from the plugin when brushes are not founded?
0
votes
0answers
70 views
TinyMCE breaks when I add textarea controls to my content
So I have TinyMCE working on my backend, and, because my site is almost like a developer's blog, I downloaded a code highlighting plugin for it.
Unfortunately, the code highlighting plugin places my ...
0
votes
1answer
51 views
javascript code highlight with new lines and indentation
I'm writing a little single page app (using knockout.js :-)) whereby i have a series of examples of javascript code. this code is wrapped in a function and i call toString on the function to show the ...
0
votes
0answers
67 views
GWT library to highlight source code
I'm trying to find good ready to use gwt library to highlight source code, but I couldn't find any.
Started to think about using http://code.google.com/p/google-code-prettify/ and simple call to JS ...
0
votes
1answer
81 views
WYSIYYG editor with code highlighter
I want to use WYSIWYG editor in my website which has inbuild code highlighter in it. Just like www.asp.net where user can enter the code. But in my case it could be [asp.net/php/sql/python/.. or any ...
0
votes
3answers
55 views
code highlighting
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.
...
0
votes
2answers
144 views
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 ...