@equalsraf

Results 11 issues of @equalsraf

Testing fix for https://github.com/equalsraf/neovim-qt/issues/884

See https://github.com/equalsraf/neovim-qt/issues/839 for the list of issues In terms of code this is ready for review. There are still runtime issues to be checked (font integer metrics and possibly imfocus)....

After successfully loading the shim call GuiClipboard to enable the native GUI clipboard by default. ref #298 A new command GuiClipboard can be used to configure the clipboard. ---- There...

Brainstorming on https://github.com/equalsraf/neovim-qt/issues/936 - maybe we can provide a little more info on connection errors.

Tracking issues for supporting builds against Qt6 - I was able to build against Qt6 after some changes, but I could not test, here is the list of issues -...

In https://github.com/equalsraf/neovim-qt/pull/845 appveyor was updated to generate an msi installer for neovim-qt. There are a couple of things that need to be done 1. appveyor must publish the installer to...

Reported by @khalidchawtany, italic text in some fonts is clipped - Menlo - Courier - Source Code Pro - Firea Code ![](https://files.gitter.im/equalsraf/neovim-qt/g35L/Screen-Shot-2016-07-10-at-7.23.40-PM.png) Presumably this is expected behavior from Qt ([from...

font

Back in https://github.com/equalsraf/neovim-qt/issues/203 we added the nofork cli argument. This is a followup to improve the default behavior on Mac OS X. The [current](https://github.com/equalsraf/neovim-qt/blob/master/src/gui/main.cpp#L69) behavior with regards to forking the...

mac

For now this is mostly an example - but it seems useful to have the ability to test rendering output, either for regressions or with different options. Pending: - [...

Hi, just trying this crate and made some minor updates to the docs about the message size limit - minor wording - added a doctest just as an example of...