Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] new feature request

ECFers,

I've had a feature request from Ward Cunningham and Bjorn Freeman-Benson for the collab example that I would like to put in place asap (with some help).

Feature: Remotely launch an Eclipse editor on a given workspace resource. For example, open the java source editor on a java file. We can assume (initially) that the file exists in the target's workspace (i.e. through CVS or whatever). Then be able to highlight a particular section of the launched file.

I've opened a new bug for this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=115213

I (Scott) would like some assistance with working on this feature. Do folks have some good pointers (or existing code) for programmatically interacting with editors within the Eclipse framework? Boris or others: do you know where good resources are for such interaction?

Scott





Back to the top