All,
I'm interested in contributing this feature to an open source project
based on Eclipse. I have done a fair amount of plugin programming but
never any Editor programming.
Basically, the editor in this project doesn't currently support
synchronization between two open editors on the same file. For example,
if I have any text file, and I open it in the Default Text Editor, then
choose "New Editor" and modify that file in one editor, the other editor
automatically reflects those changes. I'd like to add that behavior into
the editor in this project.
Can someone point me down the right path?