mjdescy / TodoTxtMac

TodoTxtMac is a minimalist, keyboard-driven to-do manager for Mac OS X (10.8 Mountain Lion and higher) that conforms to the todo.txt format spec.
Other
240 stars 40 forks source link

Colouring when working with multiple todo.txt files #104

Closed dougwaterson closed 8 years ago

dougwaterson commented 8 years ago

Hi, First of all, great work! I just downloaded 2.1.1. (first time) I like to keep a separate someday_maybe.txt as well as a todo.txt. I set todo.txt as the default in preferences, and I opened someday_maybe.txt from finder->open with. The someday_maybe.txt view has no colouring at all - just grey, whereas todo.txt has colouring. I think the app supports multiple files...is the lack of colouring of the other file a bug? Thanks Doug

mjdescy commented 8 years ago

This sounds like a bug. I tried to reproduce it and could not. Is there any more information you could provide? Did you try to open the second file on the first run, or after changing the color settings and before closing the app? Does this behavior still occur after a restart of the app?

dougwaterson commented 8 years ago

My bad, it's not a bug. Here's what I noticed:
Make a new file, make one entry, take focus off the list (e.g. to the new task box), the one task in the list (which is highlighted) is all grey. I guess I expected the colouring to take effect once I had moved focus to the new task box. However, once more tasks are added I see it's only the last task that had focus which is all grey. False alarm.

mjdescy commented 8 years ago

If a task is selected it won't be styled, for readability reasons. Selection and focus are independent. It sounds like you hit a situation in which a task was selected but focus was not on the task list.

Glad you got it sorted.