RSS

 
  Tree Interface

To Do  

(compatible with WinEdt version 5.5 - 5.6)

Description

Adds a subtree for things "To Do" to your Tree Interface.

To Do tree

It will recognize and gather the following entries from the current file or the complete tree:

  • TODO: <text><EOL>
  • TODO:{<multi-line text>}
  • \todo{<multi-line text>}
  • \fxnote{<multi-line text>}
  • \fxwarning{<multi-line text>}

  • FIXME: <text><EOL>
  • FIXME:{<multi-line text>}
  • \fixme{<multi-line text>}
  • \fxerror{<multi-line text>}
  • \fxfatal{<multi-line text>}

(\fixme, \fxnote, \fxwarning, \fxerror and \fxfatal are commands from the LaTEX fixme package.)

The tree works in all modes; it will also gather commented To Do notes.

Installation

  • Save the file Todo.ini in %b\ConfigEx\
  • If %b\ConfigEx\LoadEx.edt does not exist:
    • copy %B\ConfigEx\LoadEx.edt to %b\ConfigEx\
  • Add the following line to %b\ConfigEx\LoadEx.edt:
    LoadConfig("%b\ConfigEx\Todo.ini",1);
    
  • Restart WinEdt

Download

Todo.ini

Macro contributed by R Schlicht <w.m.lgmx.net>

  Tree Interface