View Single Post
Old 08-16-2020, 09:54 AM   #58
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,860
Karma: 6120478
Join Date: Nov 2009
Device: many
Actually, for Sigil, using multiple UserDictionaries is possible since for each word in the UserDictionary is simply added to the open Hunspell dictionary using hunspell add. These are just temporary so many lists could be added.

Unfortunately, we do the same with Ignore which should always be kept in a separate hash or set and ignored words should never be added to the dictionary itself p, even just temporarily.

I will look into changing that.
KevinH is offline   Reply With Quote