Ticket #824 (closed enhancement: fixed)

Opened 8 months ago

Last modified 8 months ago

Dynamic To-do list per document/project

Reported by: Corion Owned by:
Priority: minor Milestone:
Component: editor Version: 0.55
Keywords: todo Cc:

Description

It would be nice if Padre could show a dynamic to-do list per file or per project, created from all lines that contain

XXX: Needs more cowbell
FIXME:
TO-DO:
Ticket #666

Attached is a prototype that does this.

It needs some enhancements:

* The list does not dynamically refresh
* The list only shows the strings after the marker, but no category
(Categories would be "fixme", "xxx", "ticket")
* The list has no preferences for customizing the regex(es)

Further fun things would be:

* Double-click on a Ticket id jumps to the ticket URL instead of the line in the code, or jumps to both

Attachments

Todo.pm Download (2.0 KB) - added by Corion 8 months ago.
The Plugin framework to load/operate the todo list
UI.pm Download (6.2 KB) - added by Corion 8 months ago.
Todo/UI.pm - the meat of the todo list

Change History

Changed 8 months ago by Corion

The Plugin framework to load/operate the todo list

Changed 8 months ago by Corion

Todo/UI.pm - the meat of the todo list

Changed 8 months ago by Corion

  • status changed from new to closed
  • version changed from 0.54 to 0.55
  • resolution set to fixed
Note: See TracTickets for help on using tickets.