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



7.0.0.8. A co-worker found a situation that confuses block nesting
(Right click, Source, Show block nesting or Ctrl-Shift-O)
c/free
if a=b;
exec sql
select *
from SOMEFILE;
endif;
/end-free

If you put the cursor on the IF line and press Ctrl-Shift-O, WDSC says
it can't find a match. If you put the cursor on the ENDIF, WDSC frinds
the match at the SQL SELECT line.

This same situation occurs with Ctrl-Shift-M and Ctrl-M.

It seems to only happen if the SQL SELECT is between an IF and an ENDIF.
It seems to handle the RPG SELECT just fine; probably because it has a
matching ENDSL.
--buck

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.