Daniel Peñalba

Results 40 comments of Daniel Peñalba

@Takoooooo, agree. Note that other editors (VSCode, Sublime), behaves in that way. They allow scrolling below document by default, and they behave in this way: - When using Mouse/Scrollbar, the...

Partially fixed here (already merged): https://github.com/AvaloniaUI/AvaloniaEdit/pull/157/commits/8bfc3d984da727d756ac53023dcd140211eeda48 Not fully fixed cause I noticed that Avalonia doesn't doesn't fill the `PointerEventArgs.KeyModifiers` properly when processing `OnPointerMoved`. For example, moving the mouse hover a...

Hey @mattj23, > It should be possible to make disabling the generators for long lines an option instead of disabling them all the time. Yes, what about setting up a...

@robloo do you think this issue is related to this behavior? When resizing a column in the `TreeDataGrid`, or dragging the `ScrollBar` I get some flicker in some controls and...

I played around with the [sample application](https://github.com/mono/SkiaSharp/files/6481043/UWPSkiaTest.zip) provided by @cilliemalan, and I noticed that subpixel rendering is not performed well for some SkiaSharp versions. The subpixel rendering works fine using...

It's working fine in my mac... ![image](https://user-images.githubusercontent.com/501613/194817569-76c08bf5-6575-4fa3-aed8-c7161e750f23.png) What macOS version/architecture are you trying?

> After I recompiled oniguruma, put it in the running directory and it returned to normal. Does it not support M1? Not sure, maybe not. @Gillibald is the syntax highlight...

Oh ok, so it seems we need a new build for the oniguruma bindings. @chenjing1294 some help would be appreciated so if you generate a universal build of the [onigwrap...

I generated a new version of the native onigwrap library with both x64 abd arm64 support, so now macOS M1 should be supported. I cannot test M1, so please, @chenjing1294...