I am unsure if I should fill this as a Bug or as a Feature request. Sorry if my choice is wrong.
I have implemented a comment folding for Fortran lexer. With this patch the comment lines can be folded if there are 4 and more lines after each other. The patch file and the figure are attached.
Tested on SciTe 374.
Committed as [02f238] with some modifications.
The validity of some variables over all flow paths is a little complex which led to some warnings from Visual Studio Code Analysis and Coverity. An iinitialisation was added for nComColF and an assertion added before indexing into comL.
Related
Commit: [02f238]
I compiled and tested SciTE today. I think everything works as it should be.
Thank you, Neil.