vim-quickui

The missing UI extensions for Vim 9 (and NeoVim) !!

MIT License

Stars
1.1K

Bot releases are visible (Hide)

vim-quickui - 20240322 - v1.4.6 Latest Release

Published by skywind3000 7 months ago

  • suppress annoying messages in the cmd line when closing context menu.
  • minor improvements
vim-quickui - 20240224 - v1.4.5

Published by skywind3000 8 months ago

  • Fix issues with listbox plugin and add new function for clever input list.
  • Adjusted listbox width calculation to consider title length.
  • Added minsize calculation for title in listbox creation.
  • Fixed default index value in clever_context and clever_listbox functions.
  • Added new function quickui#tools#clever_inputlist for handling input lists in a clever way.
vim-quickui - 20230818 - v1.4.4

Published by skywind3000 about 1 year ago

  • Support context menu entry filetype blacklist.
  • Use vim9script to optimize slow routines if possible.
  • Introduce g:quickui_buffer_list_cli to set the CLI and flags that used for buffer list.
  • Introduce quickui_ctags_opts.
  • New quickui#context#open_nested api.
  • Bind CursorMoved event only to the current buffer.
  • Remove unnecessary files.
  • Take care of latest nvim compatibilities, like cursorlineopt in floatwin and buffer creation.
  • Fixed: menu may crash in some corner cases
  • Fixed: string_strip potential issues.
vim-quickui - 20210131 - v1.4.3

Published by skywind3000 over 2 years ago

  • fixed compatibility issues in nvim 0.5.0 dev.
vim-quickui - 20211208 - v1.4.2

Published by skywind3000 almost 3 years ago

  • new default color scheme for ansi terminals (8 colors).
vim-quickui - 20211206 - v1.4.1

Published by skywind3000 almost 3 years ago

  • fixed: (neovim) preview window can't scroll in neovim.
  • new: preview window can accept new option col and line to specify position.
  • preview: set scrolloff to 0 by default.
vim-quickui - 20211130 - v1.4.0

Published by skywind3000 almost 3 years ago

New input box to input a string:

Could be used as a drop-in replacement of input() function.

See: Input box help.

vim-quickui - 20210201 - v1.3.2

Published by skywind3000 over 3 years ago

fixed: minor issues

vim-quickui - 20210105 - v1.3.0

Published by skywind3000 almost 4 years ago

  • color scheme refactor, fix #35
  • new: quickui#tools#python_help() api.
  • new: quickui#menu#clear(section) api.
  • new: ignore_case option.
  • fix: function name conflict issue
  • fix: unknow option line.
  • fix: #23.
vim-quickui - 20200214 - v1.2.4

Published by skywind3000 over 4 years ago

  • new: listbox/textbox/preview add a new option: bordercolor
vim-quickui - 20200214 - v1.2.3

Published by skywind3000 over 4 years ago

  • new: quickui#context#reduce api.
  • revert save/restore position in context menu.
vim-quickui - 20200213 - v1.2.2

Published by skywind3000 over 4 years ago

  • context menu: new option savepos, set to a name to save/restore last position.
  • context menu: new option reduce, set to 1 to reduce with filetypes.
vim-quickui - 20200122 - v1.2.1

Published by skywind3000 over 4 years ago

minor issue fixed in tag preview.

vim-quickui - 20200121 - v1.2.0

Published by skywind3000 over 4 years ago

  • new widgets: context menu and preview window.
  • preview tags in the popup preview window.
  • preview quickfix items preview window.
vim-quickui - 20200119 - v1.1.1

Published by skywind3000 almost 5 years ago

  • new preview widget.
  • improve error messages
  • minor issues fixed
vim-quickui - 20200110 - v1.1.0

Published by skywind3000 almost 5 years ago

  • support neovim.
  • you can search in listbox by using / or ?, and navigate matched results by n/N or <c-n>/<c-p>
  • menu can use current filetype to dicide visibility.
  • serials performance opimizing.
vim-quickui - 20191230 - v1.0.1

Published by skywind3000 almost 5 years ago

New: multiple menu namespace, switch with quickui#menu#switch(name)

vim-quickui - 20191228 - v1.0.0

Published by skywind3000 almost 5 years ago

Initial release.