rvmiller89 / multitype

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

Editor: Select and Start typing #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. One user selects a block of text and starts typing

What is the expected output? What do you see instead?
Other users see the added text *in addition to* the text that was supposed to 
be removed

Might need selection listener to catch this special case...  
if (text is selected && listener picks up text)
{ send a removeFEU , send insertFEU for text }

Original issue reported on code.google.com by rvmille...@gmail.com on 1 Apr 2011 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by rvmille...@gmail.com on 15 Apr 2011 at 2:30

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

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