syntax-highlighting

Convert syntax highlighted code to HTML in Emacs

In TextMate there is a feature called "Create HTML from Document", which converts displayed code including syntax coloring to HTML/CSS for easy online publishing. I wonder if there is such a feature hidden in Emacs or maybe an extension that I could install to do that. ...

Syntax Highlighting in Cocoa TextView? Experiences? Suggestions? Ideas?

I'm interested in syntax highlighting in a Cocoa TextView. I found several resources: approach with flex, via a flex pattern matched against textStorageDidProcessEditing in a TextView delegate. In this approach the whole string get parsed on each input event, hence performance degrades. CocoaDev has an own page on the topic of syntax ...

Which text editor supports syntax highlighting for Wiki code?

Does any text editor (such as Notepad++) syntax highlight MediaWiki code? This might not be strictly programming related though the Wiki script is a language by itself. ...

Enabling autocomplete in Notepad++ for .API files?

Does anyone know how to get auto-complete working in Notepad++ using the .API files provided on the N++ site? Autocomplete works fine for me in languages which have an XML autocomplete file in the APIs folder, but completely non-functional for languages that use a .API file (ruby, AutoIt, others). From what I've been able to find online...

Syntax colouring in WPF

Hi, Does anyone know if there's a free WPF syntax highlighting component? I'm currently using AvalonEdit, which is part of the new SharDevelop source. The trouble I'm having is that it doesn't appear to support binding for the text content. Does anyone know if this is possible or if there's any other similar controls that do support da...

Can I merge Syntax coloring and Folding? OR Projection colored from master document info

Example. I have an XML document: <document> <region type="type1">text of region1 </region> some simple text <region type="type2">text of region2 </region> And I want it to be presented as text of region1 some simple text text of region2 The basic Eclipse coloring works independent from folding, as I know. But I need text to be c...

highlight and filter (gcc) compiler messages

Hi, i'm currently refactoring a C-project, throwing about 1000 warnings at me. is there a way to highlight and filter these warnings. (eg make all index warnings red, unused blue, and some other) most likely some ides can do that, but that's no solution for me. ...

Sensible python source line wrapping for printout

I am working on a latex document that will require typesetting significant amounts of python source code. I'm using pygments (the python module, not the online demo) to encapsulate this python in latex, which works well except in the case of long individual lines - which simply continue off the page. I could manually wrap these lines exc...

How to set syntax highlighting on for Emacs files

My .emacs is like a roadmap for me where I source many files. Their extension is .emacs: for instance, fileName.emacs The problem is that only ~/.emacs has syntax highlighting. I would like to have the syntax highlighting for all sourced files which end with .emacs. How can you put syntax highlighting on to all sourced .emacs -fil...

Syntax highlighting component for .NET

I'm looking for a .NET component that free and include the following features: Real-time syntax highlighting (HTML, VBScript,..) Intellisense (I can build my own intellisense library) Line number I found ScintillaNET from http://scintillanet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15804 but I wonder if there is a better...

Using ICSharpCode.TextEditor on VB.NET

Hi, I've integrated ICSharpCode.TextEditor into VB.NET and it run smoothly without error. But, I cannot find in properties window the property to enable or select the syntax highlighting features as well as intellisense. I don't have any experience with ICSTE, so please help me. Thanks you. ...

Very simple, distributable text editor with customizable syntax highlighting and maybe word completion - nothing else

I'm looking for an editor - not an IDE - that has just syntax highlighting. Word completion would be nice for the keywords I specify as well, but I could give up that feature. It only needs to be Windows compatible. The situation is that I have an extremely narrow domain specific language that only has around 25 keywords; it doesn't e...

Syntax hilighting for gcc warnings in bash

Is there a way to enable a hilighting scheme for gcc/g++ warning output? I'd like a simple way to spot (bright red?) warnings from my compiler as the messages are streaming by. ...

Change Emacs syntax highlighting colors

I'm running Emacs, editing files in C++ mode and PHP mode. I love syntax highlighting as a concept, but the default colors are a travesty. I can barely read some of them: way too dark. What is the easiest way to change their values? I can't seem to find anything about this on the web. I don't even mind changing the binary as I'm compilin...

PHP syntax highlighting in Visual Web Developer?

I recently installed PHP 5 on IIS, however, I am unable to find a PHP syntax highlighting plug-in or extension for VWD. Where can I find a plug-in? I thought there was an official one. ...

vim with ssh and putty ... broken syntax coloring after windows paste

Background: I was editing a file in vim using putty over ssh. In order to copy a huge section of text to the file from windows, I just used the standard putty paste command. Now, whenever I edit a file in vim using putty over ssh, the syntax coloring is gone, and it is all replaced with a single-color yellow. Question: Has anyone else...

.XHTML Extension & Syntax Highlighter

i tried to use Syntax Highlighter in a XHTML/CSS Template. i noticed if i use the .xhtml extension the Syntax Highlighter fails. if i rename the extension to .html it works. so the question is: - Syntax Highlighter does not work with XHTML? - whats the difference between .xhtml vs .htm/html? if i still have the same code? xml declarat...

Compiler compiler in C#

I'm looking for a customizable parser and/or lexer that can allow me to build a custom syntax checker in C#. Essentially the user will enter code a line of code (custom), and the syntax checker will be able respond if it is written correctly or not. ...

Windows C++ highlighting

Hi Could anyone recommend me an Editor with C++ highlighting? I know there is VIM but would prefer an easier one where I could use all the classical WINdows commands. Many thanks ...

How to get Python syntax highlighting for Visual Studio?

Visual Studio 2008 is great as text editor, but it lacks Python syntax highlighting, can I get this as an add-on? Where can I find it? ...