Hi
As I understand, autotext items in suggestions are limited to 4 items. For example, if I have 5 items like
r: return S_OK; r: return S_FALSE; r: return E_FAIL; r: return E_NOTIMPL; r: return E_INAVLIDARG;
in autotext, I will see first 4 items only. (at least, version 1299 works this way). Is it possible to make this limitation customizable?
Thanks |