Author Topic: Code completion hints in C++ - overloaded methods and constructors  (Read 2743 times)

Offline coditoter

  • Single posting newcomer
  • *
  • Posts: 8
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.