Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Radek on March 29, 2013, 10:30:46 am

Title: Code completion problems.
Post by: Radek on March 29, 2013, 10:30:46 am
Certain wx headers seems not to be parsed by the Code Completion plugin, at least under GTK. Example: wx/treectrl.h. When you write a tree-oriented code, you get no hints for wxTreeCtrl methods or data members. The code will compile okay (therefore, the problem does not consist in missing headers, misspelling, and so on). The problem is rather irritating when you have developed a reflex: no hint = error  ;D

treectrl.h does not exist for the parser. The problem is present for a long time. No complaints around. Is it specific for GTK?
Title: Re: Code completion problems.
Post by: Folco on March 29, 2013, 05:45:00 pm
Quote
Is it specific for GTK?
No, I am getting the same behavior with a small and very simple project (about 10 .c and 5 .h, all in the same directory, etc...). Linux and self compiled rev 8900, Win 7 and latest nightly.