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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
This RFE has been re-evaluated. Due to the relatively low number of votes, this RFE is now being declined.
Although the theme of this request is consistent with our business strategy, it is not committed to the release that is currently under development.
The feature that is described in this request is a candidate for a future release.
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
The scope of this RFE has been redefined to: ILE RPG code completion should be independent of the "Repeat previous specification type" preference.
Upon further tests for RPG, DDS, CL the defauult assignments for delete and backspace are deleteInLine and backspaceInLine which only do their stuff within the current line. When changing these keys to use the delete and backSpace actions, I find that this is very close to other editors.
That leaves the enter key where assignig splitLine means that we loose some of the code completion or special formating.
This RFE will be under consideration for a future release. Status has been updated to Uncommitted Candidate.
This solution does not really work like other editors.
delete should join the line only when done at end of line. (for backspace would be when on first char).
For enter we loose the functions provided by enterRPG like automatic insertion of endif.
This feature already exists in RD Power. Please refer to the following and let us know if this is the requested feature.
To define split line for enter key:
- Go to Window > Preferences > LPEX Editor > User Key Actions
- Type "enter" in the Key field
- Select "splitLine" in the Action field
- Click "Set"
- In the left pane, expand Remote Systems > Remote Systems LPEX Editor > IBM i Parsers
- Click "ILE RPG" to display the preference dialog for this language
- Make sure the "Repeat previous specification type" check box is not selected
- Click "OK" to save and close the Preferences dialog
To define join line for delete key:
- Follow the above instructions
- Type "delete" in the Key field
- Select "join" in the Action field
For details, please refer to Sandbox for Power Systems on developerWorks . Go to section "Explore RPG and COBOL development using modern tools" and look for "Lab 02: Edit RPG applications". Refer to sections 2.2.3 and 2.2.4 for instructions to define the split line behavior for enter key. Various user key actions can also be defined in the same way.
This RFE is consistent with our strategy and product roadmap and IBM is continuing to evaluate.