Hello,
I've added a feature to the code::blocks project page/tab in the management pane:
I've added a text control, so the user can enter a text and when he/she hit enter the file that matches the text is selected and shown in the tree below.
When enter is hit again, the next file is selected and shown.
I'll add the patch later, so you can see it and can tell me if I've done something bad or there are improvements that can be made.
I want to make one improvement:
I want to add to the text control some auto-completion capabilities. I want to have a drop-down list with all the files that match what the user have typed.
How can I do that? I've seen that in wx 2.9 there is an auto-completion features added to the combo and the text ctrl, but how to do it with wx 2.8?
Best regards