Hi!
I'm using the StructuredTextEditor as an XML editor with very restricted
editing functionality (which actually means none at all right now...).
But the problem is that the content outline lets users add and delete
nodes as they want, ruining my restriction concept.
How can I suppress / deactivate the outline?
I tried it with overriding getAdapter and catching the case, when it
checks for IContentOutlinePage.class. But this has access restriction,
so won't work.
What can i do?
Thanks in advance!