The "Other Properties" list in the Rename Components Configuration is not saved if the list is empty.
Steps:
Expected: The list of "Other Propertied" is empty
Actually: The list still contains the default "Caption = ''"
This is caused by TCompRenameExpert.InternalSaveSettings: If OtherProps is not assigned, the existing configuration data is not touched at all. To fix this, the existing sub-section must be deleted.
Patch attached.
Thanks. Patch applied as revision #2678