Reputation: 95
I'm an eclipse plugin developer, actually new to it. The background is, when I right click on a project resource files or a folder, I should a have an option 'Windows Explorer' under 'Open With' context menu. So, that when I do this the linked resource is opened in windows explorer. How to acheive this programatically.
Upvotes: 1
Views: 288
Reputation: 585
It is not exactly inside the "Open with" option, but you have the same functionality using EasyShell plugin for Eclipse.
Have a look at that:
https://anb0s.github.io/EasyShell/
Upvotes: 1