Hi, i'm using kdevelop 3.4 in my kubuntu.<br>I would use the code completion for external libraries, in particular for the wxwidget<br>In my project i include some functions of the wx: <br><span style="font-family: courier new,monospace;">
<br>#include <wx/wx.h> </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#include <wx/string.h></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
#include <wx/ffile.h></span><br><br>So i can declare a wxString and use it in my app!<br><span style="font-family: courier new,monospace;"><br>wxString String;</span><br clear="all"><br>Now i would digit <span style="font-family: courier new,monospace;">
<br>String.</span> <br>and see al the methods availabe for wxString.<br>i tried to modify the Project - Project options - C++ specific - Code completion but without success...<br>What can i do to have this feature? <br>Goodbye and thaks for reading!
<br>Sbaush