This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
Hi,
See attached KO examples :
Pending changes menu partially-KO
Pending changes menu unresolved-KO
Best regards
In particular, we want to extend the Pending Changes view, but this view is built using the deprecated org.eclipse.ui.popupMenus extension point.
This extension point is not flexible enough to add new actions where we want in the menu: we can only add actions where IBM created groupMarkers, and not anywhere between existing actions.
Also, we wanted to add a sub-menu between two of our actions but the sub-menu ends up after all the actions in the group.
And we can't add our own separators at the root of the existing menu.
It would be much better if IBM migrated the Pending Changes view to the current org.eclipse.ui.menus extension point which allows positioning items before or after existing items.
This change is long overdue: org.eclipse.ui.popupMenus has been deprecated since 2009 in favor of the new org.eclipse.ui.menus extension point which was introduced with the release of Eclipse 3.3 in 2007: https://archive.eclipse.org/eclipse/downloads/drops/R-3.3-200706251500/whatsnew/eclipse-news-part4.html
In particular, we want to extend the Pending Changes view, but this view is built using the deprecated org.eclipse.ui.popupMenus extension point.
This extension point is not flexible enough to add new actions where we want in the menu: we can only add actions where IBM created groupMarkers, and not anywhere between existing actions.
Also, we wanted to add a sub-menu between two of our actions but the sub-menu ends up after all the actions in the group.
And we can't add our own separators at the root of the existing menu.
It would be much better if IBM migrated the Pending Changes view to the current org.eclipse.ui.menus extension point which allows positioning items before or after existing items.
This change is long overdue: org.eclipse.ui.popupMenus has been deprecated since 2009 in favor of the new org.eclipse.ui.menus extension point which was introduced with the release of Eclipse 3.3 in 2007: https://archive.eclipse.org/eclipse/downloads/drops/R-3.3-200706251500/whatsnew/eclipse-news-part4.html