I have set JCF (version 2.33) to remove more than 2 consecutive blank lines.
While this works in general, I encounter a specific problem between a "uses" and a subsequent "var" clause. In the following example, all blank lines between "uses" and "var" are removed and replaced by a single line.
However, their should be TWO lines remaining.
uses
Unit1, Unit2, ...,
Unit10, Unit11, ...,
...;
(several blank lines)
var
myvar1: boolean;
Is this a JFC bug or am I doing something wrong?
I have tried all the settings at "Clarify/Blank Lines" with no success.
Cheers,
Jens
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello world,
I have set JCF (version 2.33) to remove more than 2 consecutive blank lines.
While this works in general, I encounter a specific problem between a "uses" and a subsequent "var" clause. In the following example, all blank lines between "uses" and "var" are removed and replaced by a single line.
However, their should be TWO lines remaining.
uses
Unit1, Unit2, ...,
Unit10, Unit11, ...,
...;
(several blank lines)
var
myvar1: boolean;
Is this a JFC bug or am I doing something wrong?
I have tried all the settings at "Clarify/Blank Lines" with no success.
Cheers,
Jens