×
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.
Not so much opening but if you make a large paste, it can take **forever**....
And, I guess I need to open a PMR about indenting and comments. Auto-indent does not respect the comment line above it. It aligns with the previous valid statement.
if cond(1 = 1) then(do)
/* comment for next line */
<code> // This is pushed left to align with the if */
enddo
I'd sure like the ability to insert a tag to tell the parser not to auto-indent or align. Of course, the compiler needs to accept it too.
<code>
/* do not adjust spacing of this code */
</code>
Roger Harman
COMMON Certified Application Developer - ILE RPG on IBM i on Power
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxx> on behalf of dlclark@xxxxxxxxxxxxxxxx <dlclark@xxxxxxxxxxxxxxxx>
Sent: Friday, February 3, 2017 2:05 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Subject: Re: [WDSCI-L] Slow opening CLP's?
"WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx> wrote on 02/03/2017 04:46:05 PM:
Anyone else having extreme slowness when RDi 9.5 is opening CL members?
I'm talking about minutes to open a source member that's a couple of
hundred lines of code.
Yes, the parser/validator is extremely slow for CLLE source.
Sincerely,
Dave Clark
As an Amazon Associate we earn from qualifying purchases.