___________________________________________________________

 Keep track of things to do [for WinEdt 8]

===========================================================

 Original contribution by Robert <w.m.l@gmx.net>

 Adapted by Karl Koeller
 E-mail: karlkoeller@gmail.com

 http://www.winedt.org/

___________________________________________________________


Supports the commands from the LaTeX packages "todo", "todonotes",
and "fixme", but can also be used generically with "TODO:",
"FIXME:" or "DONE:" notes (text enclosed in curly braces can span
more than a line).

---------------------------
 INSTALLATION
---------------------------

Open the macro file "Install.edt" in WinEdt, and execute it by
choosing "Macros" menu > "Execute Current Macro".

---------------------------
 UNINSTALLATION
---------------------------

Open the macro file "Uninstall.edt" in WinEdt (also available in
%b\Uninstall\ToDo folder), and execute it by choosing "Macros" menu
> "Execute Current Macro".

---------------------------
 USAGE
---------------------------

New Tree "To Do":
 * DONE: <text><EOL>
 * DONE:{<multi-line text>}
 * \done\todo{<multi-line text>}
..
 * TODO: <text><EOL>
 * TODO:{<multi-line text>}
 * \todo{<multi-line text>}
 * \fxwarning{<multi-line text>}
 * \fxnote{<multi-line text>}
..
 * FIXME: <text><EOL>
 * FIXME:{<multi-line text>}
 * \fixme{<multi-line text>}
 * \fxerror{<multi-line text>}
 * \fxfatal{<multi-line text>}
