Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cursor highlighting for other users editing file #41

Open
GoogleCodeExporter opened this issue Apr 18, 2015 · 2 comments
Open

Add cursor highlighting for other users editing file #41

GoogleCodeExporter opened this issue Apr 18, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 1 May 2011 at 4:45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant