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.

Status Delivered
Workspace IBM i
Created by Guest
Created on Nov 29, 2012

Support RPGLE hyperlink for procedures and subroutines

The new hyperlink functionality added in 8.5.1 allows to goto a variable definition from one of its references in the code. I'd like that support to be extended to procedures and subroutines.
I know that go to definition function already exists with the F3 key, However, I think using the same method for both would be better. In fact, I think the F3 should works as well as ctrl-click for both procedures and variables.
As well if you also implement RFE 29066 with multiple levels of back we could easily navigate multiple levels of calls using the hyperlink.


Use Case:

p functionA b
...
p e

p functionB b
...
functionA(); <-- hyperlink here goes to definition above


Idea priority Medium
  • Guest
    Reply
    |
    Sep 14, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Programming Languages
    Product - Developer for Power Systems

    For recording keeping, the previous attributes were:
    Brand - Rational
    Product family - Design & development
    Product - Developer for Power Systems

  • Guest
    Reply
    |
    Jun 19, 2013

    This feature is now available in the IBM Rational Developer for i V9.0 product.

    Product web page: http://www-03.ibm.com/software/products/us/en/dev-ibm-i
    Fix List: http://www.ibm.com/support/docview.wss?uid=swg27038481
    Download doc: http://www.ibm.com/support/docview.wss?uid=swg24034857

  • Guest
    Reply
    |
    Mar 15, 2013

    This request is approved and planned for delivery within the next year or next generally available release. Thank you for taking the time to suggest this enhancement to our product and for your votes.

  • Guest
    Reply
    |
    Feb 15, 2013

    This RFE will be under consideration for a future release. Status has been updated to Uncommitted Candidate.

  • Guest
    Reply
    |
    Dec 6, 2012

    This RFE is consistent with our strategy and product roadmap and IBM is continuing to evaluate. Ctrl-Click and F3 both take you to the body of subroutines. This RFE is rescoped to Ctrl-Click for procedures taking you to procedure body.

  • Guest
    Reply
    |
    Dec 4, 2012

    Ctrl-Click works for me on subroutines. It takes me from the ExSr to the actual subroutine. Ctrl-Click for procedures appears to take you to the prototype. I agree with Thierry that it should take you to the actual procedure. Complexity is introduced when the procedure is not a part of the module. Maybe in that case the link takes you to the prototype (so you then know where to find the procedure). Unfortunately going to the Prototype of non-exported internal procedures simply puts you at the top of the module source if you don't code the prototypes.