Live data from Hacker News

Neutron Drive - A code editor for Google Drive and Chrome

neutron-drive.appspot.com

11–20 of 25 posts

Re: Neutron Drive - A code editor for Google Drive and Chrome

#11
Won't replace Emacs for me for a simple reason - even if this editor supported rebinding keyboard shortcuts, the platform - Chrome - won't allow to bind some key combinations, like CTRL+n. It's a failure of the platform, not the editor; web version of Emacs (featured on HN some time ago) is also unusable on this browser.

Re: Neutron Drive - A code editor for Google Drive and Chrome

#12
post #8

Does anyone have examples of good use cases for this? I personally can't imagine why it would be more useful than my full IDE, though I'm eager to hear how others might use it.

Agreed this might not replace your full IDE, but it could maybe used as a compliment to your normal development for a quick update on the go, or maybe you need to review some code when your not at your desk. Also once Google releases the docs collaboration API, you'll be able to do pair programming.

I use cloud9, which has ace as the base platform as well. It completely replaced Aptana (Eclipse based fork) for me. I use it exclusively for development and it works quite well.

Re: Neutron Drive - A code editor for Google Drive and Chrome

#13

Won't replace Emacs for me for a simple reason - even if this editor supported rebinding keyboard shortcuts, the platform - Chrome - won't allow to bind some key combinations, like CTRL+n. It's a failure of the platform, not the editor; web version of Emacs (featured on HN some time ago) is also unusable on this browser.

Totally understand and noticed Chrome is taking away more shortcuts. Used to be able to do Ctrl-O and now with Chrome 21 that stopped working, and it always opens the open dialog.

Re: Neutron Drive - A code editor for Google Drive and Chrome

#15
post #12

Earlier quoted context omitted.

Agreed this might not replace your full IDE, but it could maybe used as a compliment to your normal development for a quick update on the go, or maybe you need to review some code when your not at your desk. Also once Google releases the docs collaboration API, you'll be able to do pair programming.

I use cloud9, which has ace as the base platform as well. It completely replaced Aptana (Eclipse based fork) for me. I use it exclusively for development and it works quite well.

You should blog about it. I am really interesting in knowing your workflow and the reasons.

Re: Neutron Drive - A code editor for Google Drive and Chrome

#16
post #12

Earlier quoted context omitted.

Agreed this might not replace your full IDE, but it could maybe used as a compliment to your normal development for a quick update on the go, or maybe you need to review some code when your not at your desk. Also once Google releases the docs collaboration API, you'll be able to do pair programming.

I use cloud9, which has ace as the base platform as well. It completely replaced Aptana (Eclipse based fork) for me. I use it exclusively for development and it works quite well.

You should blog about it. I am really interesting in knowing your workflow and the reasons.

Re: Neutron Drive - A code editor for Google Drive and Chrome

#17
post #12

Earlier quoted context omitted.

I use cloud9, which has ace as the base platform as well. It completely replaced Aptana (Eclipse based fork) for me. I use it exclusively for development and it works quite well.

You should blog about it. I am really interesting in knowing your workflow and the reasons.

I don't have time to blog, unfortunately. The reason was simple, I wanted a development stack that includes as little natively installed software as possible. With just Chrome, I have everything I need. I connect via VPN to my office network. The Secure Shell extension lets me connect to my server via SSH, Cloud9 allows me to edit code, and I can see my work in the same browser. In the end, I can develop on any machine that has a modern browser installed.

Re: Neutron Drive - A code editor for Google Drive and Chrome

#18

What does "Google Drive revision control" mean in this case?

If ever use Google Docs, there is a complete revision history of all changes made to the doc. Neutron Drive implements this feature and keeps revisions for you also of any file you edit.

If you ever need to go back and revert to an old version of a file you can just review all your old versions and revert.

Re: Neutron Drive - A code editor for Google Drive and Chrome

#19
Looks really good. I had high hopes for Bespin, but I haven't heard anything about that in some time, so I suppose I'll start watching this project instead.

I know it's based heavily on GDocs, but my workflow is based around Dropbox. Maybe something could be rigged up there.

Re: Neutron Drive - A code editor for Google Drive and Chrome

#20

Looks really good. I had high hopes for Bespin, but I haven't heard anything about that in some time, so I suppose I'll start watching this project instead. I know it's based heavily on GDocs, but my workflow is based around Dropbox. Maybe something could be rigged up there.

Bespin merged with "Ace" - the new project is at http://ace.ajax.org/ or https://github.com/ajaxorg/ace.

As an aside, I was sad to see Bespin go. It used canvas for rendering, while Ace uses the DOM. While the Ace team had good reasons for this, Bespin just looked so.. pretty..

Post reply on HN