Anyone know of a code editing platform that allows users to collaborate in a live environment? For example, google docs but for editing PHP code with others?
+1
A:
SquadEdit is pretty awesome, although the free version doesn't let you do much.
There are also some applications that you can run locally that have collaboration features, like SubEthaEdit for OSX or Gobby which works across platforms.
Nick Presta
2010-03-25 20:15:23
Thanks Nick! I actually just found SquadEdit. Seems pretty cool. Ill probably try that out for while.
alvincrespo
2010-03-25 20:30:42
A:
Vim over a shared GNU screen(1)
session is probably my preference as a vim junky, but obviously that won't work for everyone. (Especially given security concerns over sharing your shell.)
Bespin is has collaboration support, and is ever-evolving.
These aren't perfect solutions, but I did want to share them.
Adam Backstrom
2010-03-25 20:45:26
I actually was about to answer my question with Bespin, found it on a forum where I posed the same question. Thanks!
alvincrespo
2010-03-26 03:18:05