]
Gorkem Ercan reassigned ERT-179:
--------------------------------
Assignee: Gorkem Ercan
StructuredTextEditor does not allow for custom IDocumentProvider
[EBZ#493145]
-----------------------------------------------------------------------------
Key: ERT-179
URL:
https://issues.jboss.org/browse/ERT-179
Project: Eclipse Release Train
Issue Type: Task
Components: WTP Source Editing
Reporter: Friendly Jira Robot
Assignee: Gorkem Ercan
Priority: Critical
Labels: bzira, wst.sse
I have a custom IDocumentProvider that is used to get events from the text editor
framework (document loaded, modified, closed).
The StructuredTextEditor does not call all methods on my implementation because it uses
its own internal document provider. I think this would be great to support that