Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Releases: andreyorst/tagbar.kak

tagbar.kak v0.1.3

08 Apr 14:25
Compare
Choose a tag to compare

Release of tagbar.kak v0.1.3

tagbar.kak is a plugin for Kakoune editor, that provides an outline view of current file in a panel or separate window.

Changelog

  • add ClientClose hook to close tagbar if it's the only client left
  • add tagbar-quit and tagbar-write-quit commands to workaround if there's no ClientClose hook

tagbar.kak v0.1.2

08 Apr 14:22
Compare
Choose a tag to compare

Release of tagbar.kak v0.1.2

tagbar.kak is a plugin for Kakoune editor, that provides an outline view of current file in a panel or separate window.

Changelog

  • #4 Support Nim lagnuage via ntags
  • #4 Expose ctags command via option
  • #6 Do not modify default search register

tagbar.kak v0.1.1

15 Feb 18:57
Compare
Choose a tag to compare

Initial release of tagbar.kak

tagbar.kak is a plugin for Kakoune editor, that provides an outline view of current file in a panel or separate window.

Features:

  • Support for both tmux and X11
  • Support for 101 languages, via universal-ctags
  • Automatic update of *tagbar* buffer on save, change buffer and focus events
  • Jump to the definition of the tag in appropriate client

Requirements

tagbar.kak uses readtags package from universal-ctags to display tag categories. awk is used to construct a *tagbar* buffer.

Versioning:

tagbar.kak will use vX.Y.Z scheme of versioning, where:

  • v - is for 'version'
  • X - major breaking change release index
  • Y - regular releases with sane amount of changes
  • Z - bug fixes, and small updates