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?
Quotewhen I write wxWidgtes programs, "auto-complete" is not available.
It works Ok, so, you need to give more information (sample code or other things)
Quote from: ollydbg on July 08, 2010, 04:02:05 AM
Quotewhen 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.
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???
what version of cb do you use? codeblock8.02 can not do this/
Quote from: blueshake on July 08, 2010, 04:58:06 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.
Quote from: 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???
well, I think it's a problem of previous version
Quote from: blueshake on July 08, 2010, 04:58:06 AM
what version of cb do you use? codeblock8.02 can not do this/
Why it cannot? Is there a plugin for that?
Quote from: MIH1406 on September 02, 2010, 02:30:43 AM
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.
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