Best online source code editor collection – must have for a developer

I’ve made a collection of online source code editor for my life as a developer, so here to share with you

1. CodeMirror

CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ? computer programs, HTML markup, and similar. If a parser has been written for the language you are editing, the code will be coloured, and the editor will help you with indentation.

CodeMirror comes with a lot of parsers: Javascripts, Python, HTML+PHP mixed mode, Lua, Ruby, C#, SQL, PLSQL, CSS, XML/HTML, Groovy etc..

Link: http://codemirror.net/

2. EditArea

Here is EditArea, a free javascript editor for source code. (That is no way a WYSIWYG editor). This editor is designed to edit souce code files in a textarea. The main goal is to allow text formatting, search and replace and real-time syntax highlight (for not too heavy text). It has customizable real-time syntax highlighting (currently: PHP, CSS, Javascript, Python, HTML, XML, VB, C, CPP, SQL, Pascal, Basic, Brainf*ck, and probably more…).

This editor is free and freely distributable (released under LGPL, Apche and BSD licenses).

Link: http://www.cdolivet.com/index.php?page=editArea

3. Kodingen

Kodingen has support for a lot of languages (PHP, Python, Django, Perl, Ruby, fastcgi etc..), and very powerful with  its Cloud Development Environment to support collaboration, you can create register, create team, and use svn, git or mercurial. It work with well known web editors Bespin, Codemirror, Ymacs, Pixlr, Aviary …

Link: http://kodingen.com/

4. Amy Editor

Amy Editor is a collaborative text and source code editor for developers. It support JavaScript, Ruby, PHP, C#, Java, HTML, YAML, etc& programming languages. It has Syntax Highlighting, Smart indentation for each language, Code folding, Unlimited undo/redo, Customizable key shortcuts, etc& You can easily change the color themes of the editor easily.

Amy Editor has the look & feel of MACOSX, nice & clean interface.

Link: http://www.amyeditor.com/

5. JSBin

JS Bin is a webapp specifically designed to help JavaScript and CSS folk test snippets of code, within some context, and debug the code collaboratively.

JS Bin allows you to edit and test JavaScript and HTML (reloading the URL also maintains the state of your code – new tabs doesn’t). Once you’re happy you can save, and send the URL to a peer for review or help. They can then make further changes saving anew if required.

Link: http://jsbin.com/

6. Bespin

The Bespin project is building a web-based code editor using the emerging HTML5 standard, developed by Mozilla Labs. The editor is easily extensible with JavaScript and can be used in your own applications, you can download and embed into your own project or using it online by creating account on the project website.

Link: http://bespin.mozillalabs.com/

7. PHPanywhere

PHPanywhere is much more than a normal text editor, it’s a complete IDE on the web, allows you to develop and maintain your php applications in almost any browser, with all the comfort that you are used to in any desktop ide, with one major advantage: you can do your work anywhere (hotel, internet caffe, etc.).

PHPanywhere features include: Syntax highlight, Code completion (coming soon), FTP explorer, Unlimited undo/redo, Familiar desktop enviroment etc…

link: http://phpanywhere.net/

8. Ecoder

ecoder is an open-source web-based code editor, with real-time colour syntax highlighting, which allows multiple documents to be edited directly online at the same time. Ecoder comes with a very beautiful & intuitive interface, and the features are great.

Links: http://ecoder.quintalinda.com/

Related posts:

Share

About number.0