3

I work with another developer on projects and sometimes we are chatting about them via IM. We can dropbox stuff back and forth, but it would be nice to have like an interactive version of pastie / google docs where we could see the same code and edit it together with syntax highlighting.

I know Cloud9IDE has something like this, but I am looking for a real-simple, realtime (if possible), shared textarea with PHP syntax highlighting. Does that exist?

UPDATE This is what i was looking for: http://collabedit.com/

cwd
  • 53,018
  • 53
  • 161
  • 198

6 Answers6

3

http://collabedit.com/

is probably what your looking for.

tgriesser
  • 2,808
  • 1
  • 22
  • 22
2

ShiftEdit will be helpful in this case.

Kamahire
  • 2,149
  • 3
  • 21
  • 50
1

This seems like a great solution: http://phpanywhere.net/overview/

I haven't tried it, They should have real time collobration soon, but you can share and work on projects togheter with this.

fingerman
  • 2,440
  • 4
  • 19
  • 24
0

I find github is pretty cool for collaboration between developpers. This is a very personnal opinion though, some of the friend developpers I have never got into using git so that is a show stopper with this platform. It may not be what you had in mind, though.

Stephane Gosselin
  • 9,030
  • 5
  • 42
  • 65
0

Don't know about the realtime-edit, but have look @ https://join.me/ to share screens

Fredrik Pihl
  • 44,604
  • 7
  • 83
  • 130
0

Don't forget codepad, it allows your code to be tested online.

http://codepad.org/

Ming-Tang
  • 17,410
  • 8
  • 38
  • 76