I hope WinEdt6 is recognised as one of the best LaTeX's friends.
I write my latex stuff, and when a para is considered done, I want to \done{the completed para text} so that it differ from what I type next in say ink and background color. When the next para is done I do \done{another completed para text} and so on. I define \done as "doing nothing" command \newcommand{\done}{} as I do not want any changes to my compiled document - only to ease my writing by visually separating the "done" from "yet to be done". How do I do that with WinEdt 6, perhaps using switches? Any ideas?