Web based Textmate like editor that saves to Dropbox
31–40 of 97 posts
Re: Web based Textmate like editor that saves to Dropbox
#32I hate being negative, but I really don't see the use case. I have a text editor and Dropbox installed on my machine, why would I want to install this editor?
Re: Web based Textmate like editor that saves to Dropbox
#33I hate being negative, but I really don't see the use case. I have a text editor and Dropbox installed on my machine, why would I want to install this editor?
In the context of something like Chrome OS, stuff like this is vital to being able to do meaningful development work. It's also pretty cool to have your personal development environment, settings, etc. immediately accessible from wherever you may be.
Re: Web based Textmate like editor that saves to Dropbox
#34I hate being negative, but I really don't see the use case. I have a text editor and Dropbox installed on my machine, why would I want to install this editor?
In the context of something like Chrome OS, stuff like this is vital to being able to do meaningful development work. It's also pretty cool to have your personal development environment, settings, etc. immediately accessible from wherever you may be.
Re: Web based Textmate like editor that saves to Dropbox
#35Excellent. Now drop in some version control (mercurial for my own preference :)) and we are onto a winner. Dropbox is great for syncing between your development machines, but version control is essential for deployment and team development. Combining the two is really powerful.
Dropbox does have version control built in, albeit not in the same way which you speak of. Pretty good way to get people unfamiliar with version control to see the utility of it, though :)
Dropbox is about syncing, as fast as possible and in real time - it is designed for multiple computers but only one concurrent use. So it is really for the individual. Versioning is a form of snap shot that is designed to allow multiple concurrent work (and has benefits for deployment, releases, bug tracking etc.)
The vision should be to see them working together IMO :)
Re: Web based Textmate like editor that saves to Dropbox
#36Excellent. Now drop in some version control (mercurial for my own preference :)) and we are onto a winner. Dropbox is great for syncing between your development machines, but version control is essential for deployment and team development. Combining the two is really powerful.
Another "feature" would be the ability to use it without dropbox--save functionality removed. I don't have my dropbox password handy, so the app is completely unusable. (HTML"5" database/ javascript localstorage?)
Re: Web based Textmate like editor that saves to Dropbox
#37Earlier quoted context omitted.
In the context of something like Chrome OS, stuff like this is vital to being able to do meaningful development work. It's also pretty cool to have your personal development environment, settings, etc. immediately accessible from wherever you may be.
I still don't get it. I would love to use Dropbox but I can't install it everywhere I go since the installation requires admin rights and I don't have them at the university's computer for example. But I can use SSH and therefore SCP from any computer without admin rights, so I really don't see what this does except eliminate the need for a shell account, which are practically free, heck even VPS's are beginning to b…
Hmm - new project idea...
Re: Web based Textmate like editor that saves to Dropbox
#38Earlier quoted context omitted.
In the context of something like Chrome OS, stuff like this is vital to being able to do meaningful development work. It's also pretty cool to have your personal development environment, settings, etc. immediately accessible from wherever you may be.
I still don't get it. I would love to use Dropbox but I can't install it everywhere I go since the installation requires admin rights and I don't have them at the university's computer for example. But I can use SSH and therefore SCP from any computer without admin rights, so I really don't see what this does except eliminate the need for a shell account, which are practically free, heck even VPS's are beginning to b…
Re: Web based Textmate like editor that saves to Dropbox
#39it was previously called Bespin and is now part of a cloud based IDE as it seems. Interesting.
Re: Web based Textmate like editor that saves to Dropbox
#40doesnt mozilla work on something similar ? http://ace.ajax.org/ it was previously called Bespin and is now part of a cloud based IDE as it seems. Interesting.