Author Topic: Code Completion for wxWidgets?  (Read 3977 times)

Offline earthcrosser

  • Single posting newcomer
  • *
  • Posts: 4
Code Completion for wxWidgets?
« 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.