John Gehrig

Results 154 comments of John Gehrig

@ejolson9 > Presumably this is because all lines are redrawn when cursor moves. Correct! Unfortunately, there isn't a good way to render only the line number changes. This would require...

This still needs some code cleanup. I am not aware of any outstanding issues, but I have only done limited testing.

I can't explain the `...` characters being added to the bottom of the screenshot. Interestingly, nvim is explicitly sending events to paint these characters on the grid? The behavior is...

![image](https://user-images.githubusercontent.com/11207308/65013553-88772500-d8e9-11e9-9b2a-2b9551e7570b.png) Currently the `ext_popupmenu` integration is not well supported for v0.4.0. For earlier versions the TUI wildmenu is used. I will address this once we think the commanline is in...

> Nice. This would be welcome for users who want top placement, or want the cmdline to overwite the statusline. I assume that will be configurable somehow? Currently it is...

@justinmk Do you know anything about the `...` behavior?

Yes, I will loop back to this feature eventually. The GUI still needs work, and ext_popupmenu lacks a few options to make this work well. Thanks, that means the `...`...

@svermeulen This PR still needs work... The cmdline functionality should be reasonable, but the widget needs work. It will have display issues. You need to run `:GuiCmdline 1` to enable...

Try the commands: `:set guifont` or `:GuiFont` I'm not familiar with Bengali. Is it a language that requires font ligatures to render? Font ligatures are responsible for the behavior when...

Patch for this issue: [emoji_cursor_render.diff.txt](https://github.com/equalsraf/neovim-qt/files/5153895/emoji_cursor_render.diff.txt) The refactor in Pull #727 resolves this issue for `:GuiRenderLigatures 0`. ![image](https://user-images.githubusercontent.com/11207308/91793920-a10a4900-ebe7-11ea-9cf4-2bb8b4fdb814.png) For `:GuiRenderLigatures 1`, this issue is still present. Likely an issue with ligature...