Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Name of Content Comparison Editor
Name of Content Comparison Editor [message #143543] Thu, 19 February 2004 19:52 Go to next message
Phil Muldoon is currently offline Phil MuldoonFriend
Messages: 12
Registered: July 2009
Junior Member
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 10:38 Go to previous message
Eclipse UserFriend
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.
Previous Topic:-> Some words about AST
Next Topic:Custom javadoc tags
Goto Forum:
  


Current Time: Wed Jul 03 10:31:04 GMT 2024

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

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

Back to the top