Ri0n / QtNote

Note-taking application written with Qt in mind and able to read tomboy notes
http://ri0n.github.io/QtNote
GNU General Public License v3.0
21 stars 5 forks source link

Load spell dict automatically when discovered #66

Open Ri0n opened 8 years ago

Ri0n commented 8 years ago

For example we have in settings russian and english. For some reason these are stalled settings and russian is not actually installed.

No we start QtNote and it loads english dictionary. but russian is still in settings. So we have two options now: 1) Remove russian 2) keep it for future starts

No we install Russian dictionary not closing QtNote and our Russian settings is still there. QtNote does not check fs state so knows nothing about it. But next we open settings of speller and it rereads available dicts from fs. So no we have three options 1) Show Russian enabled and actually load it. 2) Show Russian disabled. What does not make much sense. 3) Show it like "Require app restart"