Siegfried Pammer

Results 199 comments of Siegfried Pammer

Honestly, I did not expect a response... take your time :) Thank you very much!

Yes, I would argue that this is not a bug at all, but rather by-design, as we calculate the required scrollbar size from the currently visible lines of text.

> Alternatively, we could say: interface needs to be non-empty and only contain static members to be implementable by a static class. Could even be a requirement to add the...

> > Could even be a requirement to add the static modifier to the interface declaration? > > I believe that's the option (2) I outlined 😄 Well... that's what...

`F5` is used to refresh everything, the settings, the list of assembly lists, the assembly list, the assembly. I think it is almost impossible to get this work correctly with...

I think this can be closed as I can no longer reproduce the problem using the above snippet and we've rolled back the initial change that triggered this bug.

I believe that this has already been implemented, see https://github.com/icsharpcode/AvalonEdit/blob/b6fe189e7be4a8b650c0c670fdac8b839800d9cc/ICSharpCode.AvalonEdit/Folding/FoldingMargin.cs#L45-L183

Then I guess the only sane thing is to fail fast with a NotSupportedException explaining the problem. Having to dig up the code of MSBuildLocator to understand what's happening is...