Code Folding Fortran

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
RTT
Posts: 8
Joined: Thu Dec 01, 2016 4:01 pm

Code Folding Fortran

Post by RTT »

When the IF(...) THEN statement of IF-ELSE-ENDIF block is written on more than one line it cannot be folded.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: Code Folding Fortran

Post by jussij »

Could you try the need xFolder found here: http://www.zeusedit.com/z300/xFolder.zip

Cheers Jussi
RTT
Posts: 8
Joined: Thu Dec 01, 2016 4:01 pm

Re: Code Folding Fortran

Post by RTT »

Thanks. With this DLL I can fold a multiline IF( )THEN block, but it does not work properly.
Everything up to the end of the file is folded
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: Code Folding Fortran

Post by jussij »

Could you post the smallest sample of code that shows the folding error :?:

You can format code using the Code but found in the tool bar.

Just hit the Code button and put the sample inside the two tags.

Cheers Jussi
Post Reply