In the following sample, selecting an item from the suggestion list replaces the tab char before the m_
bool Load(WORD y, WORD m, WORD d)
{
m_ipstat.clear();
m_[suggestionlisthere]
//some more code here
}
This happens only when typing "m" and pressing shift, when "Inser _ after m and shift" is enabled. When you type the underscore or backspace until the underscore it does not happen.