Posted 15 years ago
by Daniel Navarro
Version: 9.2.0514
Platform: .NET 4.0
Environment: Windows XP (64-bit)

It seems like the default CollapsedRegionQuickInfoProvider is displaying tabs as 8 spaces, while the editor default is set to 4.
You can see this in your Simple Language 5: Code Outlining demo.
Modify the first function Add(x,y) to include
function Add(x, y) {
<Tab><Tab>return x + y;
<Space x8>return x + y;
}
Then fold the node and hover over the '...' adornment.
You can see this in your Simple Language 5: Code Outlining demo.
Modify the first function Add(x,y) to include
function Add(x, y) {
<Tab><Tab>return x + y;
<Space x8>return x + y;
}
Then fold the node and hover over the '...' adornment.