Open nafg opened 11 years ago
Not really. At the moment only one member can edit his own repository; but multiple members are possible, but each with it's own repository. Synchronizing works therefore "normal" with git or other tools.
Note: At the moment the project is frozen. The student project has finished, but maybe our professor has interesest to move on the development...
I am thinking about Mozilla's togetherjs. It will enable such feature with almost zero effort. May be I can give this a shot on my weekend.
Nice!
On Thu, Jan 30, 2014 at 12:04 PM, Tamer Mohammed Abdul-Radi < notifications@github.com> wrote:
I am thinking about Mozilla's togetherjs. It will enable such feature with almost zero effort. May be I can give this a shot on my weekend.
Reply to this email directly or view it on GitHubhttps://github.com/themerius/ScalaIde/issues/21#issuecomment-33708521 .
It won't be easy as I thought :) To be able to use Together.js you need all users to see the same page (or at least a very similar page) However in our case. different users has different workspace, even using the same credentials on different browser doesn't work. Sorry.
I wonder if https://code.google.com/p/google-mobwrite/ is relevant?
On Sat, Feb 1, 2014 at 5:39 PM, Tamer Mohammed Abdul-Radi < notifications@github.com> wrote:
It won't be easy as I thought :) To be able to use Together.js you need all users to see the same page (or at least a very similar page) However in our case. different users has different workspace, even using the same credentials on different browser doesn't work. Sorry.
Reply to this email directly or view it on GitHubhttps://github.com/themerius/ScalaIde/issues/21#issuecomment-33885599 .
As far as I know. ScalaIde doesn't allow you to open the same project twice. Even by logging-in with the same account in two different browsers, you get an error message (I tested this manually). You need to implement such feature first, then you can add any real-time collaboration on top of it.
Well presumably the two would need to be done together, since without collaborative editing support, it's understandable that it would prevent opening it in two places.
On Mon, Feb 3, 2014 at 9:58 AM, Tamer Mohammed Abdul-Radi < notifications@github.com> wrote:
As far as I know. ScalaIde doesn't allow you to open the same project twice. Even by logging-in with the same account in two different browsers, you get an error message (I tested this manually). You need to implement such feature first, then you can add any real-time collaboration on top of it.
Reply to this email directly or view it on GitHubhttps://github.com/themerius/ScalaIde/issues/21#issuecomment-33961870 .
The readme is unclear. Thanks.