News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code completion hints in C++ - overloaded methods and constructors

Started by coditoter, August 08, 2014, 01:31:22 PM

Previous topic - Next topic

coditoter

Hello!
I've managed C::B to use code completion on my PC. However, I've problem with overloaded inheritated f.e. constructors like
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.