Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The Cas Editor is build around the idea that a Document Provider is responsible to manage CASes for various ICasEditor implementations. The CAS handling itself should be independent of their content, therefore a CAS which contains a text view can be managed (created, serialized, delted) in the same way as a CAS which contains an audio view.
Currently the CasDocumentProvider extends the eclipse text Document Provider, this inheritance should be removed, and the CasDocumentProvider should be independent of the text Document Provider.