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.
...
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 ...
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.
...
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...
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...
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...
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.
...
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...
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...
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...
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.
...
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...
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.
...
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...
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.
...
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...
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...
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.
...
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
...
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?
...