hi,
often I need to work on projects that are hosted remotely. Currently if I have a good connection to the server then I'll SSH in and use vim directly. Otherwise I'll use Komodo Edit to work on the files remotely.
Komodo is a great IDE but unfortunately the remote server functionality sucks. For instance when you want to save a file it locks the interface until done. And if something goes wrong when connecting to the server then the interface will be locked indefinitely...
So, what are my options? How do you work productively on remotely hosted files over a slow connection? Ideally I would like an open source solution that runs on Linux with good support for editing Python and HTML.
EDIT: I also need to browse large project trees on the remote server to be productive.
cheers,
Richard