Discussion:
How to trigger auto-completion while pressing "backspace" key?
minico
2013-09-03 01:11:28 UTC
Permalink
Hi Neil,
Now I show auto-completion box when received SCN_CHARADDED message.
And I also want to show auto-completion box when press "backspace" key, I
tried using SCN_KEY, it seems to be not usefull on Window.
Could you please give me some suggestion?
Thanks you!
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Neil Hodgson
2013-09-04 02:28:31 UTC
Permalink
Post by minico
Now I show auto-completion box when received SCN_CHARADDED message.
And I also want to show auto-completion box when press "backspace" key, I tried using SCN_KEY, it seems to be not usefull on Window.
Could you please give me some suggestion?
Handle the backspace key event in your application.

Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
minico
2013-09-05 01:00:08 UTC
Permalink
Neil, thank you for your quick response, I'll have a try.

圚 2013幎9月4日星期䞉UTC+8䞊午10时28分31秒Neil Hodgson写道
Post by minico
Post by minico
Now I show auto-completion box when received SCN_CHARADDED message.
And I also want to show auto-completion box when press "backspace" key,
I tried using SCN_KEY, it seems to be not usefull on Window.
Post by minico
Could you please give me some suggestion?
Handle the backspace key event in your application.
Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...