× 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.



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


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


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.

--
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: [8]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
[9]http://archive.midrange.com/wdsci-l.

Scanned by MailDefender - managed email security from intY -
[10]www.maildefender.net

Important, this email transmission and any files with it are strictly
confidential to the intended recipient and may be legally privileged.
Any
views or opinions presented are solely those of the author and do not
necessarily represent those of BHSF. If you are not the intended
recipient,
you must not copy, disclose or distribute its contents in any way. If
you
have received this e-mail in error, please notify the sender and delete
the
e-mail from your system.

We have taken steps to ensure this email and attachments are free from
any
virus but do not accept any responsibility once this e-mail has been
transmitted. You should scan any attachments for viruses. No contract
may
be concluded on behalf of BHSF Limited by e-mail.

Registered Office: BHSF Limited, Gamgee House, 2 Darnley Road,
Birmingham,
B16 8TE. [11]www.bhsf.co.uk Registered in England number 35500. BHSF is
authorised and regulated by the Financial Services Authority.
--
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: [12]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 [13]http://archive.midrange.com/wdsci-l.

--
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: [14]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 [15]http://archive.midrange.com/wdsci-l.

References

Visible links
1. mailto:rlsawyer@xxxxxxxxxx
2. http://www.ibm.com/software/rational/products/rdp/
3.
http://www.youtube.com/watch?v=mzAXpmmQ7fk&playnext=1&list=PL62DF24D5BCD43501

5. file:///tmp/www.celinainsurance.com
6. mailto:wdsci-l-bounces@xxxxxxxxxxxx
7. file:///tmp/www.celinainsurance.com
8. http://lists.midrange.com/mailman/listinfo/wdsci-l
9. http://archive.midrange.com/wdsci-l
10. file:///tmp/www.maildefender.net
11. file:///tmp/www.bhsf.co.uk
12. http://lists.midrange.com/mailman/listinfo/wdsci-l
13. http://archive.midrange.com/wdsci-l
14. http://lists.midrange.com/mailman/listinfo/wdsci-l
15. http://archive.midrange.com/wdsci-l
--
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.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.