sebastianbenz / eclipse-task-editor

A simple textual todo manager for Eclipse.
44 stars 11 forks source link

Double click to change status done/undone #20

Open DaneelReventelov opened 13 years ago

DaneelReventelov commented 13 years ago

Can you add double click to change status done/undone? In:

sebastianbenz commented 13 years ago

This would conflict with the default behavior. Usually a double click selects the whole element. Within the editor the code completion provides a quick way to mark a task as done. I also think that it would make sense to mark tasks as done from the outline view, but I am not sure what would be the easiest way. Maybe a context menu...

DaneelReventelov commented 13 years ago

Maybe a context menu... Now the big problem is to add and change task status while coding in editor panel. I have many opened files so if I change often I lost my self, now I use java tags (TODO, XXX, FIXME) and when I finish a session I copy all the tag in todo file to have a logical and simple overview but is other time spent.