Thesaurus Function Request

Started by pixeldroid.000, February 12, 2025, 01:51:33 PM

Previous topic - Next topic

pixeldroid.000

I often paste a list when updating synonyms in the Thesaurus. If there are existing synonyms in the pasted list, IMatch ignores the entire list. It would be helpful to either update the entire list, or provide a method to delete all of the existing synonyms for a keyword.
Thanks.

Mario

I have marked this as a bug and fixed it for the next release.

When adding a bunch of synonyms, the Thesaurus manager adds each individual synonym with an AddSynonym method. The loop adding the synonyms did only check for the "OK" result code and considered all others as errors and aborts.
It also should have check for the "DuplicateName" result code and just ignore it and continue.

This will work in the next release.