Delphi 6.0x freeware
Programming Tools

[ CodeEditor.zip ] [ 7,169 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 ]
This is an enhanced version of TRichEdit which is designed for writing HTML/ASP code. The component formats the colour of the font while typing. You should call the FormatCode procedure after loading a file or pasteing from the clipboard. You should make sure that you convert to plain text before saving a file. It's a bit rough around the edges so I welcome any feedback with ideas for imporvements.
Added: 19-08-2002   |  Version: beta   |  Downloads: 1883/1883/11
Author:Jon Stagg   Jon Stagg   [DSP files]

[ DIPasDoc.exe ] [ 662,623 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 | D6 | D7 ]
DIPasDoc generates HTML documentation from comments in Pascal unit source code files. It outputs browsable help as standard Html files and can also create complete and customizable MS HTML lHelp projects. It is the only free help generator that flawlessly follows compiler defines and include files. DIPasDoc is the ideal tool for source code documentation, both for your company's in-house library and your customers.
Added: 26-06-2001/18-04-2003   |  Version: 0.8.6   |  Downloads: 3866/3806/12
Author:Ralf Junker   The Delphi Inspiration   [Homepage]   [DSP files]

[ DIPP.zip ] [ 50,679 bytes ] [ Freeware ] [ No Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 | D7 | K1 | K2 | K3 ]
DIPP is a Pascal Pre-Processor to manipulate Pascal source code files:
  • remove comments
  • process compiler directives
  • strip or keep conditional compiler directives by wild card masks
  • insert, read, or skip include files by wild card masks
DIPP is useful to
  • simplify debugging by inserting include files and removing unnecessary conditionals
  • prepare Pascal sources to share with 3rd parties
  • target Pascal sources at specific compiler versions
  • remove conditionals unsupported by some (old) compilers
DIPP is a tiny console application suitable for batch processing. It reads, processes and writes one file at a time, performing minimal syntax check as it goes. Output files can then be passed on to Pascal compilers.

DIPP is freeware, no strings attatched.


Added: 2-12-2003   |  Version: 1.20   |  Downloads: 1135/1135/13
Author:Ralf Junker   The Delphi Inspiration   [Homepage]   [DSP files]

[ Resizer.zip ] [ 5,867 bytes ] [ Freeware ] [ With Source ]
[ D6 ]
With appropriate use of controls' Anchor properties, simple forms gracefully adjust themselves to any reasonable screen size. In more complex cases, the designer's judgment comes into play. Instead of trying to capture the designer's rules in a complex OnResize handler, the RRFResizer component lets the designer maintain a database of the desired positions and sizes of a form's controls at each of several screen sizes. Specifically, the RRFResizer is manually invoked to store the current screen size and the form's controls' locations and sizes, and then it is invoked within the form's OnShow handler to restore the sizes and locations that were stored when the screen size was the same as the current one. Components of Resizer.zip Resizer.dpk stored as RESIZER.DPK RRFResize.pas stored as RRFRES~1.PAS RRFResizeDT.pas stored as RRFRES~2.PAS RRFResize.dcr stored as RRFRES~1.DCR
Added: 10-02-2002   |  Version: 20020205a   |  Downloads: 1662/1662/12
Author:Robert R. Fenichel   [Homepage]   [DSP files]

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