Folding in FORTRAN for IF without THEN
Posted: Wed Nov 29, 2006 2:25 pm
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.
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.