Hi,
You can implement your own spell checker, implementing the spell
checker's interface. But that's a word-by-word (not multi word) thing.
Such a thing doesn't seem possible... it's also the reason we don't
have a real-time grammar checker yet.
yes, it will be a problem
a workaround would me to maintain a stack ...
No! This workaround would only work on a random basis.
There is no defined order for the calls to the spellchecker.
Even though most applications probably iterate word-by-word
you have to consider that other documants may be spelled at
the same time and thus one call may be for one document
and the second call for the other one.
And if you consider a server with multiple users it becomes
even more unpredictable.
Also e.g. the Writer keeps a list of (still) misspelled words
and may like to check only those that are listed there.
And there is no rule for the order of those entries or in
which order they got inserted as well.
Thus relying on the order of the calls is very unreliable.
Thomas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]