Live data from Hacker News

Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

c9.io

41–46 of 46 posts

Re: Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

#41
post #40

Maybe I'm really completely outdated, but I would like my IDE to be able to open a file in 5 seconds. It should not take me less than a minute to figure how to open a file either. I work on a lot of small scripts that don't even get commited (and are very likely forgotten). I personally had horrible experience with the previous version (nothing worked) and still waiting to finish hg clone of stuff (and migration of a…

Still migrating/cloning. I think I give up for now

Re: Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

#43
post #37

Earlier quoted context omitted.

We do now have autocompletion. You can flip it on in your Settings panel. Also, try hitting Command-Shift-E (I think Ctrl-Shift-E for Windows/*nix) to get a code outline of your current file.

Why isn't it on by default?

It is now. Sorry about that!

Re: Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

#44
post #5

I notice a huge growth of the links to .io domains here :P

I already have far more than I should, as you can get some really nice names which are normally taken. Now if only I had a use for -any- of them.

I'd order one, but paying that much for a domain is too expensive.

Re: Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

#45

bin|⇒ ./c9 path.existsSync is now called `fs.existsSync`. ERROR: Could not determine your mac address! Make sure you are connected to the internet for the first run and login. I'm pretty sure that I'm connected to the Internets. I do have a non standard setup where br0 is a bridge to eth0 due to having a bunch of KVM instances floating around, but the question is: why does it need my MAC address in the first place?

I'm having the same problem with offline mode. I know I'm connected and actively logged into my c9 account through the browser.

However, I'm using VMWare Player to host Ubuntu which could be a limitation regarding the MAC address retrieval process c9 uses.

Re: Cloud9 IDE lets you code together in the Cloud. And offline. And in Ruby, PHP…

#46

Earlier quoted context omitted.

Cloud9 uses Treehugger ( https://github.com/ajaxorg/treehugger ) for all language analysis and completion features. It's an AST framework, so it should be fairly easy to plug in other languages.

Well the thing is, GoCode and MarGo are standalone daemons that are queried for completion results, or linting, etc. So I would almost need a higher level place to hook it in to Ace.

It's definitely possible to have a server-side component for doing that kind of stuff, and that has been something we've been experimenting with ourselves. The interface for these services is already fully asynchronous, which helps communication with a server component, but it still requires some manual work for the network communication and marshalling.
Post reply on HN