c9 / docs.c9.io

The documentation. For Cloud9 IDE.
89 stars 60 forks source link

Console documentation still describes the non-Terminal console #32

Closed stuartpb closed 11 years ago

stuartpb commented 11 years ago

By the way, now that the Console is replaced with the Terminal, how do we run IDE commands? Maybe they can be accessed through the browser's JavaScript console?

ivarpruijn commented 11 years ago

Thanks for reporting this. I made a PR to remove most of the references: https://github.com/c9/docs.c9.io/pull/33

IDE commands can now only be run via the JS Console, like this:

require('ext/commands/commands').exec('revealtab') 
ivarpruijn commented 11 years ago

Fixes are live, closing this ticket - we'll update the screenshots with one of our upcoming releases.