User forums > Using Code::Blocks

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

(1/1)

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

--- Code: ---MainFrame::MainFrame(const wxString& title): wxFrame(
--- End code ---
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.

Navigation

[0] Message Index

Go to full version