MultiPageEditorPart [message #266739] |
Thu, 12 August 2004 13:30 |
Eclipse User |
|
|
|
Hi,
I have written a simple XML editor that supports coloring, ruler, etc.
When run as a plugin, the XML editor shows all the decorated stuff,
ruler, etc.
What I do is that I have a class that extends the MultiPageEditorPart,
and one of the editor in this multi-page editor is the XML editor. I
structure my code to use the XML editor code, that is, creating an XML
editor instance and call MultiPageEditorPart.addPage(). (I am not
running the XML editor as a plugin now, simply using the code/classes.)
The XML editor page comes up, but it does not have ANY ruler and other
decorated stuff that I see when running my XML editor as a plugin.
Possible that the multi-page editor is overriding my XML editor's
decorated stuff? My XML editor class extends the TextEditor class.
Thanks for any help.
Alex.
|
|
|
Powered by
FUDForum. Page generated in 0.02738 seconds