Skip to content

Instantly share code, notes, and snippets.

@xjamundx
Created March 2, 2012 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xjamundx/1959288 to your computer and use it in GitHub Desktop.
Save xjamundx/1959288 to your computer and use it in GitHub Desktop.
Cloud 9 IDE Feedback

"Missing" Features

  • markdown previewer
  • invite a friend (maybe it's only in private mode?)
  • tab completion (Date.[now()]) for example
  • how do i update the files if github has changed?

FireFox 10

  • rename folder not working in FF10
  • drag and drop files to move not working in FF10

Safari

  • I got it to have two New Folders in the same folder

  • Except in the shell it didn't have them at all (ls)

  • moving stuff in console doesn't move in other thing

  • maybe everything was just broken :(

    ide.js:62 An error occurred, the Cloud9 system admin has been notified. TypeError: 'undefined' is not a function (evaluating 'apf.activeElement.remove()')

Chrome

  • I moved an item into a directory and it wasn't there in shell

Weird stuff

I wanted to create a simple express project, so I tried a few things.

npm install express
(some response)

./node_modules/express/bin/express --help
./node_modules/express/bin/expresss
(no response)

Git Problems

  [xjamundx@cloud9]:/workspace$ git pull
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.
error: Untracked working tree file 'README.md' would be overwritten by merge.  Aborting
Updating 74d372a..681bb8d
[xjamundx@cloud9]:/workspace$ ls README.md
README.md
[xjamundx@cloud9]:/workspace$ rm README.md
[xjamundx@cloud9]:/workspace$ ls README.md
README.md
[xjamundx@cloud9]:/workspace$ git pull
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.
error: Untracked working tree file 'README.md' would be overwritten by merge.  Aborting
Updating 74d372a..681bb8d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment