Discussion:
What signal get fired when Current item in Autocomplete Box changes?
Stefano Mtangoo
2013-07-09 09:28:14 UTC
Permalink
Hi,
I know there is CN_AUTOCSELECTION that is fired when AC item is selected
but I want to know i there is any notifications sent when AC Box is active
and the item have changed
I have tried (in trial-and-error) SCI_AUTOCGETCURRENTTEXT but does not seem
to do the Job I want.
Does such notification exist? If no is there any way (without hacking
scintilla sources) to achieve the same?
Best Regards,
Stefano
--
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-07-09 13:36:56 UTC
Permalink
I know there is CN_AUTOCSELECTION that is fired when AC item is selected but I want to know i there is any notifications sent when AC Box is active and the item have changed
No.
I have tried (in trial-and-error) SCI_AUTOCGETCURRENTTEXT but does not seem to do the Job I want.
Does such notification exist? If no is there any way (without hacking scintilla sources) to achieve the same?
Depending on which platform you are using, there may be ways to use platform calls to attach to the underlying widget. If you haven't done this sort of thing before it is likely to take some time to research and implement.

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.
Stefano Mtangoo
2013-07-09 19:06:01 UTC
Permalink
Post by Stefano Mtangoo
Post by Stefano Mtangoo
I know there is CN_AUTOCSELECTION that is fired when AC item is selected
but I want to know i there is any notifications sent when AC Box is active
and the item have changed
No.
Thanks. Its good now I know its not there!
Its was kinda finding black cat that isn't there in adark room of course :)
Post by Stefano Mtangoo
Post by Stefano Mtangoo
I have tried (in trial-and-error) SCI_AUTOCGETCURRENTTEXT but does not
seem to do the Job I want.
Post by Stefano Mtangoo
Does such notification exist? If no is there any way (without hacking
scintilla sources) to achieve the same?
Depending on which platform you are using, there may be ways to use
platform calls to attach to the underlying widget. If you haven't done this
sort of thing before it is likely to take some time to research and
implement.
I see
I use wxWidgets and it abstracts a lot of platform issues and so it should
not be that hard to do it.
I always hate to re-invert the wheel!
Post by Stefano Mtangoo
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...