online-code-editing

how to use bespin commands on embedded bespin?

Hi, I set my embedded bespin as below, which works good: _editorComponent = new bespin.editor.Component('editor', { language : my_language, loadfromdiv : true, set : { fontsize : 10, tabsize : 4, highlightline : 'on' } }); and html part for this: <div id...

Live Code Editing

Anyone know of a code editing platform that allows users to collaborate in a live environment? For example, google docs but for editing PHP code with others? ...

Python code editor control for .NET MVC

I am using .NET MVC in an application that needs to have a IronPython code editor on a webpage. I am looking for some code editor that can provide line numbers and some syntax highlighting for the text area where the code is entered. Does anyone have any pointers? ...