What's a good program to edit code, or the same document at the same time with another person through the internet. I need something where a friend and I can edit the same document at the same but he's on a Windows computer and I'm on a Mac. Something like Google Wave where we can just create a wave and edit the document at the same time, but I want something for coding. It doesn't matter if we can't compile on the program just to edit it, and later we can save and compile on our computers.

link|improve this question
feedback

2 Answers

I've used SubEthaEdit. It works quite well IMHO

link|improve this answer
feedback

I think you are asking for an IDE that allows multiple instances to open common files and projects. I don't think that exists.

However one lower-grade alternative might be to simply screen-share. One guy programming, the other guy kibitzing. This could be done in accordance with extreme programming (XP) rules: http://www.extremeprogramming.org/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.