sponsor Vim development Vim logo Vim Book Ad

TagmaTasks : IDE like Task List for Vim buffers.

 script karma  Rating 14/5, Downloaded by 835  Comments, bugs, improvements  Vim wiki

created by
Lorance Stinson
 
script type
utility
 
description
Displays tasks for the current buffer using the Vim location-list window.
Based on the task lists from other IDEs. Will also display marks next to each
task line using the Vim signs feature.

GutHub Home: https://github.com/LStinson/TagmaTasks

The Task List is generated using the lvimgrep command. See that command for
specifics on how the Task List is generated

User Commands:
    :TagmaTasks - Generate the Task List. Several options control behavior.
    :TagmaTaskMarks - Display the Task Marks.
    :TagmaTaskClear - Clear the Task Marks.
    :TagmaTaskToggle - Toggle the Task Window.


Key Mappings:
    <Leader>tt - Calls :TagmaTasks
    <Leader>tc - Calls :TagmaTaskClear
    <Leader>tm - Calls :TagmaTaskMarks
    <Leader>tw - Calls :TagmaTaskToggle

See the documentation for more details.

I welcome any and all feedback. Please contact me at LoranceStinson AT Gmail....
Please be sure to put TagmaTasks in the subject so I know what you are emailing about.
 
install details
To install copy the files to ~/.vim or ~/vimfiles.
If using a package manager like pathgen place the whole directory in the bundle directory.
 

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
TagmaTasks.zip 0.3 2012-03-16 7.0 Lorance Stinson TagmaTasks can now generate a task list for a list of files. This is done using the vimgrep command.
TagmaTasks.zip 0.2 2012-01-21 7.0 Lorance Stinson Fixed a bug that would cause errors if no tasks were found in the buffer.

Added <Plug> mappings and changed the global key maps to use them.

Documentation reformatting.
ip used for rating: 3.145.119.199

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