If you are still using Delphi 2006 to 2010 you have probably heard about my dzEditorLineEndsFix tool. Apparently Microsoft has changed something in Windows 10 so it no longer locks the file EditorLineEnds.ttr after the Delphi IDE has exited. So it's now possible to start the IDE again without moving/renaming this file. This means if … Continue reading dzEditorLineEndsFix and Windows 10
Category: Delphi
PortableAppsToStartMenu 1.0.1
I wrote the tool PortableAppsToStartMenu in 2020 and have used version 1.0.0 ever since. Today I installed PortableApps on a new computer and found a bug. Hence the new release. The new version handles the case when the section AppsHidden does not exist in the PortableAppsMenu.ini file.
Delphi Known IDE Packages Manager updated to Delphi 11 Alexandria
A while ago, after my post on Known IDE Packages in Delphi I wrote a the KnownIdePackagesManager tool which lists those packages, allows to disable and enable some of them and also set the package description for those packages that don't have a meaningful description. Today, I updated the tool to support Delphi 11 Alexandria. … Continue reading Delphi Known IDE Packages Manager updated to Delphi 11 Alexandria
Delphi Custom Container Pack updated for Delphi 11 Alexandria
I have just updated the Delphi Custom Container Pack sources to support Delphi 11 Alexandria. It now compiles and installs. I have not tested it extensively. Discussion about this post in the international Delphi Praxis forum.
GExperts for Delphi 11 isn’t here yet
I'm working on a GExperts release for Delphi 11. But due to the changes for High DPI support in the IDE this might still take a while. If you are adventurous, you can always get the sources and build your own DLL. There is a project and build scripts for Delphi 11 already. But be … Continue reading GExperts for Delphi 11 isn’t here yet
dzDelphiPaths tool updated for Delphi 11
I have just updated my dzDelphiPaths tool to support Delphi 11.
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