Donate

 
Home arrow Software arrow SC-Tool
SC-Tool (Win 98/2000/XP/Vista/7) Print E-mail
Written by Administrator   
Sunday, 03 July 2005
SC-Tool


You can use the SC-Tool to style your delphi-sourcecode.
For example if you have:

function temp : String;
begin
Suchwoerter := TStringList.Create;
for e := 0 To 1 Do
begin   
Suchwoerter.AddStrings('test');   
end;
Suchwoerter.Free;
ShowMessage ('');
end;

SC-Tool will change it to:

function temp : String;
begin
 Suchwoerter := TStringList.Create;
 for e := 0 To 1 Do
  begin   
   Suchwoerter.AddStrings('test');   
  end;
 Suchwoerter.Free;
 ShowMessage ('');
end;
 


Download:
SC-Tool


Last Updated ( Wednesday, 25 November 2009 )
 

^
^



 
  © www.koma-code.de 2004