AfterComleteWordEvent issue

  • WPTools 5.58.1, Delphi 2007

    Found a minor issue with the AfterCompleteWordEvent. If you do any kink of shortcut key combination (e.g. CTRL+B to bold), then start typing a word and hitting the space bar, the event fails to fire. Works fine if no shortcut keys are pressed prior to starting the word.

    Thanks,
    Bill

    • Offizieller Beitrag

    Hi,

    shortcuts "eat" key strokes and are very hard to debug. The worst thing is, they work globally and even if no TWPRichText has focus.

    Please implement those in KeyDown event - then it is also better to place a breakpoint.

    Julian