1. CC list is off-screen. see additional
2. CC does not work with vector+struct
//header
struct rows{
wxString name;
wxString SN;
};
std::vector<rows> table;
//cpp
Grid->SetCellValue(i, colName, table[i]./*code completion does not show the list of variables - name and SN*/);
C::B svn 6752 from binary OS: WinXP SP3
for the "off screen issue", I think we should adjust the tip window ( move it or restrict its size ).
the other issue, I will check it later.