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 Not under consideration
Workspace IBM i
Created by Guest
Created on Jan 5, 2016

Add new stop characters for nextWord and prevWord actions

Increase character tokens used to identify a "nextWord" or :prevWord" spot point to all punctuation and math symbol characters that are legal in RPG syntax.


Use Case:

If I create long variable names, function names and or function calls with long names and I don't use spaces within I have to use a mouse or the left or right arrow movement to get into the middle of this data.

lines examples of where new stop positions would be beneficial,
variable = long_datastructure_array(idx).sub_field_within_DS-_arry;
results = LongProcedureNameBecuaseWeWantMeaningfulNames(passedparm1:passedparrm2:passedparm3:passedparm4:passedparm5);

If in both examples I only want move within the middle of these text strings the "nextWord" or "prevWord" actions will not stop at the right spot, leaving me to slowly move the cursor with a "left" or "right" key action.


Idea priority Medium
  • Guest
    Reply
    |
    Mar 15, 2022

    Thank you for taking the time to submit your request. After careful consideration, we know that we cannot deliver your requested enhancement in the near term, so it is being declined. However, your request does align with the future strategy of our product and we believe it may have future value, so we will add it to an internal list for us to keep in mind for the future.

  • Guest
    Reply
    |
    Aug 10, 2020

    We have reviewed this requirement and we feel it would be a beneficial enhancement to the product. We hope to be able to add it to our development plans in the future.

  • Guest
    Reply
    |
    Apr 15, 2016

    I think this is a great idea and would be most useful extending it to CL, COBOL, DDS, etc.--i.e., it should function this way in LPEX no matter what the source type is.

  • Guest
    Reply
    |
    Mar 24, 2016

    Although the theme of this request is consistent with our business strategy, it is not committed to the release that is currently under development.

  • Guest
    Reply
    |
    Mar 2, 2016

    Sorry, I forgot: One exception is the dot in qualified data structures. It should definitely be treated as a word separator, same for (,), and ;. In this I agree with Matt's reply to JMarkMurphy.

  • Guest
    Reply
    |
    Mar 2, 2016

    I think usually you don't want to stop inside a variable's name, you want to skip the variable and get to the next "entity" (command, operator, comment etc).

    So I think it's helpful in a source code editor to consider a variable a word. In contrast to Matt, to me it's annoying when some tools don't. So I support JMarkMurphy's suggestion "to use a key other than ctrl-> or ctrl-<".

  • Guest
    Reply
    |
    Jan 27, 2016

    Mark no where do I ask for anything more complicated than stopping at a punctuation character. If there is no characters like this then stopping at anything else like a letter or number is not reasonable.

    If you use the IBM ACS or I Nav Run SQL Scripts (or any other source editor not LPEX, try out editing an SQL script with the SQL and XQuery Editor) and use the next word short cut (CTRL+Right arrow) the next stop point is a punctuation character like " " , . ( ) ' ' / : ; LPEX should stop at characters like these tools do.

    I would be okay if the next word stop character only expanded to ( ) : and ;.

  • Guest
    Reply
    |
    Jan 26, 2016

    >> variable = long_datastructure_array(idx).sub_field_within_DS-_arry;
    >> results = LongProcedureNameBecuaseWeWantMeaningfulNames

    So in the above, if the cursor is in datastructure, ctrl-> would jump to the first character of array, and if you were in Procedure, it would jump to the N in Name?

    The requirements would have to be specified very specifically, and you still couldn't have something like starting from d in datastructure it would jump to the s in data structure without some word dictionary. Even then it would not be very accurate due to all the funky abbreviations we use to name variables. This has to work for everyone's coding style, not just yours.

    So what would a reasonable next word look like if words aren't delimited by spaces and punctuation? The next capital (probably not, see DS above)? The next capital after a lower case letter? The next letter after an underscore?

    I think it would have to use a key other than ctrl-> or ctrl-< though because we are all used to how those work, and what a word is.

  • Guest
    Reply
    |
    Jan 8, 2016

    A preliminary evaluation of this request indicates that it is consistent with our business strategy. Further evaluation of this RFE is underway.