Google's Code Editor
docs.google.com
Google's Code Editor
1–10 of 88 posts
Re: Google's Code Editor
#2Re: Google's Code Editor
#3I hope they end up expanding this and using it for things like phone code interviews, though. Coding via the regular google docs interface was a bit of a pain.
Re: Google's Code Editor
#4Although using the interface builder brings back memories of VB...
Re: Google's Code Editor
#5Re: Google's Code Editor
#6Re: Google's Code Editor
#7File -> Build a user interface.
Re: Google's Code Editor
#8The same logic applies to another where I let the client update SEO keywords/meta/OG info. Of course I could have built a CMS for it, but then again, they already have a google account and revision history with gdocs is a nice touch.
Re: Google's Code Editor
#9"Google Apps Script gives users a new level of control over Google products. Now you can access and control Google Spreadsheets and other products using JavaScript scripts that you write yourself and can share with others. Unlike browser-based JavaScript, the scripts you write run directly on Google servers in order to provide direct access to the products they control.You can also use Google Apps Script from Google Sites."
This online code editor seems to be a new and improved UI for creating / editing apps scripts. That said, this editor isn't proprietary. A quick look at the source shows that they're using CodeMirror (http://codemirror.net/). We've tried out various code editors for unclassroom.com (where I work) and code mirror has been the best to work with in terms of features, ease of use and comprehensive documentation. The second version (CodeMirror2) is really top notch compared to other alternatives out there.