User forums > Using Code::Blocks

code completition with wxWidgets

(1/3) > >>

MoonKid:
I write this...

wxArrayString as;
as.

On the '.' I want a list of all available members of wxArrayString. How can I get this?

tiwag:
enable Settings->Editor->Code-completion and class-browser->Parser(tab)->"Follow GLOBAL includes"
and be shure, that you've included #include <wx/wx.h> in your source files before.
enjoy  :)

MoonKid:

--- Quote from: tiwag on April 06, 2006, 02:21:09 pm ---enable Settings->Editor->Code-completion

--- End quote ---

Ah understand. But it is not possible this time because my nightly crashes there.
But the problem is described in an other thread.

tiwag:
the latest nightly build should NOT crash  8)
or did i miss something ?

MoonKid:

--- Quote from: tiwag on April 06, 2006, 02:37:26 pm ---the latest nightly build should NOT crash  8)

--- End quote ---

Is it a ansi build? My latest ansi is from april 1th.

Any plans about a new ansi? ;)

Navigation

[0] Message Index

[#] Next page

Go to full version