Name of Content Comparison Editor [message #143543] |
Thu, 19 February 2004 14:52  |
Eclipse User |
|
|
|
In Eclipse 2.1.2, if you right click on a file in the project navigator,
you can do a a "Compare With->Latest from Head". In the Resultant
Structure Compare view, you can again right click on the file and do a
"Show Content Comparison." This brings up a Content Comparison editor
(left side local file, right side repository). What is the name of this
editor, in the context of plug-in.xml. Ie if were to implement an
EditorActionDelegation in a TextEditor my targetID would be
targetID="#TextEditorContext"
Similarly, for the Java Editor it would be
targetID="#CompilationUnitEditorContext"
What would it be for the content compare editor?
Secondly what are the editor names for the plugin.xml and build.xml (ant
) editors.
And lastly, is there an enumeration of these Context names somewhere?
Thanks for your time
Regards
Phil Muldoon
Red Hat, Inc.
|
|
|
Re: Name of Content Comparison Editor [message #145162 is a reply to message #143543] |
Wed, 25 February 2004 05:38  |
Eclipse User |
|
|
|
Originally posted by: daniel.megert.gmx.net
Phil Muldoon wrote:
> In Eclipse 2.1.2, if you right click on a file in the project
> navigator, you can do a a "Compare With->Latest from Head". In the
> Resultant Structure Compare view, you can again right click on the
> file and do a "Show Content Comparison." This brings up a Content
> Comparison editor (left side local file, right side repository). What
> is the name of this editor, in the context of plug-in.xml.
org.eclipse.compare.CompareEditor
Dani
> Ie if were to implement an EditorActionDelegation in a TextEditor my
> targetID would be
>
> targetID="#TextEditorContext"
>
> Similarly, for the Java Editor it would be
>
> targetID="#CompilationUnitEditorContext"
>
> What would it be for the content compare editor?
>
> Secondly what are the editor names for the plugin.xml and build.xml
> (ant ) editors.
>
> And lastly, is there an enumeration of these Context names somewhere?
>
> Thanks for your time
>
> Regards
>
> Phil Muldoon
> Red Hat, Inc.
|
|
|
Powered by
FUDForum. Page generated in 0.04171 seconds