Hi!
I started using Code::Blocks (Windows version) few days ago and I have a boring problem with code completion.
I use wxformbuilder to visually edit my forms. It creates a class for every frame (let this class be Frame). When I write on my class MyFrame: public Frame (all Frame components are protected) none of public or protected Frame members is autocompleted. This is very annoying because I have to watch every time on WxWidgets API wich are component's methods.
Does someone know how to solve this problem? Thanks.