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 Usability
Created by Guest
Created on Jul 8, 2016

Allow to search for all occurences of a string from regexp in current editor

Allow to search for all occurences from regexp in current editor

The COBOL editor includes several possibilities to search for text. There is, for example, the Edit>Search/Replace... which provides a way to jump from one occurence of the searched string to another one in the file. The Edit>Search/Replace ... allows to type a regular expression as search pattern.

There is also the Search>Text>File which will list all the occurrences of the searched string in the search result view, but doesn't support regular expressions.

There is also the Search>File... which is not dedicated to search in an opened COBOL editor.

Also note that the Search>Text>File action only works if some text has been first selected in the editor. So, to search for a given piece of text, you need first to have found a first occurence of it in the file. Then, the Search>Text>File allows you to search for all occurrences. Another way to proceed is to write down a piece of text directly in the editor, select it, search for all occurrences with Search>Text>File and then remove the inserted text that was used only to start the search. This is not very practical.

All these search tools are complemetary, but two functionalities are missing :
1) The user can't search for all occurrences of a string in the current COBOL editor and get the results in the search result view without having first make a selection in the editor, which is not practical
2) The user can't search for a regular expression in the current COBOL editor and get all the occurences in the search result view.

A way to fill this gap could be to add a new behavior to the Search>Text>File action : if no text is selected in the editor, rather than sending an error message, the tool could open a dialog box where the user could enter a search string or a regular expression.

This way, the user could easily search for any text string or regular expression in the current editor, and get all the results in the search results view. That said, any other implementation that could provide the same possibility to the user is welcome.

Idea priority Medium
  • Guest
    Reply
    |
    Sep 9, 2016

    Delivered in IBM Developer for z Systems 14.0 (formerly named IBM Rational Developer for z Systems).

  • Guest
    Reply
    |
    Aug 8, 2016

    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
    |
    Jul 25, 2016

    #2 can be done already using Search > File from an open editor session and then in the resulting dialog just set the Scope to Selected Resources.