Page 1 of 1

Folding in FORTRAN for IF without THEN

Posted: Wed Nov 29, 2006 2:25 pm
by dmaon
I am now evaluating the program and I like it very much.
I have found a problem in the folding that does not let me use it in FORTRAN in many files. In FORTRAN you can use a single line IF without THEN and ENDIF. Something like: IF ( ERROR ) EXIT . This confuses the folding. You should ignore IF's without THEN in the same line.

Posted: Thu Nov 30, 2006 10:13 pm
by jussij
Hi Dmaon,
You should ignore IF's without THEN in the same line.
This Fortran code folding change has been made and the new xFolder.dll can be found here:

http://www.zeusedit.com/z300/xFolder.zip

To install this new dll backup the current dll and replace it with the one contained in the zip file.

If you find any other issues or have any other suggestions regarding the Fortran folding feature feel free to post them to this forum.

Cheers Jussi

Thank you

Posted: Sun Dec 03, 2006 7:20 am
by dmaon
Hi jussi,

Thanks for the very fast fix. It works now perfectly