Hi

I have the following unit. No matter what I try, I can't get JCF to
correct the indentation of the uses clause shown below. Anybody know
what setting I need to change - or is this not supported in Lazarus's JCF?

This seems like a bug in JCF (include with Lazarus), because I can run
the original jcfGui.exe binary from the original JCF project on
SourceForge, and it correctly formats the below code, and aligns the
uses clause lines.

========================
unit createpicscomponent;

{$mode objfpc}{$H+}

interface

uses
  Classes,
    SysUtils,
      math,
        FPG;

type

  TCreatePicsComponent = class(TComponent)
  end;

implementation

end.
========================

Attached is my JCF config file in that might help.

Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp

Attachment: jcfconfig.tar.gz
Description: GNU Zip compressed data

-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to