Hi all and Robin.
It’s possible change word’s colour and font in Autocompletation popup?
···
–
Fabio Spadaro
www.fabiospadaro.com
Hi all and Robin.
It’s possible change word’s colour and font in Autocompletation popup?
–
Fabio Spadaro
www.fabiospadaro.com
I made something a while back that might help you.
https://bitbucket.org/raz/wxautocompletectrl
The popup window is made with a wxHtmlListBox, so you can easily format the appearance of suggestions.
Cheers,
Toni
On Fri, 01 Apr 2011 13:43:58 +0200, Fabio Spadaro <fabiolinospad@gmail.com> wrote:
Hi all and Robin.
It's possible change word's colour and font in Autocompletation popup?
If you are talking about the StyledTextCtrl's auto complete then the answer is no. The STC does not provide access to the listctrl that it uses for the autocomp, all you can do is give it the strings and icons to use.
On 4/1/11 4:43 AM, Fabio Spadaro wrote:
Hi all and Robin.
It's possible change word's colour and font in Autocompletation popup?
--
Robin Dunn
Software Craftsman