Updated DUSE to load units from Delphi 13
The second thing I did after the release of Delphi 13, after updating my website, was to enable the unit-scope look-up program, DUSE, to create a new mapping of all the units used by Delphi 13 to their unit scopes.
This is easy to do:
Having clicked OK then Save And Close DUSE will read the names of all library units installed with Delphi 13. A new "mapping" named Delphi 13 Florence is created and you can select it whenever you're using Delphi 13:
You can switch to any other mappings you may have created at any time: you can see the ones I've made in the above image.
➣ Download DUSE v0.3.2 from GitHub
For help using DUSE, see the mini-help section of the program's read-me file.
By the way, the code in DUSE that finds a given Delphi installation is very similar to that discussed in my article How to programatically detect installed versions of Delphi.
Comments
Post a Comment
Comments are very welcome, but please be aware that I moderate all comments, so there will be a delay before your comment appears.
Advertising spam and the rare abusive, hateful or racist comments will be blocked and reported.
Finally, should you have a query about, or a bug report for, one of my programs or libraries please use the relevant issue tracker rather than posting a comment to report it.
Thanks