https://github.com/kylepdavis/c9
A wrapper app for running Cloud9 IDE locally (old, v2)
https://github.com/kylepdavis/c9
Last synced: over 1 year ago
JSON representation
A wrapper app for running Cloud9 IDE locally (old, v2)
- Host: GitHub
- URL: https://github.com/kylepdavis/c9
- Owner: KylePDavis
- License: mit
- Created: 2013-10-14T11:36:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-30T12:58:55.000Z (about 12 years ago)
- Last Synced: 2025-02-14T06:29:58.553Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 631 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
C9
==
A wrapper app for running the Cloud9 IDE locally
Installation
------------
```
./setup.sh # This should take care of things for most apt-based systems
./c9.sh # A command-line launcher
```
**NOTE:** The `setup.sh` script builds a `C9.app` on Mac OS X but there is a limitation so it will only work within this directory.
TODO
----
* c9: save history of most recently used workspace directories
* c9: open workspaces save on quit, restore on load
* c9: workspace tab close button
* c9: workspace context menu on right click
* c9: new workspace if user drags a directory into c9 (but do not break cloud9 drags)
* cloud9: session timeouts occur after a while and require workspace reload
* cloud9: make node repl work