trichview.support
Re: AutoComplete |
Author |
Message |
Sergey Tkachenko |
Posted: 08/16/2004 14:07:23 This demo is only a demo. All what I wanted to demonstrate with them - how to change current word using popup menu. As for spellcheckers... All spellcheckers which I know have functions allowing to get a list of suggestions for the given word. For example, Addict3 spellchecker has method Suggest filling TStrings with suggestions. For other spellcheckers, it may be more complicated to get suggestions. But in the recent update of RichView spellcheckers (http://www.trichview.com/resources/spell/rvspell.zip) I added method SuggestWords to the most of them. Then you can add these strings to menu. Note: new version of RichViewActions (currently available for registered users) can do this work automatically for Addict3 spellcheckers, or provide an event where you can fill suggestions list if you use other spellecheckers. > I know it is something Delphi code editor. But the problem is I have to hard > code the suggestion of word in stead of find it from the spell checkers > dictionaries to generate the suggestion. |
Powered by ABC Amber Outlook Express Converter