Remove duplicate link with editor from menu bar in package explorer - #3095
Merged
Conversation
Member
|
Package explorer already has this option in its toolbar area, so users can still find and use it quickly but for other implementations eg. Java Browsing, Java Outline view, Type hierarchy etc.. Link with editor is only available as a context option How about including this as a toolbar option for all, and remove this from context, so users can quickly access this like in Project explorer and Package explorer? WDYT @iloveeclipse @jjohnstn @noopur2507 ? |
Remove the Link with Editor option from menu bar in package explorer as it is redundant.
elsazac
force-pushed
the
removeLinkwithEditor
branch
from
August 4, 2026 04:45
63917d1 to
6132498
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What it does
This change removes the Link with Editor option from the view menu in package explorer.
The same action is already available in the toolbar, so having it in both places is unnecessary. This also makes the view consistent with the other toolbar actions, which do not have duplicate entries in the view menu.
Before :

After :

Author checklist