10

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

Community
  • 1
  • 1
eozzy
  • 66,048
  • 104
  • 272
  • 428

7 Answers7

13

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.

Raj
  • 22,346
  • 14
  • 99
  • 142
Adam Jimenez
  • 3,085
  • 3
  • 35
  • 32
6

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.

makevoid
  • 3,276
  • 2
  • 33
  • 29
  • Bespin is now called Ace: http://ace.ajax.org/ And Cloud9 is improving/using it to build Cloud9 IDE, check them out! – makevoid Nov 05 '11 at 03:14
  • I experimented with ace, but codemirror.net and used their ide, in my project https://github.com/nerkn/onlineeditor . All you need to change passwords and install to your site. – nerkn Jan 21 '18 at 20:50
6

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.

markd
  • 1,526
  • 14
  • 14
4

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

tanerkay
  • 3,819
  • 1
  • 19
  • 28
1

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

Greg C.
  • 11
  • 1
0

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

Alix Axel
  • 151,645
  • 95
  • 393
  • 500
0

You can write and share PHP functions here

Mike C
  • 1,808
  • 15
  • 17