Code::Blocks Forums

User forums => Help => Topic started by: earthcrosser on June 29, 2007, 08:40:36 pm

Title: Code Completion for wxWidgets?
Post by: earthcrosser on June 29, 2007, 08:40:36 pm
Code completion for wxWidgets on Linux doesn't really work for me.

I added the include path (/usr/include/wx-2.8 ) as an additional search path like the FAQ says, and now the include files are found (right click->open... works)  and some classes like wxAppConsole are recognized, but it still doesn't work for most other classes. I guess this has something to do with preprocessor conditions in the wxWidgets header files.

Is there anything I could do to make it work? Thanks.