Am 20.02.2008 um 16:47 schrieb Bo Peng:
... and am on the way to implement completion for the text mode as well.Done. Good night!Ohhm, what is the algorithm to determine the candidate word list?
Very simple at the moment. I just add words with length > 5 to a std::set<docstring> during typing. Of course something more clever is needed here.
Stefan