Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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.

ADD A NEW IDEA

RDi (Rational Developer for i)

Showing 600

RDI: Content assist can not show fields in data structures with more than 2 levels

In RDI you can normally use content assistent ( ctrl+space) to select a field from a list of fields. This works ok for data structures with 2 levels but if you have 3 or more it doesn't work. Example:dcl-ds myDS1 qualified; field1 like(myField1); ...
over 2 years ago in IBM i / RDi (Rational Developer for i) 3 Future consideration

Enhance Remote Reconciler so that multiple source members can be pulled at once

Today the Remote Reconciler does not allow selecting multiple source members for being pulled to the PC. Option "Pull from" is greyed out if multiple members are selected. In case there are several new source members on the host, the members can o...
about 1 month ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

LPEX Bracket matching

When editing sources which have expressions that contain multiple brackets it is often difficult to see which open and closing brackets match. Most other editors highlight the pair of matching brackets while navigating in the source, please provid...
over 3 years ago in IBM i / RDi (Rational Developer for i) 4 Not under consideration

Use checksums for testing files for changes.

Today RDi uses timestamps for testing local and remote members for changes. If the timestamps do not match, the Remote Reconciler assumes that a member was changed on the local or remote system. But of course that may not be true. For example, mem...
10 months ago in IBM i / RDi (Rational Developer for i) 2 Future consideration

Ctrl+Left/Right Arrow should navigate syntactic word boundaries

RDI does not properly recognize token boundaries when navigating text. In Windows text editors, Ctrl+Left and Ctrl+Right are used to move the insertion point to the beginning of the previous or next word. This navigation does function in RDI, but ...
over 2 years ago in IBM i / RDi (Rational Developer for i) 6 Future consideration

Show SQL referenced items in Outline View

Tables, views, and columns referenced in embedded SQL do not appear in the Outline View. Use Case: **free ctl-opt dftactgrp(*no); dcl-s table char(10);dcl-s lib char(10);dcl-s text char(50); // table exists on every systemexec sql declare pgmr_own...
about 7 years ago in IBM i / RDi (Rational Developer for i) 2 Not under consideration

Add the ability to create/save/and use Library Lists

Users of RDi generally work on more than one product need an easier way to manipulate the Library List. While adding a new Library List view will help, users want the ability to create, save, and use those library lists. This will speed productivi...
over 4 years ago in IBM i / RDi (Rational Developer for i) 8 Future consideration

Include SQL Cross Reference in RPG Outline View

We feel as though the Outline view in RDi 9.5 should be enhanced and improved with respect to how it handles embedded SQL. The outline view only shows the files defined via RPG file declarations. Only references to RPG variables within the embedde...
over 8 years ago in IBM i / RDi (Rational Developer for i) 8 Future consideration

Allow seamless Git integration with RDi

Make Git adoption in RDi seamless for RPG developers. RDi currently has iProjects which can be used to adopt Git, but iProjects operate on the premise of offline editing. Not all RPG developers are going to be editing offline. Use Case: Focus on a...
over 6 years ago in IBM i / RDi (Rational Developer for i) 7 Future consideration

Debugging in RDi should require only one step over EXEC SQL statements

It would ease debugging if we could compile programs with compile option DBGVIEW(*NOSQLSRC) No SQL source. This would skip over all embedded sql statements but still would allow them to run. Use Case: This saves time when you are debugging program...
almost 5 years ago in IBM i / RDi (Rational Developer for i) 10 Not under consideration