Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EasyShell context menu option not showing in STS 3.8.4.RELEASE Navigator View #151

Closed
gitgrimbo opened this issue Jun 25, 2017 · 7 comments

Comments

@gitgrimbo
Copy link

Package View

image

Navigator View

image

STS version

image

@anb0s
Copy link
Owner

anb0s commented Jun 26, 2017

Thanks for reporting. I see the same here with Eclipse 4.6.x. All other views (like C/C++ Projects, Package- or Project-Explorer) are working. Please use Keyboard shortcuts like "Alt+E" or "Shift+Alt+E" etc. as workaround. I will investigate...

@anb0s
Copy link
Owner

anb0s commented Jun 28, 2017

Verified that group.open is not available in Navigator view. In this group we create the EasyShell menu. We are creating the main menu via plugin.xml and have no possibility to check this error. Other group like additions can be used or alternative main menu creation should be done programmatically.

@bostone
Copy link

bostone commented Mar 12, 2019

I'm on Eclipse Version: 2018-12 (4.10.0) Build id: 20181214-0600 running on macOS Mojave v. 10.14.3 and there's no EasyShell in the dropdown menu. I'm using build 2.1.0.v20170508-1844 or pretty much what you get from the Eclipse Marketplace currently. Shows up in Project and Package explorers
image

@anb0s
Copy link
Owner

anb0s commented Mar 13, 2019

Yes, it's not working, because of "group.open is not available in Navigator view". I've tried some solutions, but then need special handling only for the navigator view and it makes simple code complex for other views...

@anb0s
Copy link
Owner

anb0s commented Sep 12, 2020

I have still no easy solution for this...

@anb0s
Copy link
Owner

anb0s commented Sep 19, 2020

OK, i've found a solution for this:

Project Explorer:
image

Package Explorer:
image

C/C++ Projects:
image

Navigator:
image

As you see for all views except Navigator it is located near "Open" or "Show In" and for Navigator it's llocated as addition below.
I hope it's ok ;)

Anyway the classic Navigator view is deprecated with Eclipse 2020-06 and will be removed, so this solution should work for all Eclipse versions until then.

@anb0s
Copy link
Owner

anb0s commented Sep 19, 2020

Please check this out with new testing #179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants