Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opensource Online IDE [closed]

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

like image 865
eozzy Avatar asked Jan 11 '10 05:01

eozzy


People also ask

Is Theia open source?

Eclipse Theia is a free and open-source framework for building IDEs and tools based on modern web technologies. Theia-based applications can be deployed as desktop and web applications. It is implemented in TypeScript, is based on Visual Studio Code, and emphasizes extensibility.

Are there online IDEs?

Many browser-based IDEs are suitable for coding in the cloud. Most of them have limitations when compared to their offline counterparts, but they are improving all the time. No matter what you plan to make, there is an IDE for almost every use.

What is Theia terminal?

Integrated Terminal Theia integrates a full-featured terminal that reconnects on browser reload, keeping the full history.

Is a free open source web development IDE?

Netbeans. This free, open-source IDE can quickly develop mobile, web, and desktop applications using a wide range of languages such as C, C++, JavaScript, Java, PHP, HTML5, etc. It is managed by Apache and is considered one of the best IDEs for Web Development.


3 Answers

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.

like image 65
Adam Jimenez Avatar answered Oct 20 '22 23:10

Adam Jimenez


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.

like image 34
makevoid Avatar answered Oct 20 '22 23:10

makevoid


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.

like image 6
markd Avatar answered Oct 21 '22 00:10

markd