Anonymous - 2011-11-04

Originally posted by: ring....@gmail.com

1/ When using the '-e' parameter, the application will automatically set the map file to be the application parameter filename, changing the extension to '.map' (the code is here https://code.google.com/p/delphi-code-coverage/source/browse/trunk/CodeCoverage/CoverageConfiguration.pas#309 )
If you think this not the case, could you please provide a test case.

2/ I have been thinking of adding the ability to use regular expressions and may include it in a later release.
In the mean time, you could use the DOS dir command to list all the Pas files in the directory (dir /b *.pas >> somefile) in to a file and use the -uf (-uf somefile).

Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-Low
Owner: ring....@gmail.com
Status: Accepted