views:

188

answers:

2

Does anyone know of a project that will allow the editing of a language (any language) within a web-page itself (via HTML-5) with content assist (ctrl+space)?

CLARIFICATION

I'm not looking for a HTML5 editor (I'm aware of many), I'm looking for a language editor written in HTML5/Javascript that runs within a browser.

+1  A: 

You can get HTML5 Intellisense for Visual Studio here.

Robert Harvey
Hi, sorry that my question was ambigious, I updated the question to clarify. I'm not looking for a HTML5 editor, I'm looking for a language editor written using client-side HTML5/Canvas/JavaScript.
Chris
+3  A: 

Bespin is an experimental web-based IDE written by the Mozilla team which can be used to edit HTML and JS (and presumably any other kind of) files.

Jason Hall
Thanks, this seems to be exactly what I was looking for.
Chris