Minor Delphi Ide Explorer enhancement

I just added some minor enhancements to my Delphi Ide Explorer expert: For TShortCut properties it now also displays the text representation for the shortcut. For TShortCutList properties (TAction.SecondaryHotkeys) it now displays "<no shortcut>" if the list is emtpy rather than an empty string For TStrings properties it now displays "<empty>" if the list is … Continue reading Minor Delphi Ide Explorer enhancement

Bugfix for Delphi IDE explorer in Delphi 10.3

In December 2018 I found out that some of the functionality in my Delhi IDE explorer was broken in Delphi 10.3, namely the function to select the current active control or automatically follow the focus. The reason was that the IDE now used the Screen.ActiveControlChanged event itself, disabling it for to my plugin. Today I … Continue reading Bugfix for Delphi IDE explorer in Delphi 10.3

Delphi IDE Explorer Expert for Delphi 6 to 10.1 Berlin

I wrote this Delphi IDE Explorer Expert when I was trying find the button for showing and hiding the background for the Firemonkey mobile form designer and turn the bloody thing off for good. Later, I ported it back to Delphi 2007 to 2010 and also added support for Delphi 10 Seattle. Then I started … Continue reading Delphi IDE Explorer Expert for Delphi 6 to 10.1 Berlin