Skip to Main Content
IBM Sustainability Software - Ideas Portal


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).


Shape the future of IBM!

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:

Search existing ideas

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 your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

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.

Status Needs more information
Categories Source Control
Created by Guest
Created on Sep 27, 2024

[IDz]Modify the menu API to facilitate the modification right click's menu

There are many menus in the IDz that need to be customized. However, this is a tough task. In order to customize the menu, actually, we need to go inside the standard EWM and Eclipse source code to find out the concerned XML, classes. We can list some of the frequent working windows: Pending Changes, Team Artifact, History, ... 

We propose modifying the menu organization in menu's code and API so that EWM developers could customize the right click menu more easily and more rapidly.

Idea priority Low
Needed By Not sure -- Just thought it was cool
  • Guest
    Reply
    |
    Nov 21, 2024

    Hi,

    See attached KO examples :

    1. Pending changes menu partially-KO

    2. Pending changes menu unresolved-KO

    Best regards

  • Guest
    Reply
    |
    Nov 21, 2024

    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

  • Guest
    Reply
    |
    Nov 21, 2024

    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

  • Guest
    Reply
    |
    Oct 1, 2024
    The EWM Ideas Review board looked at this request and needs additional details like user scenarios, screenshots to evaluate this request.