I have just updated my dzDelphiPaths tool to support Delphi 11.
Category: Delphi
Delphi Tools Manager 1.0.2 released with support for Delphi 11
I just released Delphi Tools Manager 1.0.2 which now supports Delphi 6 to 11 (including all the versions with the odd names in between).
Delphi IDE explorer expert updated for Delphi 11
I have updated my Delphi IDE explorer expert to work with Delphi 11.
dzBdsLauncher 1.0.7 released with support for Delphi 11
I just released dzBdsLauncher 1.0.7. The only change is support for detecting .dproj files created by Delphi 11 (these have a ProjectVersion of 19.3).
Separate cache directories per platform in the Uses Clause Manager in GExperts
The Uses Clause Manager in GExperts has an "Identifier" tab that can be used instead of the Find Unit refactoring of the Delphi IDE (which for me doesn't work most of the time and if it does is very slow). And of course the Uses Clause Manager also works for older Delphi versions which simply … Continue reading Separate cache directories per platform in the Uses Clause Manager in GExperts
Separate lists for VCL and FMX in GExperts Rename Components expert
The Rename Components expert in GExperts now has separate lists for the names and additional properties for VCL and FMX components. Previously it was a hassle to have additional properties shown in the rename dialog if these have different names in VCL vs. FMX e.g. the Caption vs. Text property of TLabel. Now you simply … Continue reading Separate lists for VCL and FMX in GExperts Rename Components expert
Limited GExperts support for Delphi 6
A few weeks back something happened with my Delphi 6 installation which now results in an access violation every time I start the IDE. I tried for several hours to find and fix the problem to no avail. It's not GExperts related, disabling the DLL was the first thing I tried. Now I'm giving up. … Continue reading Limited GExperts support for Delphi 6
GExperts and older / unpatched Delphi IDEs
GExperts is always compiled with the latest update of any of the supported Delphi versions. That unfortunately means that it may not work if the IDE hasn't been updated to the latest version. E.g. The latest GExperts release will not work with Delphi 10.2, but only with Delphi 10.2.3, the latest update to Delphi 10.2. … Continue reading GExperts and older / unpatched Delphi IDEs
GExperts bug: CTRL+V on FMX form designer inserts into secondary editor window
I got a bug report for GExperts and Delphi 10.4 that's really curious: When a secondary editor window is open in the IDE and the FMX form designer is active, trying to insert a component from the clipboard into the form inserts the textual description of that component into the editor windows instead. I could … Continue reading GExperts bug: CTRL+V on FMX form designer inserts into secondary editor window
How to fix the “teEngine not found” compile error
Today I had a very strange compiler error in Delphi 10.2, that occurred on one computer but did not occur on another computer: myUnit.pas(28): error F2613: Unit 'TeEngine' not found. The project was checked out from svn on both computers, so the source code was identical. So the unit "VCLTee.TeEngine" from TeeChart was in a … Continue reading How to fix the “teEngine not found” compile error