Hi!
Codelite seems to not pick up the typedefs that Win32 uses. For example, when I declare a WNDCLASSEX variable, the autocomplete suggestion doesn't come up for its members when I type the dot after the variable name, whereas if I declare the variable to be of type WNDCLASSEXW or WNDCLASSEXA, it recognizes the type correctly and the autocomplete suggestion box comes up.
Thanks in advance for the awesome IDE!
Win32 typedefs
-
- CodeLite Curious
- Posts: 5
- Joined: Sun Mar 22, 2009 1:23 pm
- Contact:
-
- CodeLite Enthusiast
- Posts: 37
- Joined: Fri Oct 01, 2010 8:32 pm
- Genuine User: Yes
- IDE Question: all
- Contact:
Re: Win32 typedefs
hej!
since this remained unanswered for some time now i'll take a shot. i'm not very familiar with windows libraries/headers, though a very wild guess would be that certain directories aren't searched by the codecompletionparser (consequently missing in the paths). but i may be mistaken since some classes/structs seem to be working.
however a few more details about your codelite version, overall coding environment or codesnippets might help other people understand your problem better.
regards,
nem
since this remained unanswered for some time now i'll take a shot. i'm not very familiar with windows libraries/headers, though a very wild guess would be that certain directories aren't searched by the codecompletionparser (consequently missing in the paths). but i may be mistaken since some classes/structs seem to be working.
however a few more details about your codelite version, overall coding environment or codesnippets might help other people understand your problem better.
regards,
nem