Request to extend XMLMultiPageEditorPart [message #186745] |
Mon, 22 January 2007 13:52  |
Eclipse User |
|
|
|
Originally posted by: fakeaddress.brainkandy.org
Hi,
I'd like to make a small change to XMLMultiPageEditorPart.
Right now, the source page in an XML document stored as
private StrucutredTextEditor fTextEditor
and is initialized in protected createSourcePage():
fTextEditor = createTextEditor();
fTextEditor.setEditorPart(this);
Finally, createTextEditor() looks like this:
private StructuredTextEditor createTextEditor() {
return new StructuredTextEditor();
}
What I really really want is to make createTextEditor protected, and so
when I extend XMLMultiPageEditorPart, createTextEditor can create
something that extends StructuredTextEditor.
I know very little about a) making Eclipse contributions and b) getting
patches like this integrated into my source.
I'm also assuming this is a reasonable change.
Please advise.
Thanks, Robert
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03541 seconds