Folding in FORTRAN for IF without THEN

This forum should be used for all code folding problems, questions or suggestions. You can also use this forum to request folding support for a new language.
Post Reply
dmaon
Posts: 14
Joined: Wed Nov 29, 2006 2:17 pm

Folding in FORTRAN for IF without THEN

Post 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.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
dmaon
Posts: 14
Joined: Wed Nov 29, 2006 2:17 pm

Thank you

Post by dmaon »

Hi jussi,

Thanks for the very fast fix. It works now perfectly
Post Reply