News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Code Completion with wxWidgets?

Started by irrdev, December 14, 2007, 10:02:14 AM

Previous topic - Next topic

irrdev

CodeBlocks doesn't appear to support code-completion with wxWidgets. I know that many IDEs have similar troubles, although there is a workaround for Visual Studio's Intellisense. Is there a similar known hack for using wxWidgets libraries with CodeBlocks? It is definitely something that I miss... Out of curiosity, what exactly is the problem with wxWidget's header files that this is a recurring problem? Is it Macro-related? Anyways, I would appreciate if there could be a fix for this. :wink:

JGM

Quote from: irrdev on December 14, 2007, 10:02:14 AM
CodeBlocks doesn't appear to support code-completion with wxWidgets.

Maybe you don't have your project file well configured, since the code completion plugin works with wxWdigets, not 100% perfectly, but it works very well. Attached a screen shot that proof it.

[attachment deleted by admin]

irrdev

I experimented around a bit, but I didn't get much improvement. None of my projects are correctly working, while the wxWidgets examples only show partial code-completion. When I refer to "partial," I mean that some class members are shown while others are not. Even the very basic wxFrame class only shows a few members. For example, wxFrame's SetToolBar(...)  method isn't displayed. Any further ideas on what the problem possibly is? BTW, I am using the latest Code::Blocks Nightly. :wink: