Releases: yegappan/taglist
Releases · yegappan/taglist
Version 4.0b1 (released on April 5, 2005)
Summary of changes:
Added support for optionally displaying the tags in the drop-down/popup menu.
Performance enhancements, various bug fixes and debug support.
Version 3.4 (released on August 16, 2004)
Summary of changes:
- Introduced a new option 'Tlist_Show_One_File" to display the tags for only the current buffer in the taglist window.
- Support for not displaying the tags for a user-deleted file in the taglist window.
- Fix for sharing the mouse single click map with other plugins.
Version 3.3 (released on June 1, 2004)
Summary of changes:
- If Tlist_Ctags_Cmd variable is not set, on startup, check for the presence of exuberant-ctags or ctags or tags in the PATH and set Tlist_Ctags_Cmd variable accordingly. If none of the executable is found, then the taglist plugin will not be not loaded.
- Added a new configuration variable Tlist_Enable_Fold_Column to enable or disable fold columns in the taglist window.
- Added support for setting the taglist application name used by the winmanager plugin and the cream package.
- Two new key mappings ([[ and ]]) are added to the taglist window to move between files.
- When a file is modified, the taglist window will be automatically updated (after going to some other window or buffer and then coming to the modified buffer).
- Made the Tlist_Update_File_Tags() function as a global function. This function can be used to add or update the tags for a new file.
- Updated the Tlist_Get_Tag_Prototype_By_Line() and the Tlist_Get_Tagname_By_Line() functions to get the tag name and tag prototype for the specified line in a file.
Version 3.2 (released on April 25, 2004)
Summary of changes:
- Added support for closing the tags tree for inactive files.
- Remove the tags tree for deleted buffers
- Process the tags when the taglist window is not opened
- Disable the automatic highlighting of the current tag
- Display the name of the current tag.
Version 3.1 (released on Nov 2, 2003)
Summary of changes:
Added support for saving and restoring taglist sessions.
Separated the taglist documentation into a separate file in Vim help format.
Version 3.0 (released on Sep 24, 2003)
Summary of changes:
Added support for displaying tags defined in multiple files
Version 2.8 (released on Sep 14, 2003)
Summary of changes:
Added information about the taglist mailing list.
Version 2.7 (released on August 10, 2003)
Summary of changes:
- Added TlistUpdate command to update the taglist window.
- Made the taglist highlight groups user configurable.
- Fixed a problem in the taglist integration with the winmanager plugin
Version 2.6 (released on June 9, 2003)
Summary of changes:
- Added support for previewing a tag.
- Added the TlistClose command to close the taglist window
- Added the Tlist_Exit_OnlyWindow option to close the taglist window if only that window is open.
Version 2.5 (released on April 26, 2003)
Summary of changes:
- Added support for highlighting the tag scope.
- Added support for displaying namespaces in C++ files.
- Updated the comments.