dummzeuch 1506 Posted June 16, 2019 (edited) I mentioned that I am working on the Delphi Tools Manager in my post about GExperts supporting import and export for the Tools menu. Today I finished the first version of this tool. It supports all Delphi versions from 5 to 10.3 (it is written in Delphi 10.2). So, what does it do: It shows a list of all entries in the Delphi IDE’s tool menu in a similar manner as the Tools Options dialog. It allows the same actions as that dialog: Add/Delete/Edit an entry and change the order of the entries. It shows the details of each entry when it is selected. It allows exporting and importing entries, using the same DTME file format as GExperts Dragging one or more DTME files on the form will add them to the list Read on in the blog post at https://blog.dummzeuch.de/2019/06/16/delphi-tools-manager-1-0-0-released/ Edited June 16, 2019 by dummzeuch 5 Share this post Link to post
Harry Stahl 1 Posted November 11, 2023 Thank you Thomas, just the right thing I needed today! Important info was the drag & drop functionality, so it was relativly easy and fast, after exporting it (via file saving) from Delphi 11 settings, to do the import into Delphi 12 settings with drag & drop. Share this post Link to post