There're several online IDEs for PHP and some even for Python, but is there any open-source online IDE like IDEone that supports atleast the major languages (PHP, Python, Ruby etc..)?
feedback
|
closed as not constructive by Will♦ Dec 15 '11 at 20:33
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Bespin is a sort interesting online js based editor in development primarly by Mozilla Labs. It's open source, saves files on the cloud and also supports some SCMs (git and svn at the moment), files and project sharing. | ||||
feedback
|
|
I created ShiftEdit Web Based IDE It uses Bespin and has basic PHP support. Includes Syntax highlighting, Integrated (S)FTP, Tabs, Find/Replace, Revision history + it's free. | |||||
feedback
|
|
Cloud9 IDE includes a promising evolution of Mozilla's Skywriter/Bespin experiment (see Mozilla Skywriter has been merged into Ace). It is open source (https://github.com/ajaxorg/cloud9) and has GitHub support. | |||
|
feedback
|
|
CodeRun: http://www.coderun.com/ | |||||
feedback
|
|
You can write and share PHP functions here | |||
|
feedback
|
|
http://online-php.com - Open source solution for editing files on your FTP server. Features basic required functionality, Easy deployment on your servers. | |||
|
feedback
|
|
Try http://goincloud.com. This is an online file manager and editor for PHP developers. It works very fast by using HTTP tunnel. It works much faster than online IDEs which use FTP for connecting to remote servers and gives some advantages for manipulations with files and folders (edit, copy, move, set permissions, etc). Goincloud uses ACE editor for PHP/HTML/Javascript files with syntax highlighting. For now it is in beta stage, but is quite stable. | |||
|
feedback
|