You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added failure message when running generated batch file fails (seems it cannot deal with all failures yet)
added paranthesis around all paths in the generated batch file to support spaces in paths throughout
added possibility to clear all input of the previously loaded file when clicking "new"
added failure handling to the previous/next buttons in the HTML report view
replaced the about dialog with a better one
added a program icon
fixed wrong output of the path in list files (empty paths/file names) could be output, which crashed CodeCoverage.exe
added command line parameters to call the about dialog via /? (as this contains a description of the command line params)
added command line parameter (/O) to open a DCCP file passed as command line parameter. When passing a dpr or dproj file the program will look for a DCCP file with the same name and load that one.
added command line parameter (/R) to open and directly run a DCCP file passed as command line parameter. When passing a dpr or dproj file the program will look for a DCCP file with the same name and load that one.
changed the Tools menu registration code to register two entries, one with /O $PROJECT and one with /R $PROJECT
renamed the names of all labels in the application