also ask the user, if the Delphi version for a .groupproj file cannot be determined
optionally delete the Delphi 12 or Delohi 13 link which the IDE puts in the start menu.
release number set to 17
added support for Delphi 13 (kind of: The .dproj-version apparenty is 20.3 just as with Delphi 12.3. WTF?)
rebuild for Release
add quotes to the parameters if they don't have some, so paths with spaces work (thanks to frank FuX to the bug report)
incremented release number to 16
rebuild for Release
added support for Delphi 12.3
release number incremented
added support for Delphi 12.2
* incremented release number to 14
Bugfix: The default for dproj files without project version (Delphi 2007) did not work
releasenumber incremented to 13, rebuild for release
bugfix: Unambiuous detection was broken
If there are multiple possible Delphi versions, check which ones are installed. If only one is installed, open it.
adapted error messages to the additional file types that have been supported for ages
* if the Delphi version of a .dproj cannot be determined (but only two are possible), ask the user
Removed ancient version of u_dzStdOut. We are using the version from dzLib anyway.
* output a warning if no useful exclude package can be found
rebuild for release
fixed compiler warning
fixed compiler warning
raise an exception, if neither a .dproj, .bdsproj or .dof file is found for a given .dpr file.
* Apparently there are different formats for a .groupproj file. Now a second format is supported.
Rebuild for Release
Support for Delphi 12
use u_dzAsyncExec instead of u_dzExecutor
switched externals from osdn to sourceforge