The codehighlighter tag has no wiki summary.
0
votes
1answer
20 views
highlight the text in the richtextbox as a python code
I'd like to embed the IronPython script engine into a c# app, reading the python code from a richtextbox. Is there a way to highlight the code in the richtextbox to make it look as in a standard ...
0
votes
1answer
55 views
Python Markdown - Not adding codehilite
I am using Flask to write a Blog, with that I am using Markdown's Python library to generate HTML for me, I am willing to have syntax highlighting, therefore I am using markdown.markdown(string, ...
0
votes
1answer
35 views
Prettyprint Highlighter doesnt work
i want to use prettyprint on my webpage, but it doesnt work...
i have a html snippet, but the browser interprets it as real html code.
in the html head, i have implemented
<script ...
0
votes
1answer
681 views
Simple WYSIWYG HTML editor for organize documents [closed]
Hi I just need a simple HTML editor, for a school project. What I need is having a folder of wich files can be linked eachone to eachother, that must be viewable in a browser so i tought to HTML ...
10
votes
3answers
1k views
Visual Studio 2012 Code Highlighting for structs
I'm getting a little bit crazy right now. My company switched from VS2008 to VS2012 and by now I couldn't find any option to enable code highlighting for structs.
In VS2008 something like
public ...
0
votes
1answer
108 views
Difficulties to insert code snippet inside y Joomla articles
I am using Joomla 2.5.8 and JCE editor.
I am trying to use Code Highlight gesci Plugin to insert code snippet inside my article...
I do something like this:
{code}
INSTRUCTION 1;
INSTRUCTION 2;
...
1
vote
2answers
48 views
Is the an IDE/plugin/smth which can highlight (heat map) code according to how old it is?
I'm looking for PHP IDE, but I can't find ANY IDE which does something like that. All the code is traceable back in time in git or any other version control, right? So, it would be cool to have a ...
0
votes
1answer
108 views
Code highlighter like on Symfony and Doctrine sites
I really like highlighting and tabs that are used for code snippets on symfony.com and doctrine-project.org sites.
I wish I knew how they managed to achive this. Probably they use some special ...
3
votes
2answers
537 views
Highlighting Github README.md format in Sublime Text 2
I have got README file and I want Sublime to highlight only some pieces of code idented by some "tag", for example:
Here is an example of usage
# This should be highlighted
```ruby
superhero = ...
1
vote
1answer
108 views
How to let marked and google-code-prettify work together?
I'm using marked to convert some markdown code to html, which has some code blocks. So I want to use google-code-prettify to highlight the code.
Marked has provided a callback for code, as ...
8
votes
1answer
3k views
Eclipse Javascript Editor 2012 with full Outliner support [closed]
The reason for using an IDE is the comprehensive facilities it provides.
Therefore, I assume there is a Javascript editor for Eclipse that provides basic outliner-based IDE facilities such as:
...
0
votes
0answers
78 views
EditBox-like code block highlighter for Visual Studio 2010?
I am begining to learn C#, I used to code Java with Eclipse IDE and used EditBox highlighter. Is there a similiar thing for Visual Studio 2010? I heard Visual Assist can do things like EditBox does, ...
0
votes
1answer
286 views
What is the Correct way to enable JQuery Code Hinting and Completion in Aptana Studio 3?
Hey Guys I am in the process of learning JQuery and I started using Aptana a couple days ago because I read that is was a great IDE.
I am having trouble enabling the JQuery code hinting feature ...
1
vote
2answers
173 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 ...
5
votes
0answers
443 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
121 views
jQuery BeautyOfCode Plugin remove alerts?
Is possible to remove alert() from the plugin when brushes are not founded?
8
votes
4answers
3k 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 ...
2
votes
1answer
111 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 ...
2
votes
1answer
1k 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 ...
0
votes
1answer
151 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 ...
1
vote
0answers
167 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 ...
1
vote
1answer
1k 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 ...
3
votes
3answers
298 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 ...
0
votes
1answer
138 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 ...
1
vote
3answers
585 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 ...
3
votes
1answer
506 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 ...
1
vote
2answers
225 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 ...
0
votes
3answers
87 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.
8
votes
4answers
6k 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
442 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
3k 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 ...
3
votes
2answers
1k 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.
0
votes
2answers
157 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 ...
6
votes
3answers
4k 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.
4
votes
3answers
1k views
What code highlighting libs are there for Ruby?
What'd also interest me is which have more or less dependencies.
1
vote
5answers
3k 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 ...
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 ...
8
votes
6answers
425 views
Seeking code highlighter recommendation for WordPress [closed]
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 ...

