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



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.

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.