|
SC-Tool (Win 98/2000/XP/Vista/7) |
|
|
|
Written by Administrator
|
|
Sunday, 03 July 2005 |
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 )
|