Delphi 8.0x freeware
IDE Tools

[ Clearer.zip ] [ 233,700 bytes ] [ Freeware ] [ With Source ]
[ D8 | D2 ]
History is a great new feature of Delphi 2005. There is only a little drawback: after project completion getting rid of all the history files is a bit annoying. Clear makes this more easy. WARNING: this is a mass deletion program, use with care and under your responsibility.
Added: 6-12-2004   |  Version: 1.3   |  Downloads: 323/323/4
Author:Mauro Venturini   Mauro Venturini   [DSP files]

[ PrefixIt31.zip ] [ 255,407 bytes ] [ Freeware ] [ With Source ]
[ D8 | D2 ]
.NET frameworks is nice indeed. I like it, and I am a Delphi "integralist". Unfortunately, someone in MS decided that interface name prefix 'I' is good but class name prefix ('T' or 'C') it is not. This decreases immensely code clarity. C# chaps have a case- sensitive solution: they uncapitalize the instance names, e.g. graphics= new Graphics Very readable indeed! Not to mention the problem if the instance is visible outside the assembly (.NET in general is NOT case-sensitive). Delphi would have the solution: type equivalence, e.g. type TGraphics = System.Drawing.Graphics; var Graphics: TGraphics; but manually rename all framerwork types is not an option. Fortunately, using reflection it is quite easy to develop a tool that inspects an assembly and generate the type definitions automatically.
Added: 25-10-2004/6-12-2004   |  Version: 3.1   |  Downloads: 453/387/4
Author:Mauro Venturini   Mauro Venturini   [DSP files]

[ PUses.zip ] [ 179,222 bytes ] [ Freeware ] [ With Source ]
[ D8 | D2 ]
PUses implements orderly reformatting of uses clauses. This reformatting includes: - rewriting the unit/namespace names one per line and sorting them; - optionally adding the prefix unit (generated using PrefiIt!) names. This makes extremely easy the use of prefix units generate by PrefixIt! PrefixIt! can be found here or at http://cc.borland.com/codecentral/ccweb.exe/listing?id=22683
Added: 6-12-2004   |  Version: 1.3   |  Downloads: 271/271/3
Author:Mauro Venturini   Mauro Venturini   [DSP files]

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.