On 10/08/2009 23:34, Vincent van Ravesteijn wrote:
Are the spellcheck dictionaries in the memory ? I hope that I would
not have to read from disk everytime.
Nope, there is something called the disk cache. I am betting you will
never, ever noticed any slowdown because of this, pretty sure of that.
Abdel.
You realize the large problems we had with file access in 1.6.0 -- 1.6.2.
I do, but this has absolutely nothing to do with this. We are not in
charge of loading the dictionaries, it's the duty of aspell or hunspell.
At work, my dictionaries will be somewhere at the other side of campus.
Hey, the situation is exactly the same as with the spellchecker dialog,
nothing more, nothing less. If some dictionary is loaded due to the use
of this dialog, the very same dictionary will be used for the inline
spellcheck. Nothing different that in 1.6 and 1.5 and 1.4 for the matter.
If you really care about this, just disable the inline spellchecker and
don't fire up the spellchecker dialog; thanks to the recent cleanup the
spellchecker object won't even be instantiated.
Abdel.