Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: coditoter on August 08, 2014, 01:31:22 pm

Title: Code completion hints in C++ - overloaded methods and constructors
Post by: coditoter on August 08, 2014, 01:31:22 pm
Hello!
I've managed C::B to use code completion on my PC. However, I've problem with overloaded inheritated f.e. constructors like
Code
MainFrame::MainFrame(const wxString& title): wxFrame(
And then it goes to the situation described using the attachment. Is shows only empty costructor - first from the list. If I change the file - make the "full" constructor wxFrame first, then it shows it. However, I don't want to change it manually or look into doc all the time. Is there any workaround?
____
Oh, I have'nt mentioned. I use wxWidgets 3 with the first patch.