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 Delivered
Categories Editors
Created by Guest
Created on Feb 18, 2020

PL/I-Editor Code Folding

We would like to have the option of Code Folding within the PL/I-Editor. When you have a huge source with many looping and conditional statements code folding would help in order to find the correct blocks within the source or to hide some complexity when you would like to concentrate on other parts of the source.

We would like to have this feature optionally – so there should be a setting within the PL/I editor preferences which allows us to enable or disable this feature. When the feature is enabled minus signs should appear in the Annotation Bar next to code blocks which can be folded (eg IF THEN ELSE, DO, SELECT, …).

Idea priority High
  • Guest
    Reply
    |
    Jun 22, 2020

    This enhancement was delivered in IBM Developer for Z/OS 14.2.3.

  • 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. Your request is currently inline with our product strategy and we have planned it for a future release of the product. Thank you for your suggestion and continued support.

  • Guest
    Reply
    |
    Feb 19, 2020

    In IDz 14.2.1.1 you have a new "Filter View" function. This is close to what you requests.
    Also showing the "Outline" view is very helpfull and also "Program Control Flow" helps.
    I like the latter one a lot because it can tell me how I can get to a specific procedure and hide all other calls.
    Still a nice suggestion - should not be that big a problem now we know the editor can insert +-signs for folding code.