Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Enabling and Disabling Paste Icons
Enabling and Disabling Paste Icons [message #604331] Fri, 22 January 2010 16:49
Dhinesh is currently offline DhineshFriend
Messages: 2
Registered: July 2009
Junior Member
Hello Folks,

I have developed a plug-in for doing copy-Paste feature to copy and paste a particular Object. It is a seperate plug-in. Both Copy and Paste are associated with a View that is contributed by a different plug-in.

So, in short to mention the Plug-in details.

Copy/Paste contributed by com.a.b --> Seperate.
View is provided by com.c.d ->> Seperate

I have used Eclipse copy/paste actions..i.e org.eclipse.ui.copyaction and org.eclipse.ui.pasteaction. I have contributed a pop-up menu Extensions mentioning the action IDs.
Basically Copy/paste works fine,but I want to enable and disable the actions based on the Clipboard contents.

I have written the code in selectionChanged() event of the action class. It's getting fired only when this plug-in is loaded. Until then, the paste action is enabled eventhough there is no relevant data to be pasted.

Now I want to disable it when the Eclipse is launced.

Could anyone of you pls help me with this problem.

Thanks in Advance,
Dhinesh.M
Previous Topic:Enabling and Disabling Paste Icons
Next Topic:Plugin for shared classes
Goto Forum:
  


Current Time: Sat Apr 20 03:56:33 GMT 2024

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

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

Back to the top