NYCPHP Meetup

NYPHP.org

[nycphp-talk] Best editor? Textmate, just too sluggish over a network?

Dan Cech dcech at phpwerx.net
Tue Aug 8 17:18:59 EDT 2006


edward potter wrote:
> I have tried a zillion editors over the years, and have been playing
> with textmate as of late.
> 
> The issue is that If I mount my remote dir, then edit using textmate
> (OSX), the response is horrendously sluggish, (no matter what speed
> i'm lucky to be on, even up to 20mbs), local of course it works great.
> 
> I was wondering how people who often have to work with files across a
> network (dreamhost for me), what's their latest, and greatest way of
> handling editing?  Yes, VIM rocks, I just wish it's fonts handling was
> a bit better in terminal.
> 
>  thanks, ed  :-)

Doesn't help you too much, but I tend to use EmEditor on my (windows)
laptop and rsync (via cygwin) to propagate changes out to various
development/production servers.

The main reasons I use this setup are so that I always have a local copy
of the code to work on and because the majority is in SVN, which runs
much more happily when the working copies are on a local disk.

Presumably you could set up the same thing, instead of mounting the
remote dir just make a local copy, edit it with textmate and use rsync
(or unison if your remote files are likely to change) to keep the 2
copies in sync.

Dan



More information about the talk mailing list