spiegel-keyman/developer/src/common/delphi/packages
Marc Durdin 9dabcc0306 fix(developer): remove redundant keyboard fields from .kps
The fields 'name', 'version', and 'rtl' were defined in the .kps file,
but were not actually used by the compiler, as kmc-package reads the
metadata from the keyboard file rather than relying on this data, which
often is out of date. This led to confusion for keyboard authors, so
this change removes that metadata from the package.

The one visible side-effect (apart from the data disappearing from
future .kps files) is that the package editor no longer shows this
metadata in the Keyboards view (but as it may be out-of-date, this is
probably a good thing).

Fixes: #13576
Fixes: #13593
2025-03-28 14:07:23 +07:00
..
Keyman.System.PackageInfoRefreshKeyboards.pas fix(developer): remove redundant keyboard fields from .kps 2025-03-28 14:07:23 +07:00
Keyman.System.PackageInfoRefreshLexicalModels.pas chore(windows): move Delphi developer units to developer 2022-06-12 15:38:19 +10:00
kpsfile.pas chore(windows): move general developer files to developer/ 2022-06-23 09:28:34 +10:00