integrated-application-development / delphilint

Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi
GNU Lesser General Public License v3.0
79 stars 9 forks source link

Fix edge cases when applying quick fixes #33

Closed fourls closed 3 months ago

fourls commented 3 months ago

This PR refactors the quick fix code for clarity and to fix a number of edge case bugs. It also includes testing for the quick fix reflow utilities that ensure that consecutive edits are correctly applied.

Note that this introduces an incompatibility with SonarDelphi 1.5.0 and the GroupedParameterDeclaration quick fix.