Closed user202729 closed 3 years ago
I also think the behaviour is weird. I have tried out option 1 already (which I also prefer) but having some async/thread interaction problems
Have also considered having a dictionaries window, which would honestly solve the async problem, but not sure I really love it.
Will try for option 1 still I think, just need to solve my race conditions somehow. Maybe I'll hook/unhook dictionaries_changed
Was tripped up before by the dictionaries_loaded
hook only being called once
Should work now, they do show up in config_changed, so I'm using that
Fun side effect (which I'm counting as a feature):
Not really an issue, but this is confusing.
Example:
dictionaries
. All dictionaries are printed.priority 1 2
orremove 1
. Nothing is printed. The old list of dictionaries is still visible on the screen.I see some options in this case.