ExtractIdentifiers |
Top Previous Next |
Tools > ExtractIdentifiers The ExtractIdentifiers tool can be used to create or correct identifier lists by extracting identifiers from individual files or groups of files. ExtractIdentifiers is a command ExtractIdentifiers is a command line tool. It can be called with the following parameters:
ExtractIdentifiers -a or -c -i identifer file -f folder [-m Filemask]
The a- or c- parameter have to be set, otherwise the program will do nothing. The parameters can be passed in any order. Paths may be absolute or relative. Line comments are skipped as well as strings and Delphi comments per default if not changed by -/ parameter
For example the following commands will extract all Delphi identifiers from the Delphi RTL in .\Source\Rtl and correct and supplement the resulting list in RTL_7.txt with the identifiers from the fie CorrectIdentifiers.txt
ExtractIdentifiers.exe -a -i RTL_7.txt -s ..\Source\Rtl\Common -m *.pas;*.inc ExtractIdentifiers.exe -a -i RTL_7.txt -s ..\Source\Rtl\Sys -m *.pas;*.inc ExtractIdentifiers.exe -a -i RTL_7.txt -s ..\Source\Rtl\Win -m *.pas;*.inc ExtractIdentifiers.exe -a -i RTL_7.txt -s ..\Source\Rtl\Bde -m *.int ExtractIdentifiers.exe -c -a -i RTL_7.txt -s CorrectIdentifiers.txt
|
This page belongs to the Delphi2Cpp Documentation |
Delphi2Cpp home Content |