delphidabbler / code-snippets

Collections of reusable code snippets, mainly in Pascal.
MIT License
27 stars 2 forks source link

Add compiler support up to Delphi 12 #26

Open delphidabbler opened 5 months ago

delphidabbler commented 5 months ago

Add missing compiler support up to Delphi 12 Athens.

Keys have already been defined in CodeSnip 4.22.0.

delphidabbler commented 5 months ago

Added documentation for new compiler keys for Delphi 10.2 to 11.x as at commit https://github.com/delphidabbler/code-snippets/commit/cf326b1fab06148774530db25844f29f5bf2524b.

Still to document Delphi 12.x

delphidabbler commented 5 months ago

This issue replaces (and includes) issue #2 (Add compiler support up to Delphi 11).

delphidabbler commented 4 months ago

Support for Delphi 12 added to documentation at commit 7ed20374ddd07b30c633500ddbe3317198907d7e.

Except for new snippets added when implementing issues #20 and #25, no snippets have had compile results added for Delphi 11 or 12. This is a big job and a separate issue (#27) has been created for that job.

This issue is now deemed to be completed.