Whenever the user selects a suggested word from the word suggestor popup,
the characters sent to my window are always appending with a VK_RETURN. How
can I disable this?
I see several other problems in a custom editor implementation - it seems as
though the SIP and word suggestor only work properly in an official EDIT
control. The other big problem is the word suggestor doesn't seem to know
when to reset itself or how to get the characters before the caret to
properly suggest words unless an edit control is used.