Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: irrdev on December 14, 2007, 10:02:14 am

Title: Code Completion with wxWidgets?
Post by: irrdev on December 14, 2007, 10:02:14 am
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 (http://www.litwindow.com/Knowhow/Intellisense/intellisense.html). 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:
Title: Re: Code Completion with wxWidgets?
Post by: JGM on December 14, 2007, 01:46:04 pm
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]
Title: Re: Code Completion with wxWidgets?
Post by: irrdev on December 15, 2007, 03:11:53 pm
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: