Paul-E
Paul-E

Reputation: 95

How to add 'Windows Explorer' to the 'Open with' context menu, in Eclipse Development

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

Answers (1)

Joniale
Joniale

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

Related Questions