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.
See this idea on ideas.ibm.com
RDP 8.0.3 introduced a new feature for commenting blocks of code. This feature inserts the comment character into the relevant position on every line selected.
RPG fixed-format code requires a character to be in a specific position for the code to read properly, and the block comment feature disrupts that column sensitivity so that the commented code is slightly more difficult to read.
A preference page should be added to the normal preferences location to enable the user to decide if the comment feature inserts a character for comments, or overrides the character at position 7. I think that this preference page should have a preference each for fixed-format and free-format code as people may want this to operate differently according to the code they are working with at the time.
Select some lines that include a column sensitive value, such as an input file definition with an A in column 20 (ADD).
Press the CTRL-/ key, or select the comment menu option.
On reading that file definition, you may assume that the file is in ascending sequence and was not capable of adding a record.
Idea priority | Medium |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
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
This feature is now available in the IBM Rational Developer for Power Systems Software V8.5 product.
For details, please see the product Web site at:
http://www.ibm.com/software/rational/products/rdp/
This request is approved and planned for delivery within the next year or next generally available release. Thank you for taking the time to suggest this enhancement to our product and for your votes.
This RFE will be under consideration for a future release. Status has been updated to Uncommitted Candidate.
This RFE is consistent with our strategy and product roadmap will be under consideration for a future release. Status has been updated to Uncommitted Candidate.
This RFE is consistent with our strategy and product roadmap and IBM is continuing to evaluate.
I like the Block Comment feature; however I agree that it should be a preference on whether to shift existing text to the right or not. If I can choose not to shift it, this means I can "Un-Comment" blocks of code that I had previously commented "manually" without having to adjust the code due to the removal of the comment character.