Hello again
I bind EVT_KEY_DOWN on a Stc editor to show autocompletion if needed.
The pb is that now, the "parent" key_dow function isn't executed. I wonder if i can bind my event without block the parent function. I don't know the function name of the parent so i can't use StyledTextCtrl.__onkeydown (you see, i don't know the name:) )...