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.
We have evaluated this request and determined that it cannot be implemented at this time.
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
Component - RPG/COBOL Development Tools
Operating system - IBM i
Source - None
For recording keeping, the previous attributes were:
Brand - Servers and Systems Software
Product family - Power Systems
Product - IBM i
Component - Application Development
Operating system - IBM i
Source - None
I'm also missing a way to copy from one source to another just like you are doing in PDM.
Copy/paste using the Windows clipboard is ok for minor code snippets but when it is larger chunks of code I'm using PDM.
I feel it is easier and faster using it.
One way to implement it in RDI could be that new options are implemented that specify what to copy into the clipboard and where to insert it from the clipboard. Thus in the source where you want to copy something from you could mark the block with CCx ( x is an arbitrary character ) and in the source where you want to copy to from the clipboard you could use Ax or Bx ( x is still an arbitrary character but the same used in the CCx statement).
This doesn't inhibit the use of ctrl+C and ctrl+V shortcuts.
Another way could be to emulate the functionality from PDM where you press F15 and select a source.
This opens a window where you can select the source and mark what is to be copied and then where it should be inserted.
But I think that the first suggestion using the clipboard is the easiest way to implement this functionality.
I assume that you mean the line commands "c", "cc" (for copy) and "a" for "insert after", right?
If that is true, then I wonder what should happen if a user had more than 2 source members open in RDi. In that case there could be copy commands (waiting for execution) in 2 or more source members. What should happen in the source member with the "a" (insert after) command, then? In that case RDi cannot know the lines to copy.
From my point of view copy & paste (using the Windows clipboard) is the preferred way to go when copying lines between source members.
Thomas.
Attachment (Description): Example of CC in other source