Neutron Drive - A code editor for Google Drive and Chrome
11–20 of 25 posts
Re: Neutron Drive - A code editor for Google Drive and Chrome
#12Does 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.
Re: Neutron Drive - A code editor for Google Drive and Chrome
#13Won'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
#14Re: Neutron Drive - A code editor for Google Drive and Chrome
#15Earlier 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.
Re: Neutron Drive - A code editor for Google Drive and Chrome
#16Earlier 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.
Re: Neutron Drive - A code editor for Google Drive and Chrome
#17Earlier 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.
Re: Neutron Drive - A code editor for Google Drive and Chrome
#18What does "Google Drive revision control" mean in this case?
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
#19I 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
#20Looks 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.
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..