In Google Docs, more than one person can edit a file in real time. I tried this and found that the response time was a bit slow. I would like to do the same in Eclipse. Is it possible? If not, what are some good alternatives?
Saros is what you are looking for
http://www.saros-project.org/
Saros - Eclipse Distributed collaborative editing and programming of distributed batches
You can try some form of Revision Control . Programmers usually do not edit the same copy of a document for various practical reasons.
Eclipse has an excellent SVN plugin called Subclipse .
Source: https://habr.com/ru/post/1381053/More articles:Drag, Drop, and Rotate Forms Using Raphael JS - rotation'history -s' in script does not work - bashStruts 2: exception of a method from checking only from the defaultStack interceptor - struts2Auto-increment column: SQL syntax differences between Oracle and MySQL - oracleAdding and subtracting strings and numbers in Javascript - automatic type conversion? - javascriptInclude MongoDB _id in the ObjectID object using Ruby to get a unique record - ruby | fooobar.comf # multiline ternary expressions - f #The easiest way to draw a rubber band style line on a racket canvas - racketReplacing a stack against a static variable with a struct instance containing const member - c ++What character set do I need for the correct encoding of the Japanese language in CSV, which I need to open in Excel? - encodingAll Articles