views:

358

answers:

4

Here's what I'm trying to do. I'm looking for a WYSIWYG editor or just a plain text-box that will highlight HTML syntax (in ASP.NET). Basically, we have a CMS that allows you to mess with templates for various pages, but right now all of the editable HTML is in a plain, ugly, text box. Does anyone know of an editor that will highlight the synax and allow you to edit it? I've checked out Antipro SyntaxEditor, which seems to be a good highlighting solution, but it's just a highlighter, and not an editor.

Thanks!

A: 

I use FreeTextBox on my dasBlog site. It seems to work pretty well and has the capabilities you're asking for.

Update
Hmm... the version on my own site has a button the toolbar to do syntax highlighting, but that button isn't shown on any the demos available at the link I have gave you. Just know that it does work, but that you may have to play with the configuration some to get that working.

Joel Coehoorn
A: 

You may need to combine tools. For example, SO combines Markdown with Google Prettify which handles the actual syntax highlighting.

Rob Allen
A: 

Another option is CKeditor and they offer open source licensing.

RhinoDevX64
A: 

Joel - I took a look at FreeTextBox 4, and wasn't able to find that feature... Here's a list of their buttons: http://freetextbox.com/features/ any idea what button/feature it is that dose this?