× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Or if you want a compact version to pin on your wall you can download here: http://systemideveloper.com/downloadRSEShortcuts.html or request printed copies.


On 2013-06-21, at 4:46 PM, MichaelQuigley@xxxxxxxxxx wrote:

Hi Jeff,

I know this is a day or two out from your original post, but you might try
looking at the list of keyboard shortcuts found at:
http://wiki.midrange.com/index.php/WDSC_shortcuts

It's pretty comprehensive.

Michael

wdsci-l-bounces@xxxxxxxxxxxx wrote on 06/20/2013 01:28:21 PM:

----- Message from Jeff Buening <Jeff.Buening@xxxxxxxxxxxxxxxxxxx>
on Thu, 20 Jun 2013 13:28:09 -0400 -----

To:

Rational Developer for IBM i / Websphere Development Studio Client
for System i & iSeries <wdsci-l@xxxxxxxxxxxx>

Subject:

Re: [WDSCI-L] Rational Developer for i V9.0 and Rational Developer
for AIX and Linux V9.0 now available!

Continuing from my last email the Ctrl+down or ALT-L(that Paul describe)
work but they do add a blank line when you paste so not quite like WDSC
which didn't do that. So need extra key combination to delete that
extra
line. I know sounds picky....will have to look for key combination to
delete the blank line it creates.



Jeff Buening
Sr. Developer
P: 419.586.8599 | F: 419.586.6224

Celina Insurance Group
800.552.5181 | 1 Insurance Square, Celina, Ohio 45822
www.celinainsurance.com


...............................................................................................................


The information contained in this message (including any attachments) is
confidential and may be privileged.
Unauthorized disclosure, copying, or use of this information is
prohibited
and may be unlawful.
If you are not the intended recipient, please delete this message and
notify the sender.



From: Rick Sawyer <rlsawyer@xxxxxxxxxx>
To: Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries <wdsci-l@xxxxxxxxxxxx>,
Cc: wdsci-l-bounces@xxxxxxxxxxxx
Date: 06/20/2013 12:55 PM
Subject: Re: [WDSCI-L] Rational Developer for i V9.0 and Rational
Developer for AIX and Linux V9.0 now available!
Sent by: wdsci-l-bounces@xxxxxxxxxxxx



Jeff,

I was able to reproduce this as well. However, it seems that if you
select the line including the newline character (eg. move cursor to
beginning of line press Shift+Down to highlight line) it behaves
properly
with Ctrl+C and Ctrl+V.
My feeling is that this has to do with the feature that was added to
LPEX
for COBOL relating to smart line joins/splits etc.
Please open a PMR for this if you want it fixed. Hopefully the
workaround
I gave will be helpful for now.

Rick Sawyer
Rational Developer for Power
IBM Software Group, Rational



--------------------------------------------------------------------------
Phone: 905-413-4384
[4]IBM
E-mail: [1]rlsawyer@xxxxxxxxxx
[2]www.ibm.com/software/rational/products/rdp/
[3]YouTube: http://www.youtube.com/watch?v=mzAXpmmQ7fk

From: Jeff Buening <Jeff.Buening@xxxxxxxxxxxxxxxxxxx>
To: Rational Developer for IBM i / Websphere Development
Studio
Client for System i & iSeries <wdsci-l@xxxxxxxxxxxx>,
Date: 06/20/2013 11:31 AM
Subject: Re: [WDSCI-L] Rational Developer for i V9.0 and
Rational
Developer for AIX and Linux V9.0 now available!
Sent by: wdsci-l-bounces@xxxxxxxxxxxx



--------------------------------------------------------------------------

Paul,

Tried CTRL-D and that works for one line. Thanks paul. Will try to
use
that from now on. Still think ctrl-c and ctrl-v should work also but
oh
well....

Jeff Buening
Sr. Developer
P: 419.586.8599 | F: 419.586.6224

Celina Insurance Group
800.552.5181 | 1 Insurance Square, Celina, Ohio 45822
[5]www.celinainsurance.com



...............................................................................................................


The information contained in this message (including any attachments)
is
confidential and may be privileged.
Unauthorized disclosure, copying, or use of this information is
prohibited
and may be unlawful.
If you are not the intended recipient, please delete this message and
notify the sender.

From: Paul Bailey <PaulBailey@xxxxxxxxxx>
To: Rational Developer for IBM i / Websphere
Development
Studio
Client for System i & iSeries
<wdsci-l@xxxxxxxxxxxx>,
Date: 06/20/2013 11:01 AM
Subject: Re: [WDSCI-L] Rational Developer for i V9.0
and
Rational
Developer for AIX and Linux V9.0 now available!
Sent by: wdsci-l-bounces@xxxxxxxxxxxx

How do you copy the lines? I don't know the first thing about COBOL
or
the
editing facilities RDp gives COBOL programmers, but there are
multiple
methods for copying whole lines in RPG, including mouse/keyboard
select&copy&paste, and you can use the prefix area like you would in
SEU
to
C or CC/CC and A various lines. The last I can think of is using the
CTRL-D
keypress which duplicates the current line. (In the Java editor
CTRL-ALT-Up
duplicates the current line.)

-Paul.

-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx
[[6]mailto:wdsci-l-bounces@xxxxxxxxxxxx] On
Behalf Of Jeff Buening
Sent: 20 June 2013 15:30
To: Rational Developer for IBM i / Websphere Development Studio
Client
for
System i & iSeries
Subject: Re: [WDSCI-L] Rational Developer for i V9.0 and Rational
Developer
for AIX and Linux V9.0 now available!

Just curious in RDI V9.0 in COBOL can we again copy one line of code
that
has something in the first 6 columns and paste it on the next line
and
it
will paste the whole line? If we copy and paste two lines of code it
works
just fine, the problem is with just one line of copy and paste. When
using
WDSC it worked just fine, but ever since the upgrades
RDI-RDP-(maybe)back
to RDI has been a real pain for someone who puts project numbers in
the
first 5 columns. With the little amount of enhancements an Iseries
COBOL
programmer gets in the upgrades it would probably just be beneficial
for
us
to go back to WDSC if not fixed. FYI...I have tried all the BLOCK
settings
in preferences(character, element, rectangle, stream) and none work
like
in
WDSC. Below is example of what I am talking about....

Copy the following line....
123456*A-1-B
62JRB IF TU-POLICY-TYPE = "7"
when paste to next line only get this....below 123456*A-1-B 62JRB

But when coping two lines together....
123456*A-1-B
62JRB IF TU-POLICY-TYPE = "7"
62JRB MOVE "Y" TO WS-TEST.
when paste to next line the whole lines paste like they are suppose
to...shown below 123456*A-1-B
62JRB IF TU-POLICY-TYPE = "7"
62JRB MOVE "Y" TO WS-TEST.

Jeff Buening
Sr. Developer
P: 419.586.8599 | F: 419.586.6224

Celina Insurance Group
800.552.5181 | 1 Insurance Square, Celina, Ohio 45822
[7]www.celinainsurance.com
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.

Jon Paris

www.partner400.com
www.SystemiDeveloper.com





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.