added support for TColor and Local Variables to dzDebugVisualizer

After making the source code of dzDebugVisualizer available I got interested in Debug Visualizers in general and had a look at how they are supported in Delphi 11. I wrote a visualizer for TColor, based on an old EDN article (now only in the Internet Archive). And after that I simply added that functionality to … Continue reading added support for TColor and Local Variables to dzDebugVisualizer

Thunderbird 102.0.3 no longer asks to accept a self signed certificate for IMAP

One of my computer's hard disk didn't survive a recent power failure so I had to set up its Thunderbird client again (a backup didn't work, don't ask). My internal IMAP server uses a self signed certificate which worked like a charm until now. Normally, the first time Thunderbird connects to the server after the … Continue reading Thunderbird 102.0.3 no longer asks to accept a self signed certificate for IMAP

GExpertsInst is not a valid reference

Starting with GExperts 1.3.20 calling the standalone Experts Manager displayed the error message "GExpertsInst is not a valid reference". After that the tool actually works fine. This bug has now been fixed in the current source code. I don't think this minor inconvenience justifies a new release.

Duplicate entries in the identifier list of the GExperts Uses Clause Manager

A long time ago I added the Identifier tab to the Uses Clause Manager in GExperts. It looks like this: In this screen shot, I filtered for TWinControl and the expert found several matching entries, the two top ones in the unit Controls. While this looks like a bug at first (indeed I have received … Continue reading Duplicate entries in the identifier list of the GExperts Uses Clause Manager