Opensource Online IDE [closed]

倾然丶 夕夏残阳落幕 提交于 2019-12-04 07:55:29

问题


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


回答1:


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.




回答2:


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.




回答3:


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.




回答4:


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




回答5:


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




回答6:


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




回答7:


You can write and share PHP functions here

  • www.exorithm.com


来源:https://stackoverflow.com/questions/2040108/opensource-online-ide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!