Working in a team? DprojSplitter might be helpful!

Some of you are probably already using my DprojNormalizer plugin for Delphi, which tries to reduce the unwanted differences disturbing your version control system. It does this by forcing a dedicated order of the entries found in the dproj file. Unfortunately it doesn’t help for those cases where you make changes to the project configuration … Continue reading “Working in a team? DprojSplitter might be helpful!”

Delphi 10.2 Tokyo Support for my IDE Plugins

I have uploaded some updates for my IDE plugins, mostly only to support Delphi 10.2 Tokyo. SelectiveDebugging only got Tokyo support while support for XE is dropped. PackageMagician got Tokyo support and some enhancements: Packages can be given with relative paths to the project The path of any loaded package is added to the PATH … Continue reading “Delphi 10.2 Tokyo Support for my IDE Plugins”

Dproj changed or not changed? Normalize it!

I guess it is since Delphi 10 Seattle that dproj files are changed on disk even if no change was done to the project settings inside the IDE. This is a real PITA with version control systems. Actually there are no changes to the content – it is just reordered somewhat randomly. The only consistency … Continue reading “Dproj changed or not changed? Normalize it!”