All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Changed
- Fix
number
not showing correctly whenrelativenumber
was enabled. - Remove cursor blinking.
- Fix incorrect plugin toggling.
1.2.0 (2019-09-28)
Changed
- Zooming text editor (Ctrl + Mouse Wheel) updates block cursor width now.
- Fix relative number column.
- Zooming text editor doesn't ruin relative number column anymore.
- Fix toggle action not removing command-line and not showing native Qt Creator status line.
- Addressed all compilation warnings (except for diff_match_patch files).
:e
won't break editor state anymore.- Support almost all buffer types (gina, fugitive, etc).
- Fix lots of small bugs.
1.1.0 (2019-07-16)
Changed
- If
QNVIM_always_text
is set, it'll always open files opened by neovim with a text editor (avoid openning resource editor for example). - Fix a segmentation fault that happened when
Open With
menu was used. - Automatically run
cd
(change directory) in neovim when files changes in Qt Creator. It runscd
with the directory of the project (not the file).
1.0.2 (2019-07-16)
Changed
- Fix a segmentation fault which happened after exiting some special terminal buffers (like fzf).
- Remove padding from patches in synching from neovim to Qt Creator, previously changes from neovim would make Qt Creator flicker colors around the change and would make Qt Creator spend CPU power to detect colors because it was rewriting texts around the patch (the patch had a padding) Now there should be no flickering, unnecessary CPU usage, etc when syncing from neovim to Qt Creator.
1.0.1 (2019-07-15)
Changed
- Use
nvim_buf_set_lines
for synching from Qt Creator to neovim which should make synching from Qt Creator to neovim much more stable. (We still need patching for synching from neovim to Qt Creator because setting the whole buffer in Qt Creator each time and edit happens in neovim will be super slow.) - Better handling status bar (showing multiline messages completely in multiple lines, avoiding scrollbar in any situation, etc).
- Fix status bar when showing mutliline messages would make status bar go blank forever.
1.0.0 (2019-06-05)
Changed
$MYQVIMRC
is now a file namedqnvim.vim
in the same directory as$MYVIMRC
.
0.4.0 (2019-04-29)
Added
ext_messages
so nowecho
and its family are supported (considering we already hadext_cmdline
, cmdline should be all supported).- Tooltip for cmdline so that in case of big messages user can see the whole message by hovering the mouse over it).