User forums > General (but related to Code::Blocks)
why doesn't code completion work for me?
mrpringle:
Here's a sample project.
in main, I am unable to get autocomplete to work for the frame object.
If I type frame-> nothing appears,
If i type p-> nothing appears
If you go into main.cpp class, I can't find any of the wxwidget objects which autocomplete recognises.
Like I said already, autocomplete will work with my own classes, but no tthe wxwidgets or windows libraries.
[attachment deleted by admin]
sethjackson:
AFAIK STL parsing isn't supported.....
mrpringle:
Don't quite know what it means, but will it be in the future? Also people have told me that codeblocks has autocomplete for wxwidgets.
--- Quote from: sethjackson on August 31, 2006, 06:46:10 pm ---AFAIK STL parsing isn't supported.....
--- End quote ---
sethjackson:
--- Quote from: mrpringle on September 01, 2006, 02:00:05 am ---Don't quite know what it means, but will it be in the future? Also people have told me that codeblocks has autocomplete for wxwidgets.
--- Quote from: sethjackson on August 31, 2006, 06:46:10 pm ---AFAIK STL parsing isn't supported.....
--- End quote ---
--- End quote ---
Well for one wxWidgets parsing works fine for me..
Well cc doesn't parse STL AFAIK so that explains why when you type p-> you don't get anything. ;)
mrpringle:
why doesn't wxwidgets parsing work for me?
I compiled wxwidgets as a unicode dll
Any ideas?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version