I am seeing the odd caret position, I have never noticed that before:
case=150001
Then again, I just start typing without deleting the existing, selected filter when using the Alt-M list, and it doesn't show up under those conditions.
I am seeing the colouring problem with VsFolder, in both the Alt-M and VA Outline. Many thanks for the code, this would have been very hard to pin down without the solution. The trigger is actually inside the "MainDialog" file, and it is the code snippet:
this.olvFiles.CanExpandGetter = delegate (object x)
{
return x is VsFolder; // bug trigger line, comment out line to fix bug
};
so I have put in a bug report for this.
case=150003