View Single Post
Old 09-07-2024, 06:12 PM   #20
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,911
Karma: 6120478
Join Date: Nov 2009
Device: many
For 2, why not just create a wordlist called "Ignored" and use it that way.

For 1, removing words from loaded wordlists to move them someplace else can not be done when the Spellcheck Dialog itself is open and being used. Closing it and then editing the wordlists is required.

This happens as these lists of words are loaded into a hash table that can only be added to efficiently. To delete entries, you must destroy the table and rebuild it from the edited wordlist.

Last edited by KevinH; 09-07-2024 at 06:40 PM.
KevinH is offline   Reply With Quote