Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Please help on MultiPageEditorPart
Please help on MultiPageEditorPart [message #266631] Wed, 11 August 2004 20:54
Eclipse UserFriend
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.
Previous Topic:Re: Xerces with Eclipse 3.0
Next Topic:Why NullPointerException?
Goto Forum:
  


Current Time: Sun Jun 08 13:35:24 EDT 2025

Powered by FUDForum. Page generated in 0.23007 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top