syntax-highlighting

Visual Studio: Syntax highlighting for Doxygen-style C++ comments

Hi all! I want enchanted syntax coloring in comments for C++ language in Visual Studio 2010. For example, I have the following code: /*! \sa testMeToo() \param a the first argument. \param s the second argument. */ int testMe(int a,const char *s); In Visual Studio all \param, \sa and other Doxygen commands are not h...

Delphi, switching from [Uni]SynEdit to SyntaxMemo SDK

Hello, we're about to switch from SynEdit (Unicode version) to SyntaxMemo SDK, however prior to the final decision we need to estimate the real cost of the switch. We've been using custom syntax highlighter for SynEdit built to suit our needs. Now it'll be neccessary to rewrite it, in order to work with SyntaxMemo SDK. We have already be...

How can I revert back the native javascript code coloring in Dreamweaver CS4?

I recently installed Adobe Dreamweaver CS4. When I tried to code in javascript, all my code is written in pink font. I checked my Preferences > Code Coloring then choose Javascript. I was surprised to see that it only recognizes 3 types of code: jQuery Identifiers, jQuery Keywords and Methods, jQuery objects. I do code jQuery, but I wan...

Keyword lists for syntax highlighting app?

Are there any lists available in one simple location for multiple languages. I want to add syntax highlighting to an app of mine and I need some lists to use. Any format is OK. I'll figure out how to parse it later. I know I can just find a good app like Pygments of GeSHi and just copy from them but they list contributors and I feel b...

Cococa Touch - Verifying each caracter inputed

I want to have the user type in something. And I want to verify each character inputed. How could I do this? I want it to be in real time. So as its typed its being verified and color coded. You could compare what I want to do to an programmers IDE how it checks the syntax as you type it. Any help is appreciated! ...

In Drupal 6, what's the quickest way to set up a WYSIWYG editor with code syntax highlighting and image upload?

I've seen numerous posts in random places about how to set up a WYSIWYG editor for Drupal 6. I've had luck with CKEditor and FCKEditor via the WYSIWYG Drupal module. All is well there, but I hit a breaking point when I try to add on syntax highlighting and image upload functionality. Any procedure I try is very cumbersome and ends up not...

Delphi: Free TSynEdit replacement

Hello. What's the best free replacement for TSynEdit? As I can see, it is developed very slow. Want to find some replacement for it. Or, may be, the version from another maintainer. Need Delphi 2010 compatibility. ...

Automatic highlight code in a wordpress blog

Hi, I've a self installed wordpres blog full of Python snippets and I'd like to have them highlighted (source code colored). I tried to install a couple of plugins like wp-syntax and Jquery.Syntax but they require me to edit all my posts adding some attrs to the pre tags. How can I hack into the plugins or wordpress in other to apply t...

Eclipse CDT and ESQL syntax errors

I am using Eclipse CDT (Helios release) to edit the source code of an (old) C application, which also uses ESQL. In this project, by convention, files containing ESQL code have a .sc extension (instead of the default .c) All ESQL sections e.g. starting with EXEC SQL keywords are flagged as “syntax error” (vertical ruler, overview ruler ...

closing php tag in string stops syntax highlighting

In my vim files, when I have a closing php tag in a string, my syntax highlighting stops at that point Example: <?php ... Everything good up to this point $xml = '<?xml version="1.0"?>'; $foo = 'bar' <-- starting here I loose highlighting to the end of the file ?> I'm running version 7.2.245. anyone have ideas why this happens...

Custom text editor for Eclipse starting from a parser created with SableCC

Hello everybody! The question of today is the following: I'm developing a code generator for my department at university. It's very simple: they want to use a custom "scripting" language really human readable, parse that and then translate these instructions in Java. I used SableCC to do the trick, it was really smooth. The problem now i...

Is there any haml highlight plugin of eclipse

I'm editing haml in eclipse, but it has no highlight. I don't want to use "radrails" plugin of eclipse just for this(it's too huge) I found a plugin named EclipseColorer, looks nice but doesn't work on windows. I hope there is a plugin like that can work on windows, but not found. Is there any plugin can highlight haml in eclipse? Than...

How to turn on syntax highlighting in etherpad

Good morning, there are many free etherpad implementations since it went open source. Does etherpad support syntax highlighting or is some kind of add-on available? I tried http://typewith.me/ http://sync.in/ http://www.piratenpad.de/ ...

Notepad++ not syntax highlighting my files

Until a week ago I was happily coding html.erb files in Notepad++ with syntax highlighting. Then my hard drive crashed. I reinstalled Notepad++ on my new system but when I open my html.erbs, only a few of them are highlighting properly. I think the problem might be that most of these files are being considered 'normal text files', whe...

tinyMCE simple syntax highlighting

I want a simple real-time syntax highlighting in a tinyMce editor. I want to highlight (change background or color of the text) for every #{keyword} and #{more keywords} in the text. Keyword can only contain letters, numbers and dots (.). I don't know if my idea is good: bind to onChange event of the editor remove all occurrences of <s...

Highlighting function calls in textmate

It feels like I'm missing something really simple here. I've been using Coda for a while now and I'm now playing around with Textmate. I'm unable to find a way to syntax highlight function calls in Textmate. I've poked around the documentation but can't believe I'd have to dig deep into Textmate and mess around with regex to make this wo...

Is there a code editor for C# on the iPad?

Does anyone know of any decent syntax hightlighters / code editors for C# on the iPad? Compiling the code would be a bonus but not necessary! Edit: I only want to write code on it, not at all interested in actually running the code on the iPad ...

Highlight similar strings in Visual Studio like in Notepad++, for any file type.

Some people have mentioned RockScroll and MetaScroll in This Question, but those only seem to work in code, is there something that will work with any file type, including plain text files? In Resharper I can do ALT-SHIFT-F11, but again, that only works in source files, I need this functionality in plain text files as well. If not then...

Syntax Highlight in structured text editor (JSP) in Eclipse

Hello guys, Is there a way to edit my color options for syntax highlighting in structured text editor in Eclipse like I can do for Java Source Code? The maximum I could do was change the font... Thanks for any help! ...

How to add Rich Text Editor to display code snippets

Im working on a Rails based application where I have the need to allow the user to format the text he enters and I would also like a way to highlight code snippets the way Stackoverflow does when I enter a code snippet. Are there any plugins that do this. And I would also like to know which is the RTE that is recommended and would be ...