Buck,
I use mouse to select several lines of source code by click-n-drag... usually like this, and I'm usually copying from a blank row to another blank row (i.e. a block of code):
if shpr_nbr <> *blanks;
shpr_nbr = %xlate(lower:upper:shpr_nbr);
shpr_nbr = Txt_Scrb(shpr_nbr:digits + upper);
endif;
If during the click-n-drag, you release the "click" with the mouse cursor over the line sequence numbers (or very close to them), upon release you can see the cursor blinking to the left of the source line (with the text highlighted). If this is the case, CTRL-C will not copy.
If you press the right arrow key one time, the cursor moves to the right of the source line number. Now CTRL-C will copy the source text.
Greg
-----Original Message-----
From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Buck Calabro
Sent: Monday, January 26, 2015 2:52 PM
To: wdsci-l@xxxxxxxxxxxx
Subject: Re: [WDSCI-L] CTRL-C issue
On 1/26/2015 1:44 PM, Greg Wilburn wrote:
CTRL-C does not seem to function for copying selected text if (after the text has been selected) the cursor is positioned before the source line number. Is this a known issue in 9.1.0? Is it fixed in 9.1.1?
I'm on 9.1.1 and will test this but I confess I don't understand the
steps. I pretty much use the cursor keys to select text, and when doing
that I can't move to the prefix area and keep the text selected.
Could you post the steps you're taking so I can try it myself?
As an Amazon Associate we earn from qualifying purchases.