rvmiller89 / multitype

Eclipse Plug-in for collaborative code editing similar to Google Docs
0 stars 0 forks source link

Add cursor highlighting for other users editing file #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We did some work with this during builds, but of course didn't get it 
implemented in time.

Here's an example, I believe, of an Eclipse plug-in that does this through 
Annotations:

http://code.google.com/p/chronomancer/source/browse/trunk/chronomancer/src/org/o
callahan/chronomancer/views/SourceAnnotator.java

There's also the idea of using Markers to show where cursor positions are:

http://www.dolejsky.com/2007/12/27/tips-on-developing-eclipse-plugins-ii/

Selection listeners:

http://wiki.eclipse.org/FAQ_How_do_I_make_a_view_respond_to_selection_changes_in
_another_view%3F

FEUs for both cursors and selections should already be handled by the server.

Original issue reported on code.google.com by rvmille...@gmail.com on 1 May 2011 at 4:45

GoogleCodeExporter commented 9 years ago
Starting work on this, but hit a few snags.  See issue 42 and issue 43

Original comment by rvmille...@gmail.com on 14 Jun 2011 at 1:41

GoogleCodeExporter commented 9 years ago

Original comment by rvmille...@gmail.com on 14 Jun 2011 at 1:42