George
George
### Far Manager version 3.0.6026.0 x64 ### OS version 10.0.22621.963 ### Other software I am using Latest Version of [PictureView Plugin](http://forum.farmanager.com/viewtopic.php?f=5&t=7869): 2021.04.19 ### Steps to reproduce Navigate to a jpg...
**Describe the bug** `Series.ChartPointPointerHover` and `Series.ChartPointPointerHoverLost` events have the following issues: - `ChartPointPointerHover` event is fired repeatedly for the same point/series - `ChartPointPointerHoverLost` is sometimes not fired at all -...
**Describe the bug** Methods `LvcPointD ScaleDataToPixels(LvcPointD point, int xAxisIndex = 0, int yAxisIndex = 0)` and `LvcPointD ScalePixelsToData(LvcPointD point, int xAxisIndex = 0, int yAxisIndex = 0)` throw `IndexOutOfRangeException` because...
**Describe the bug** `Series.ChartPointPointerHover` and `Series.ChartPointPointerHoverLost` Events are not raised when Chart's `TooltipPosition` is set to `Hidden`. **Expected behavior** Showing or hiding of tooltips should _not_ influence whether or not...
I sometimes am able to play Warhead for a few minutes with no issues. However it seems to crash often very soon after reloading of a savegame (either made with...
The Codist's Find Symbol functions are really useful. However one item is missing. It would be really nice to be able to find usage of _optional_ method parameters by their...
Sometimes it is helpful to know that the member (method) over which user is hovering is using a particular _alias_ of a type in its signature. But currently Super Quick...
### Describe the bug ```xaml ``` Given the XAML above, whenever either `Profile` or `Description` change, roughly half of the time the `Run`s become invisible (even though their `IsVisible` is...
## What does the pull request do? Restore WS_CHILD window style for embedded windows. ## What is the current behavior? Embedded windows in hosted scenarios are not child windows causing...
## Describe the bug When I use compiled bindings and in xaml have something like `Text="{x:Static myns:ContainingType.NestedType.MemberName}"`, I get: `Error AVLN:0004 Unable to resolve NestedType.MemberName as static field, property, constant...