sponsor Vim development Vim logo Vim Book Ad

todolist.vim : Creates list of TODO, FIXME, BUG comments

 script karma  Rating 22/15, Downloaded by 1697  Comments, bugs, improvements  Vim wiki

created by
kevin krouse
 
script type
utility
 
description
This is my first vim script and there are plenty of bugs.  If you can help out, please do.

This script is a plugin to be used with the winmanager plugin (see vimscript #95).  The script searches all your buffers for TODO, FIXME, NOTE, BUG, XXX comments found in your code and presents them in a list.  You can sort the list by type, file, line number, date, or by the text of the todo.  You can also customize the columns in the todo list.

Commands:
=========

<cr> : open todo under cursor
p : [p]review todo under cursor
C-w z : close preview window
x : zoom todo list window
s : cycle [s]ort field
c : toggle preview on [C]ursorHold
y : toggle s[y]ntax
r : [r]everse sort
? : toggle help
 
install details
0) Install the winmanager plugin
1) copy the todolist.vim script to your .vim/plugin directory
2) Add the string "TodoList" to your g:winManagerWindowLayout variable, eg:
    let g:winManagerWindowLayout = 'TodoList,FileExplorer|BufExplorer'
3) (Re)start vim and run :WMToggle
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
todolist.vim 0.0alpha 2003-03-16 6.0 kevin krouse Initial upload
ip used for rating: 100.24.20.141

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github