If you have been updating the GExperts sources (or are following the activity on SourceForge) you might have noticed that there quite a few bugs have been fixed. That was not me alone (I am on vacation so I have some more time than usual) but also Achim Kalwa (thanks Achim!). Many of these fixes … Continue reading Lots of bug fixes for GExperts
Month: May 2025
AI is just great and always right – not
When developing plugins for the Delphi IDE, which should support several IDE versions, one sometimes needs to know when a particular change to the VCL or the IDE itself was made. E.g. if you want to change the background color of a Panel, you need to disable theming for that panel. The easiest way to … Continue reading AI is just great and always right – not