delphi 2010 class declarations crasehs fomrating
Brought to you by:
anthonysteele
This one wont format but its compileable.
type
TForm3 = class(TForm)
public
class function GetI: Integer; static;
class var i : Integer;
class constructor Create;
class destructor Destroy;
class property mtryrt: Integer read GetI;
end;
Pls don't abandon JCF it's ages ahead of what new d2010 formatter offer.