As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
if (event.GetEventType() == wxEVT_SCI_AUTOCOMP_SELECTION) {... control->ReplaceTarget(itemText+_T("()")); pos = control->GetCurrentPos(); control->GotoPos(pos + itemText.size()+2); if ((*it).second != 0) { pos = control->GetCurrentPos(); control->GotoPos(pos - 1); ShowCallTip(); // HERE! } } }