Protean To-Do list plugin

BlitzPlus Forums/BlitzPlus Programming/Protean To-Do list plugin

Phil Newton(Posted 2007) [#1]
Latest Version: 1.0 (3rd September, 2007)

This project is a small plugin for Protean that adds a simple "todo" list window, in a similar fashion to Visual Studio. It scans loaded source files for tags in comments, such as "TODO:" and "HACK:". It then builds a task list, so you can find find these notes quickly and easily.

For example, the following comment would generate a Todo entry in the Hack category:

; HACK: This is a hack.
someBlitzCodeHere()


This would produce the following output:



To install the plugin, copy the "TodoList" folder from the zip into your Protean "Plugins" directory. When you next run Protean, a "Task List" window should be available in the "View" menu.

Download: Download Now (15.9KB)

More Information: Protean.TodoList - Project Homepage

Any feedback/bug reports are greatly appreciated!