F1Help –
is the application to generate windows help files, HtmlHelp or html documents
from any Delphi source file. It is handy for component writers that want to
document their components and source code with an integrated help in the Delphi
environment.
CodeLens –
Code Lens is a Delphi/Object Pascal source analyzer. A small group of
Delphi programmers have started a source analyzer project to clean up some
legacy code. The project is based on Martin Waldenburg’s Delphi parser.
DelForExp –
a freeware Pascal source code formatter for Delphi. This is the Delphi
formatting Expert. It’s a simple plug-in for Delphi that will reformat your
sourcecode in a more readable output. Works for Delphi 2 up to Delphi 7. Also
has a stand-alone version.
Jedi Code Format –
The Jedi Code Formatter is an open-source code formatter for the Borland
Delphi Object-Pascal programming language. The formatter can standardize all
aspects of Delphi Object Pascal source code formatting, including indentation,
spacing and capitalization.
PMD –
is a Java source code analyzer. It finds unused variables, empty catch blocks,
unnecessary object creation, and more. It includes CPD, a tool to detect chunks
of identical code.