I had allready voted for it 😉
I talked to Marco Cantù at Foren-Tage in Mannheim (https://forentage.de/) last month.
He said that a sonarcube plugin is not planned by embarcadero.
I think that embarcadero can provide a better parser for delphi as the old parser fabricio colombo used for his plugin.
Mark
ps: sorry for my bad english, I'm native german speaker. 😉
The colon in the time zone offset seems to be optional, while the Delphi implementation requires it. I suggest creating a QP entry with a test case showing the problem. A failing test case often increases the probability for a quick fix.
David Heffernan replied to McScotty's topic in VCL
Destroy the form when you close it. It's as simple as that. If you want to preserve some state between invocations, put that in a separate object. Forms should just present views anyway, and not be part of your apps business logic.