sebastianbenz / eclipse-task-editor

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

Multi-line expandable task #22

Closed DaneelReventelov closed 13 years ago

DaneelReventelov commented 13 years ago

Can you add multi-line task? Now A task is only on one row but if I want a better description I must add a comment without @done function. Expandable/compressible can be better.

sebastianbenz commented 13 years ago

You could add a comment to your task with indendation, e.g.:

In that case the @done tag applies to the task and to the note.

Another possibility would be to add an escape character (e.g. ) to the line ending:

But I am not sure whether this is really necessary.

DaneelReventelov commented 13 years ago

At the start I wrote many things in a task but now I write only a title and then the specify instructions in java comment so for now I think this problem for me is surpassed