Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: clarkyzl on July 08, 2010, 03:52:02 am

Title: Does "auto-complete" available in Code::Blocks?
Post by: clarkyzl on July 08, 2010, 03:52:02 am
Hi, I am a ubuntu user. I use Code::Blocks to write wxWidgets programs.
I hava found a problem: when I write wxWidgtes programs, "auto-complete" is not available.
Does "auto-complete" available in Code::Blocks?
Title: Re: Does "auto-complete" available in Code::Blocks?
Post by: ollydbg on July 08, 2010, 04:02:05 am
Quote
when I write wxWidgtes programs, "auto-complete" is not available.
It works Ok, so, you need to give more information (sample code or other things)
Title: Re: Does "auto-complete" available in Code::Blocks?
Post by: clarkyzl on July 08, 2010, 04:16:51 am
Quote
when I write wxWidgtes programs, "auto-complete" is not available.
It works Ok, so, you need to give more information (sample code or other things)

For example, code like this

wxMenuBar* MenuBar1 = new wxMenuBar();
MenuBar1->// Here, there is no hint for any member functions.
Title: Re: Does "auto-complete" available in Code::Blocks?
Post by: ollydbg on July 08, 2010, 04:21:38 am
It works ok.

See:

(http://i683.photobucket.com/albums/vv194/ollydbg_cb/2010-07-08101615.png)

I'm not sure what's the problem you have. The only guess is : Did you install the wxWidgets library correctly???
Title: Re: Does "auto-complete" available in Code::Blocks?
Post by: blueshake on July 08, 2010, 04:58:06 am
what version of cb do you use?  codeblock8.02 can not do this/
Title: Re: Does "auto-complete" available in Code::Blocks?
Post by: clarkyzl on July 08, 2010, 06:36:38 am
what version of cb do you use?  codeblock8.02 can not do this/
Yeah, You are right, I am using a codeblocks8.02. I think my wxWidgets intalled correctly.
Title: Re: Does "auto-complete" available in Code::Blocks?
Post by: clarkyzl on July 08, 2010, 06:38:01 am
It works ok.

See:

(http://i683.photobucket.com/albums/vv194/ollydbg_cb/2010-07-08101615.png)

I'm not sure what's the problem you have. The only guess is : Did you install the wxWidgets library correctly???

well, I think it's a problem of previous version
Title: Re: Does "auto-complete" available in Code::Blocks?
Post by: MIH1406 on September 02, 2010, 02:30:43 am
what version of cb do you use?  codeblock8.02 can not do this/

Why it cannot? Is there a plugin for that?
Title: Re: Does "auto-complete" available in Code::Blocks?
Post by: MortenMacFly on September 02, 2010, 09:07:36 pm
Why it cannot? Is there a plugin for that?
This version of C::B (08/02) is really old. That time the CC plugin was unable to handle this condition, most likely.
Title: Re: Does "auto-complete" available in Code::Blocks?
Post by: eoneuk on September 02, 2010, 10:39:19 pm
I am having the same problem regarding wx auto-complete. Wx projects compile, link,  and run just fine.

All other (classes, STL, etc.) auto-complete OK.

Using Windows XP Pro  SP3    Code::Blocks SVN 6508

Would appreciate some direction in resolving this.

Ed