Zev Spitz

Results 226 comments of Zev Spitz

Two functions: 1. generate cast + access from a single path component 2. generate cast and access from a full path Part of the second function would be to handle...

If the debugged expression has been set in the source window, pass it along with the options.

https://docs.microsoft.com/en-us/dotnet/framework/unmanaged-api/metadata/imetadatadispenser-interface

Or use https://www.mono-project.com/docs/tools+libraries/libraries/Mono.Cecil/ and store the XML doc in the assembly.

It would be preferable to integrate Visual Studio controls and theming, as cool as Adonis UI is. Also, it's better for deployment if Adonis UI can somehow be embedded in...

This will hopefully help with #81

For the default code language, this is a low priority, as it's only for the first time the visualizer is opened. After that, I think we want the settings to...

If we can create a NuGet package that targets both .NET Core 3 and WPF, we could run the tests against the .NET Core 3 version.

The NuGet package is now at https://www.nuget.org/packages/ExpressionTreeVisualizer.UI/.

It should be: ```js ret.codemirror.options.specialChars = /[\u0000-\u001f\u007f-\u009f\u00ad\u061c\u200b-\u200f\u2028\u2029\ufeff\ufff9-\ufffc\u2066-\u2069\u202A-\u202E]/; // ^^^^^^^ ```