Zev Spitz

Results 225 comments of Zev Spitz

Could you prepare a sample project, reproducing the issue? If not, I'll have to close this issue.

Reduction options: * Reduce all, i.e. whenever CanREdcue == true * Reduce Extension nodes * Don't reduce

ATM this isn't very relevant. There might be a use case for exceptions handled within the visualizer; when we implement some sort of logging this might have value (e.g. see...

Even for a user-generated issue, there is one piece of information we could provide in creating a new issue: the structure of the expression tree, and the current settings.

The C# compiler allows lambda syntax to have the same name for the inner and outer lambda, for both expressions and delegates: ```csharp Expression expr = i => i =>...

Hopefully stuff like this won't happen: ![bindable textbox bugs](https://user-images.githubusercontent.com/312166/81617538-4d80af00-93ee-11ea-8bc3-d3746f74feba.gif) * missing selection * selection hangs and doesn't scroll

When https://github.com/zspitz/ExpressionTreeToString/issues/52 becomes available in ExpressionTreeToString, a better option would be to specify the max line length. For example, it's wrong to arbitrarily wrap lines within a string.

Relevant: https://github.com/ygoe/MultiSelectTreeView/issues/52

We can either recreate the watch expression in the ResolvePath function, or we can pass it along when setting the Path.