rvmiller89 / multitype

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

Code completion bug #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect clients
2. start typing System.o
3. code complete the out

What is the expected output? What do you see instead?
that all clients see System.out, but everyone except the person who typed sees 
System.outo

Please use labels and text to provide additional information.

Original issue reported on code.google.com by rharagut...@gmail.com on 30 Mar 2011 at 7:34

GoogleCodeExporter commented 9 years ago
First look at ITextDocument and IDocument....

they don't handle auto-completion.  We've gotta look up what does.

Original comment by rvmille...@gmail.com on 31 Mar 2011 at 3:51

GoogleCodeExporter commented 9 years ago
I won't have time to deal with this, so I'm passing it off to our EditorManager 
man, Azfar

Original comment by rvmille...@gmail.com on 1 Apr 2011 at 4:56

GoogleCodeExporter commented 9 years ago

Original comment by azfarkha...@gmail.com on 14 Apr 2011 at 3:43

GoogleCodeExporter commented 9 years ago

Original comment by azfarkha...@gmail.com on 15 Apr 2011 at 2:44