Skip to main content



      Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Change default artifact editor extension
Change default artifact editor extension [message #78750] Tue, 25 July 2006 11:19 Go to next message
Eclipse UserFriend
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
Re: Change default artifact editor extension [message #79704 is a reply to message #78750] Wed, 02 August 2006 19:07 Go to previous message
Eclipse UserFriend
I solved this problem by creating a new artifact editor. And of course
using my own artifact editor extension ...
Previous Topic:NLS missing message
Next Topic:Missing steps in test behavior
Goto Forum:
  


Current Time: Thu May 08 14:17:09 EDT 2025

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

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

Back to the top