Chocolat - the new editor
101–110 of 150 posts
Re: Chocolat - the new editor
#102When will somebody produce a text editor built for remote editing of text files? The vast majority of programmers that I know do all of their work on a remote build-server, and thus are relegated to using emacs, vim or some extremely ungainly combination of TextMate+FtpServer/Remote Filesystem Mount. Could some intrepid developer create an app that would allow me to easily a) open and edit remote files b) open arbitr…
Re: Chocolat - the new editor
#103Earlier quoted context omitted.
Well, since TextMate 2 still hasn't come out yet, and this seems to appeal to a very similar aesthetic, I could see this taking over that market. I'm definitely very interested to try it out.
Don't lie— we're all gonna buy TextMate 2 anyway.
Re: Chocolat - the new editor
#104I know I'm a graybeard, but I have yet to see a serious editor on any platform that could get me to switch away from Emacs. The perils of 20+ years of muscle memory and accumulated knowledge, I suppose.
A number of days ago, I downloaded Textmate and started playing with it. In the beginning I almost wanted to just delete it and go back to Emacs. But as time went on, its simplicity became increasingly pleasant; so last night, I purchased a license.
To me, it's good to know that innovation in text editing is not over. I don't think that Textmate is the last word by any means but it is a beautiful tool and I'm curious to see how Chocolat stacks up.
Re: Chocolat - the new editor
#105When will somebody produce a text editor built for remote editing of text files? The vast majority of programmers that I know do all of their work on a remote build-server, and thus are relegated to using emacs, vim or some extremely ungainly combination of TextMate+FtpServer/Remote Filesystem Mount. Could some intrepid developer create an app that would allow me to easily a) open and edit remote files b) open arbitr…
Also if you use any desktop linux system, the default text editor can probably open files on remote machines (with a wide variety of protocols), just enter the url. In Gnome it's called the Gnome virtual file system (GVFS).
Re: Chocolat - the new editor
#106Earlier quoted context omitted.
Well, since TextMate 2 still hasn't come out yet, and this seems to appeal to a very similar aesthetic, I could see this taking over that market. I'm definitely very interested to try it out.
Don't lie— we're all gonna buy TextMate 2 anyway.
Re: Chocolat - the new editor
#107It seems to me that if you're producing a new product in as crowded a field as text editors, it's not very persuasive to, as these guys do, list a bunch of features, particularly if these are features that are common to most other text editors. The website needs a hook: what does this text editor do, that my current text editor doesn't? What's the high concept, the couple of sentence explanation of what makes this te…
Re: Chocolat - the new editor
#108When will somebody produce a text editor built for remote editing of text files? The vast majority of programmers that I know do all of their work on a remote build-server, and thus are relegated to using emacs, vim or some extremely ungainly combination of TextMate+FtpServer/Remote Filesystem Mount. Could some intrepid developer create an app that would allow me to easily a) open and edit remote files b) open arbitr…
Emacs has Tramp, which gives you (a), and one of the emacs terminal modes can do (b) if you write the requisite script (which I estimate at two lines) and bind it to a key. You'll find these documented right next to C-x M-c M-butterfly. ;) Though in practice I find that (a) once you know emacs it's usually just as easy to shell into the remote machine and run emacs there, so I myself have yet to really get the hang o…
What I usually did was to run Emacs on my dev machine, run multi-hop Tramp to get to any of the production servers via a gateway jumpbox. Tramp is able to do multiple ssh hops to get to the target machine, all behind the scene.
Bookmarking the remote files makes it really easy to get back to it.