-
Notifications
You must be signed in to change notification settings - Fork 112
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
"Run As" Context Menu shows Ant Run Configurations multiple times #527
Comments
Indeed. We could easily de-deduplicate results. |
I think one should check the implementation as well, for me it seems the second variant should not implement the ILaunchShotcut2 interface in a way to return launch configs, that does not seems right as it claims to always open a dialog. |
@mickaelistria still happens |
From the above discussion I understand that the shortcuts are duplicated and only one shortcut(context menu entry highlighted in yellow) should be ideally shown. Please confirm if my understanding is correct. |
Yes that is correct. |
…se-platform#527 AntLaunchShortcutWithDialog now implements only ILaunchShortcut interface. The common implementation of AntLaunchShortcut and AntLaunchShortcutWithDialog are moved to AntLaunchShortcutCommon class Fixes eclipse-platform#527
@jukzi Please review and confirm if the the changes in the pull request are fine. |
I've raised #798 for another duplication of launch configs. Just saying, if someone is touching code for filtering duplicates... |
@mickaelistria can you please review the proposed PR, i am not into the implementation details. I only see that the change looks more complicated then an easy de-duplication. |
The same launch config might be returned by multiple LaunchShortcutExtension and is then shown twice. This simply filter items that where already seen to deduplicate such entries. Fix eclipse-platform#527
See for generic deduplication, but should still be considered as it fixes the root of the problem. |
The same launch config might be returned by multiple LaunchShortcutExtension and is then shown twice. This simply filter items that where already seen to deduplicate such entries. Fix eclipse-platform#527
The same launch config might be returned by multiple LaunchShortcutExtension and is then shown twice. This simply filter items that where already seen to deduplicate such entries. Fix eclipse-platform#527
The same launch config might be returned by multiple LaunchShortcutExtension and is then shown twice. This simply filter items that where already seen to deduplicate such entries. Fix eclipse-platform#527
The same launch config might be returned by multiple LaunchShortcutExtension and is then shown twice. This simply filter items that where already seen to deduplicate such entries. Fix #527
The same launch config might be returned by multiple LaunchShortcutExtension and is then shown twice. This simply filter items that where already seen to deduplicate such entries. Fix eclipse-platform#527
example from platform worspace: /org.eclipse.jdt.ui/scripts/build_jar-in-jar-loader.xml
@mickaelistria probably caused by the changes in that menu
The text was updated successfully, but these errors were encountered: