On 8/5/11 1:52 PM, Peter Klügl wrote:
I guess it will be easy for you to port these views to the Cas
Editor. It is actually very simple, an ICasEditor has
a method to retrieve an ICasDocument which can retrieve the CAS
object, and has a few method to track
changes done to the CAS.
If you create a new annotation, you need to call a method on the
ICasDocment to signal that to other views.
Yes, I will do that, but it will take some time :-)
We also need to integrate the Cas Editor into your TextMarker eclipse
project nature. I guess
a user needs to define a type system which you use in CEV to open an XMI
file. The Cas Editor
needs to lookup a type system for the XMI file the users is opening.
I could help out and try to create an extension plugin which can do
that. Eventually we
need some changes in the Cas Editor to make this easier.
Jörn