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 Jul 10, 2013

Change behaviour of TAB-key for /free lines

Please change the way the TAB-key works for /free lines to act the same as the TAB-key in the Eclipse Java editor. Do not change the behavior for fixed-format lines.

Today the TAB-key moves the cursor to the next tab at the right, respectively Shift-TAB moves the cursor one tab to the left regardless of where the cursor has been placed.

In the Eclipse Java editor the TAB-key moves the text at the right of the cursor to the next tab position at the right. For example:

Before:

------/free
---------name-=-'Donald';

For tabs at each 3rd position, starting at 10, 'Donald' is moved to the 19th position, when the cursor has been placed right before 'Donald' and the TAB-key is pressed:

After:

------/free
---------name-=---'Donald';

One or more selected lines are completely indented one tab to the right or moved back one tab to the left when TAB or Shift-TAB is pressed.

Developers who continuously have to switch between Java and RPG get crazy with the way the TAB-key works in the LPEX editor. Also formatting a block of lines is faster and easier by selecting the lines and pressing TAB / Shift-TAB compared to the SEU commands RRT/LLT.

Last but not least developers starting with RPG and RDi do not know the SEU commands but usually know the Eclipse Java editor or other products such as Notepad++.


Use Case:

Daily work.


Idea priority Low
  • Guest
    Reply
    |
    Nov 20, 2017

    This feature was delivered in version 9.6.
    The Tab key will now insert spaces into free form ILE RPG source lines when pressed. Shift+Tab will outdent the free form line. If you select one or more free form lines and press Tab or Shift+Tab it will increase or decrease the indent respectively. To change the number of spaces used, go to Window -> Preferences, then select Remote Systems > Remote Systems LPEX Editor > IBM i Parsers -> ILE RPG -> Formatter. Set the value in 'Number of spaces to indent by'. If you prefer to go back to the behavior where Tab and Shift+Tab behave the same way on free form lines as fixed form lines, go to Window -> Preferences, then select Remote Systems > Remote Systems LPEX Editor > IBM i Parsers -> ILE RPG -> Key Behavior. Uncheck 'Tab key inserts spaces for free form source.' Note: The 'Key Behavior' preference now includes all Key behavior settings previously found in the parent ILE RPG preference. Two new settings were added: 'Tab key inserts spaces for free form source.' for RFE36974 and 'Enter key splits line for free form source' for RFE25265.

  • Guest
    Reply
    |
    Sep 28, 2017

    The feature that is described in this request is a candidate for a future release.

  • 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
    |
    Jan 22, 2015

    Agree 100%. I'm one of those developers that works in both the Java and RPG editors.

  • Guest
    Reply
    |
    Oct 9, 2013

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

  • Guest
    Reply
    |
    Aug 23, 2013

    While I agree that having the Tab and Enter work the same in both Lpex and the Java editors can be good and would be a nice enhancement, that change needs to be controlled by a preference, some of us like the current Lpex behavior.

  • Guest
    Reply
    |
    Aug 23, 2013

    I wonder if pressing Enter to split a line goes along with this. That's one thing that always bites me when I go to a java editor, I'm so used to pressing enter to get a new line, but in java it'll split the line.

  • Guest
    Reply
    |
    Aug 9, 2013

    This RFE is consistent with our strategy and product roadmap and IBM is continuing to evaluate.