Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to extend Eclipse's compare context menu?
How to extend Eclipse's compare context menu? [message #540554] Wed, 16 June 2010 14:10
Alex Loh is currently offline Alex LohFriend
Messages: 5
Registered: June 2010
Location: Austin, TX
Junior Member
I want to create a plugin that displays additional information about Eclipse's compare results. For example, clicking a difference in Eclipse will bring up additional meta-information in my new view about who made the change, when it was made, what are the related changes, etc. I've got everything else figured out except how to call the view from the compare editor. I am thinking of using a context menu.

I was able to implement a context menu for the text editor. I used a targetID of targetID="#TextEditorContext and the action to inherit from IViewActionDelegate. But somehow the compare editor is not the same as the normal text editor. What targetID should I use? Is this even possible? Or if someone has a better idea than context menu, do share.
Previous Topic:individual start level with feature based launch?
Next Topic:How to extend Eclipse's compare context menu?
Goto Forum:
  


Current Time: Fri Apr 19 00:49:19 GMT 2024

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

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

Back to the top