Todo Manager

Simple to-do list editor. Uses "todo.txt" file located in your home directory (if this file doesn't exist, it is created).

Download:
EXE
Source
Zipped source

Changelog:

Version number Date Changes
2.1.0.022.05.09- script is using a temporary file, not the actual todo.txt - it copies everything to todo.txt only when user clicks the OK button. It allow user to undo done changes
2.0.1.021.05.09- script no longer needs to restart itself while adding or deleting lines. Now it only resets GUI
2.0.0.0 21.05.09 First public version
- line deleting buttons
- line adding button
- each line in separate field
1.0.0.0 ??? Initial release, very basic functionality.

Return...