Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

vector+struct CC problem

(1/1)

Borr:
1. CC list is off-screen. see additional
2. CC does not work with vector+struct

--- Code: ---//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*/);

--- End code ---

C::B svn 6752 from binary  OS: WinXP SP3

ollydbg:
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.

Navigation

[0] Message Index

Go to full version