If I had a name like this:
This_is_a_really-long_Name
Just putting a * in the name filter at the top would not match. It requires - to match the dash.
It looks like a bad regex in \dotnet\OutlinerFilter.cs: [\w\s]* doesn't match -
I added it explicitly in my local copy and it seems to work fine.
If I had a name like this:
This_is_a_really-long_Name
Just putting a * in the name filter at the top would not match. It requires - to match the dash.
It looks like a bad regex in \dotnet\OutlinerFilter.cs: [\w\s]* doesn't match -
I added it explicitly in my local copy and it seems to work fine.