User forums > Using Code::Blocks
Code-Completion Issues
(1/1)
Garulf:
Hi guys,
I'm using C::B 8.02 on Debian.
Code completion doesn't show anything when i create a new object of the class(it doesn't show the constructor parametres). Eg:
--- Code: ---class myc {
public:
myc(int a,int b, ecc ecc);
};
//implementation
--- End code ---
when i try something like
--- Code: ---myc * c = new myc(
--- End code ---
i have no list.
But
--- Code: ---my * c = new myc(2,3,ecc ecc);
c->myc( //!!
--- End code ---
"works!", the tool tip appears.
I've problem also with code completion on wxWigdets. It doesn't work at all. I try to add path everywhere,and check the follow local and global directives. It worked only yesterday when i add all wx/ dir to the project, but not for all classes:
.it worked for wxFrameBase but not wxFrame.
.some method were not in list (like Show()).
any suggest?
Navigation
[0] Message Index
Go to full version