Hello all,
I want to report two buglets/effect with an example I've made:
I've noticed that some listboxes weren't placed well in the previous versions. I must say most listboxes do now.
Here is an example where it goes wrong:
In a header file I've defined:double* m_AVariableWithAReallyReallyLongName;
In the code file:void SetAVariableWithAReallyReallyLongName(double* aVariableWithAReallyReallyLongName) { m_AVariableWithAReallyReallyLongName = aVariableWithAReallyReallyLongName; }
1. When typing the last "aVariableWithAReallyReallyLongName", the screen has already moved to the right. A listbox appears to the right of the edit screen. (Remark: I have my Solution Explorer etc. placed on the right hand of the screen.) The listbox appear over the solution explorer.
2. When I type the closing brace '}', the screen appears to jump to the left and then back to the right, very quickly, but noticable. It does this only the first time. (Maybe it has to do with the removal or the highlighting of the automatically placed closing brace?)
I hope you can do something about these little buglets/effects, when there is some time. Thank you in advance.
With kind regards,
Patrick Luja