Change default artifact editor extension [message #78750] |
Tue, 25 July 2006 11:19  |
Eclipse User |
|
|
|
Hi, i wonder if there's a way to change the artifact's default editor
extension. Lemme explain my problem more precisely:
On a regular eclipse boot, the TPTP artifact editor fetch any extensions
from the TPTP plug in's extensions points.
Here is an excerpt from "org.eclipse.hyades.test.ui" plugin.xml file:
<editorExtension
name="%EDT_ARTIFACT_TTL"
description="%EDT_ARTIFACT_DSC"
class=" org.eclipse.hyades.test.ui.internal.editor.extension.Artifac tEditorExtension "
extension="artifact"
id="org.eclipse.hyades.test.ui.editor.extension.Artifact">
</editorExtension>
Ok, so it's easy to see that the default artifact editor extension is
handled by the
" org.eclipse.hyades.test.ui.internal.editor.extension.Artifac tEditorExtension "
class.
What i want to do is to change this default artifact editor extension
class ... I can off course directly change the value of "class" in the
extension point but it's not what i want to do. I don't want to change
TPTP source code in order to provide another default editor extension. I'm
almost sure that's there a clean and graceful way to do this but i really
can't figure out how ...
Any help about this would be greatly appreciated.
Thanks
|
|
|
|
Powered by
FUDForum. Page generated in 0.05788 seconds