TaskList Plugin

About

The TaskList plugin for jEdit provides a dockable, tabular list of comments extracted from the text of a file being edited in jEdit. The display shows an icon representing the type of comment, the line where the comment appears and the comment text. You can jump to a comment by double-clicking on the corresponding row of the table. The comment text in the buffer can be highlighted as a user option.

Screen Shot

Here's a screen shot of TaskList:

[TaskList Screen Shot]

view larger image (790x676)

Documentation

This is a copy of the Users' Guide which comes with the plugin.

News

  • 2004-08-07, 0.4.4
    • Recognize Tasks that contain tokens other than comment types, if the other tokens are surrounded by comment tokens. This allows PHPDoc @TODO: .... comments, where @TODO is a LABEL token, to be recognized.
  • 2004-04-23, 0.4.3
    • Sorting changes in option pane are immediately applied.
    • Fixed current sort column and order not being displayed in the option pane.
  • 2003-09-30, 0.4.3 beta
    • Fixed NullPointerException when trying to extract tasks from a mode that was added since jEdit was started.
    • Updated for 4.2pre1 Token changes.
    • Fixed deprecation warnings.
    • Updated for 4.2 plugin API
  • 2003-03-09, 0.4.2
    • no changes from beta
  • 2003-03-09, 0.4.2 beta
    • Fixed sf bug 535882, "TaskList, removing and jumping"
    • Fixed a sorting bug (NPE if no ":" in Task.text)
    • Fixed "Reset task patterns"
    • Added "Parse Buffer" to TaskList Popup menu
    • Fixed sf bug 699048, "Unable to delete tasks"
    • Code re-organization
    • Added option to sort tasks by buffer name
    • Fixed bug removing task patterns
  • 2003-02-20, 0.4.1
    • Default patterns changed to increase parsing speed. Improvement based on suggestion by Antonio Argentieri.
    • Modifications to use non-deprecated jEdit APIs. Changes done by Slava Pestov.

(see help file for prior history)

Download

You can install TaskList from jEdit's Plugin Manager, or download it from one of the links below:

Authors