I have a really fast windows server with tightVNC access. What I really need is an IDE that I can put on that server for my development work. I found a gre开发者_开发技巧at online IDE at http://shiftedit.net/ but I can't download that and host it on my own server. Cloud9 was really interesting but it refuses to start unless it sits in a git repository.
All I need is an online IDE that supports syntax highlighting (And perhaps intellisense) for HTML, CSS, Javascript and PHP that I can install on my server. It doesn't matter if it must be hosted on a linux or windows server because I can always put up a virtual one.
Thanks for any leads!
How about the project formally known as bespin: http://ace.ajax.org/
You can use Cloud9 with files which are placed on your server. Using git repository is not necessary.
SourceKit is an active spin-off of Bespin. See https://chrome.google.com/webstore/detail/iieeldjdihkpoapgipfkeoddjckopgjg
精彩评论