Editor di codice online [chiuso]

13

I principali IDE online sono ospitati sul server del fornitore di servizi. Esempi sono Kodingen, Cloud9, ShiftEdit. Quindi non sarebbero disponibili se il server esterno fosse inattivo per qualche motivo, e preferisco comunque fare il mio computer sul mio computer.

Qualcuno sa di un IDE o editor online (preferibilmente solo un editor - una semplice implementazione degli editor JS Ace o CodeMirror) che può essere scaricato ed eseguito su localhost (su un server LAMP locale)? Ne ho trovati due finora - Eclipse Orion e Wiode, ma non mi piacciono molto entrambi, e sto cercando alternative.

Sono adatte anche le estensioni del browser che vengono eseguite in modo nativo nel browser (offline) senza andare a un sito esterno. Un esempio potrebbe essere SourceKit per Chrom (e / ium).

    
posta Velvet Ghost 24.02.2012 - 11:01
fonte

1 risposta

9

Per prima cosa, puoi dare un'occhiata a questo articolo:
Wikipedia - Confronto tra editor di codice sorgente basato su JavaScript .

Per ulteriori informazioni, ecco alcuni strumenti che sembrano adattarsi alla tua richiesta:
Tutti questi software sono scaricabili e utilizzabili su un server locale.

  • EditArea - Scarica - Demo come FileEditor che è un Estensione Yii - ( Licenza software Apache, BSD, LGPL )

    Here is EditArea, a free javascript editor for source code. It allow to write well formated source code with line numerotation, tab support, search & replace (with regexp) and live syntax highlighting (customizable).

  • CodePress - Scarica - Demo di Joomla! CodePress Plugin - ( LGPL ) - Non funziona in Chrome e sembra che lo sviluppo sia cessato.

    CodePress is web-based source code editor with syntax highlighting written in JavaScript that colors text in real time while it's being typed in the browser.

  • CodeMirror - Scarica - Una delle tante demo - ( MIT-style licenza + facoltativo supporto commerciale )

    CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar. If a mode has been written for the language you are editing, the code will be coloured, and the editor will optionally help you with indentation

  • Ace Ajax.org Editor Cloud9 - Demo - ( licenza tripla di Mozilla (MPL / GPL / LGPL) )

    Ace is a standalone code editor written in JavaScript. Our goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. It can be easily embedded in any web page and JavaScript application. Ace is developed as the primary editor for Cloud9 IDE and the successor of the Mozilla Skywriter (Bespin) Project.
    Getting the code
    Ace is a community project. We actively encourage and support contributions. The Ace source code is hosted on GitHub. It is released under the Mozilla tri-license (MPL/GPL/LGPL). This is the same license used by Firefox. This license is friendly to all kinds of projects, whether open source or not. Take charge of your editor and add your favorite language highlighting and keybindings!
    git clone git://github.com/ajaxorg/ace.git

Inoltre, sembra che questa domanda sia stata posta due volte su stack overflow , quindi puoi probabilmente raccogliere altro informazioni qui:

AjaXplorer implementa l'editor avanzato di CodeMirror. Questo ti fornisce la gestione dei file e la modifica del codice evidenziata dalla sintassi in un'unica applicazione multiutente.

    
risposta data 24.02.2012 - 12:21
fonte

Leggi altre domande sui tag