I am using this trick (question / solution) to store run-time parameters with annotations in registry key
HKEY_CURRENT_USER\Software\Embarcadero\BDS\17.0\History Lists\hlRunParameters
(Delphi-10-Seattle):
Whenever I edit a runtime parameter in the IDE it gets added as a new one to that list:
But recently I noticed that old ones disappear. It looks as if there is a maximum to the number of entries that Delphi maintains in that key (or maybe the total size of the entries has a limit)*.
(According to that screenshot only some 26 keys fit)
Is there a way to increase this number or work around this limitations?
* No, it is not an error in that tool I link to.