John Gehrig
John Gehrig
I suspect this is a bug in Qt... Did you make the changes via `set QT_SCALE_FACTOR`? I cannot reproduce without setting a problematic scale factor like `1.3`. It would be...
Just posting to get your thoughts, "Not worth the effort" is fine with me too :) A potential fix is: https://github.com/jgehrig/neovim-qt/commit/df99b96d19312da161f2f8bc142d6ca3da3d8f97 We can get rid of malloc/memcpy and use a...
The `printer_mods` `README.md` modifcation includes a line from #323. That PR should bemerged first, so we don't get a merge conflict or bad link.
I did see the config changes for real-time diffs, but somehow the repository type detection still fails. For example, with the following config: ``` " Same value as before, works...
> But.. I think I see the issue. You overwrite 'perforce', but perforce itself is not installed, right? I think it skips 'perforce', because no executable p4 is found (because...
No worries... Thanks for writing up a fix so quickly @mhinz! I just tried out your changes to `master`, and everything seems to work with the following configuration: ``` "...
Documentation, necessary but never fun! Let me know if I can help in any way.
@mhinz I think something might be broken in master. Currently vim-signify + Perforce makes vim non-responsive. I suspect something has changed, and buffer modifications trigger diff check/update? This behavior would...
@tastytea Looks good! Nice catch, I'll merge these changes shortly. It is also on my TODO list to set `ENABLE_TESTS` off-by-default. Tests increase the build time and can cause build...
Can you do a Debug build with the following lines un-commented: https://github.com/equalsraf/neovim-qt/blob/7b230767dd04d921ca5c2c31ad46ffd00111aed2/src/gui/shell.cpp#L1367-L1370 The `QKeyEvent` is very helpful in resolving these types of input issues. Once we understand the event being...