Comments Disabled

To minimize the effort needed to comply with the GDPR rules, as of today all comments are disabled until further notice.

I plan to reactivate comments when I can get reliable instructions on how to make it work according to GDPR. Unfortunately it is not done with just adding a checkbox to get consent for storing personal data. I am still investigating if I should better delete all existing comments just to be on the safe side.

In the meantime I will post a note about any new blog entry on G+ where comments are still welcome.

BTW, the blog uses a new theme now – just in case you didn’t notice.

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 is that the order changes with every save operation. The reason seems to be the use of dictionaries for some entries inside the IDE.

As this bothered me a lot recently I wrote an IDE plugin that orders the dproj file in a consistent way. It is called DprojNormalizer and can be downloaded here:  DprojNormalizer

DprojNormalizer has no settings or options. It does its job while it is installed and active. If you don’t want that you have to disable or uninstall it.

If you find cases where the dproj file unexpectedly changes, please give me a note and I will see if it can be handled as well.

begin

That’s it – a start of a new block blog.

Here I will share some of my thoughts about Delphi programming, present some Delphi code (mostly mine) and publish whatever I consider worth it.

Be there plenty of lines before we encounter the end.