Alejandro Exojo

Results 25 comments of Alejandro Exojo

According to the changelog of 5.6.0: "DirectWrite support is now the default if available". I checked the latest source, and there is a command line option to disable it.

@harg How do you confirm that DirectWrite is not enabled? The rendering output is not very relevant, given that neovim-qt uses it's own way to render text looping over the...

There is nothing to do, really. If you don't enable in the widget the intention to grab gestures (which work with mouse events as well), you handle mouse events and...

Seeing the latest comments, should this issue be closed? Is the 64bit support done or there are other issues? Thank you!

El Friday 27 March 2015, Karim Lalani escribió: > @BenjaminKim We are only weeks from launching our product to market and a > signed driver is essential to providing virtual...

Given that you haven't included it since the beginning, I would put it in a separate repository. Isn't this code based on some C# parts?

Thanks @myrode for the notes. One detail from me: I got an error when compiling against 9.2. I upgraded to 9.2.2 and it worked. Also, I think I did not...

I agree that the current API is weird, and doesn't make much sense for some cases (my filesystem queries the network asynchronously too, so I have to workaround it by...

I don't see the problem with JSON being limited to only valid text, when the text file is already only valid text... I mean, a byte equal to 0 is...

Hi. Thank you for the patch, and sorry for not replying before. I don't use vim so heavily nowadays, and certainly I don't do HTML stuff, pretty much at all....