Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. 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 Not under consideration
Categories Editors
Created by Guest
Created on Feb 17, 2020

PLI Editor - "Color Highlightning" for Conditional and Looping Statements

Our Developers would like to have different colour codes within the PL/I-Editor for Code Nesting. This feature should work WITHOUT using the pre-processor!

Let´s take the following example:

DO K = 1 TO 10;
SELECT (AVALUE);
WHEN (‘0')
IF BVALUE = CVALUE
THEN
DVALUE=EVALUE;
END;
WHEN (‘1')
WHEN (‘2')
OTHERWISE
END;
END;

In this example we would like to have a different font-color for DO, SELECT and IF blocks – so the developer can easily find out which END belongs to which block.

Idea priority Urgent
  • Guest
    Reply
    |
    Mar 12, 2020

    Thank you for taking the time to suggest an enhancement to our product. Many of our product enhancements result from feedback from our customers, so your input is always very important to us. At this time, your request for enhancement is not currently aligned with our product strategy and vision and we have no plans to address your request in the near future. Again, thank you for your suggestion and continued support.

  • Guest
    Reply
    |
    Feb 18, 2020

    We implemented RDz/IDz years ago. We never used LPEX and developers was logged out of TSO edit.
    After a very short while everybody got used to the editor and today won't live without.
    If you place the cursor on a DO the corresponding END will be highlighted. It is a matter of writing well formatted code with correct indentation. Same could be said for ( and ) - no coloring but only highlighting.
    This has been a request for many years at GSE. Maybe it is due to the Eclipse-platform.
    Anyway you can live without but it would be a great feature.

  • Guest
    Reply
    |
    Feb 17, 2020

    You can select an END; by double clicking on it and it should show you which block IF, SELECT, DO, etc that it is associated with by highlighting the associated terms.