code completion does not work in some case~
Posted: Fri Aug 21, 2015 10:20 am
for example,
MD5Mesh mesh;
after you type "mesh.",the code completion works well,
but ,when you type " mesh.m_pVertexBuffer->",
the code completion does not work at all~
my codelite is 8.2.0 x86_64 edition.
wish a fix for this problem~
Code: Select all
struct MD5Mesh
{
unsigned int m_nNumVertices;
VertexBuffer * m_pVertexBuffer;
VertexBuffer * m_pUVBuffer;
VertexBuffer* m_pIndexBuffer;
VertexArray* m_pVertexArray;
};
after you type "mesh.",the code completion works well,
but ,when you type " mesh.m_pVertexBuffer->",
the code completion does not work at all~
my codelite is 8.2.0 x86_64 edition.
wish a fix for this problem~