George

Results 42 issues of George

When I was debugging the code for issue #157 , I got a lot of NullReferenceExceptions in ‎`MagicalBox` complaining that dictionary's key is `null`, apparently `null`s get passed to Dictionary...

https://github.com/beto-rodriguez/LiveCharts2/blob/1af9df52805dc7baa013970a54db6dac21d1c869/src/skiasharp/LiveChartsCore.SkiaSharp.Avalonia/CartesianChart.axaml.cs#L812 The above should be changed to `e.Handled = false;` or at least an option via public property should be provided where users specify if they want this and similar...

enhancement
avalonia

### Far Manager version 3.0.6074.0 x64 ### OS version 10.0.22621 ### Other software _No response_ ### Steps to reproduce 1. Search for files, and see the results in Temp such...

bug

It would be nice to add the following kinds of symbol searches: 1. **Find Extensions of Specific Type Only:** Currently the _Find Extensions_ feature will; find all applicable extensions, however...

enhancement
code analysis

It would be nice if the following would work correctly ins SuperQuickInfo help tooltips: ![Image](https://github.com/user-attachments/assets/9acfa714-8690-4060-bbd9-986c683091bb)

enhancement
QuickInfo

**Symbol Scope Filter** Currently NaviBar works that it shows _all_ namespaces and types within the _whole solution_ as well as _all the referenced assemblies_ (framework, nugets). This is nice, but...

enhancement
Navigation

It would be nice to add the following improvements to the symbol list. These examples are for "Find Derived Classes" list, but can be applied to other similar situations: 1....

enhancement
QuickInfo

**Describe the bug** Cloned the git Repo. Opened in latest VS 2022 17.14. Built the solution. Tried running under debugger in VS. It exits every time: `The program '[28584] AIDevGallery.exe'...

🐛bug

Sometimes there is a need to plot not a point but a line/bar that represents for example a time interval. It should likely work the same way as Candle bars,...

It's very useful to limit the find symbol results for searches like Find Referrers/Overrides/Extensions to the following cases: - Current project only (perhaps have Shift modifier for this) - Current...

enhancement
code analysis