AnthonyCalandra / todo-list

(THIS PACKAGE IS NO LONGER MAINTAINED.) A package for the Atom editor which keeps track of TODO, FIXME, etc. messages in code.
MIT License
10 stars 2 forks source link

TODO/FIXME text soft wrap option #3

Open Calinou opened 9 years ago

Calinou commented 9 years ago

Currently, it looks like this:

Image

If you want your list to be compact in screen real estate, yet you want to read the full text, this is not good. The text should probably have soft wrapping (which could be a setting).

AnthonyCalandra commented 9 years ago

Originally what I was going to do was when the user single-clicked the list item it would fully expand the text; which is the reason why it currently double-clicks. I intended for this in the case that there would be many TODO/FIXME entries and so it would seem more organized.

I have also thought about something along the lines of what you are suggesting but now I don't know which direction to go. Suggestions?

Also, thank you for all the feature suggestions. I have read them all and will be implementing most/all of them this weekend (given nothing else comes up).