Well, that's handy. Thank you.
I decided to try out a cool feature that I never found to work reliably in
the previous version, the "Toggle Marking Occurences of a Given Entity"
button. Despite getting mentioned in the fix list, tt works some of the
time, and others...not so much. I have the below data, and if I double
click on ScnDta in the control section, I see used instances of ScnDta
throughout the source, including in the dcl-ds section. If I click on the
ScnDta in the dcl-ds section, I get nothing. Also, it seems to have a
refresh issue when first turning it on, similar to how the filter by
selection used to require an extra click to get it to execute.
dcl-ds ScnDta likeds(ScnDta_t) INZ;
dcl-ds ScnDta1 likeds(ScnDta_t) INZ;
//************
callp $RstSC1();
dou *IN03;
*IN50=(XMSG<>*blanks);
clear XSCAN;
exfmt SC1;
clear XMSG;
if XSCAN=*blanks;
iter;
elseif %subst(XSCAN:1:1)='S';
ScnDta=$SerScan(%subst(XSCAN:2));
elseif %subst(XSCAN:1:1)='P';
reset ScnDta;
ScnDta.Part=%subst(XSCAN:2);
ScnDta.Typ=Part;
endif;
From: "Eric Simpson" <esimpson@xxxxxxxxxx>
To: Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries <wdsci-l@xxxxxxxxxxxx>
Date: 04/25/2016 01:24 PM
Subject: Re: [WDSCI-L] RDi 9.5.0.3 fixpack is now available!
Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>
For ILE RPG, if Show Block Nesting is invoked on a line that is not a
control flow statement, it will display nesting for the current subroutine
or procedure and also show the name of the current subroutine or procedure
in the editor message line.
http://www.ibm.com/support/knowledgecenter/SSAE4W_9.5.0/com.ibm.etools.iseries.rse.doc/topics/tblock_nesting.html
Thanks,
Eric
Eric Simpson
Rational Developer for i - Rational Developer for
AIX and Linux - Rational Developer for Power
IBM Software Group - Canada Lab
Phone: 905-413-3226 (T/L: 313-3226)
esimpson@xxxxxxxxxx
From: Darren Strong <darren@xxxxxxxxx>
To: Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries <wdsci-l@xxxxxxxxxxxx>
Date: 04/25/2016 01:09 PM
Subject: Re: [WDSCI-L] RDi 9.5.0.3 fixpack is now available!
Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>
Regarding having the ability to see what subprocedure or subroutine
the cursor is in:
THAT IS CO COOL!!! Had to play with it a bit when I was somewhere
deep in the mainline of a relic program and got "Matching statement
not found" (because I was not in a subroutine or a subprocedure),
but I can be trained. Thanks for adding that feature to the mix!
What's that now? Where/How do you see that?
--
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.
--
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.