Jens Lenge - 2007-11-21

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