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..)?

link|improve this question

Somehow my brain didn't capture the open-source part of the text, disregard my answer. – Alix Axel Jan 11 '10 at 7:27
See also this question: stackoverflow.com/questions/792764/… – Alix Axel Jan 11 '10 at 7:31
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.

8 Answers

up vote 6 down vote accepted

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.

link|improve this answer
Bespin is now called Ace: ace.ajax.org And Cloud9 is improving/using it to build Cloud9 IDE, check them out! – makevoid Nov 5 '11 at 3:14
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.

link|improve this answer
1  
I've used shiftEdit, I don't know if its open source but it is very good. – roryok Jan 24 '11 at 10:39
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.

link|improve this answer
feedback

CodeRun: http://www.coderun.com/

link|improve this answer
It supports limited languages only. No Python or Ruby. – Nimbuz Jan 11 '10 at 5:46
on the other hand if you are an existing Visual Studio user it supports many of the technologies you are used to, ASP.net WebForms, MVC, Silverlight. – Richard Slater Aug 28 '10 at 17:44
feedback

CodePad seems similar to IDEOne (I wasn't aware of it, thanks).

link|improve this answer
feedback

You can write and share PHP functions here

link|improve this answer
feedback

http://online-php.com - Open source solution for editing files on your FTP server. Features basic required functionality, Easy deployment on your servers.

link|improve this answer
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.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.