-
Notifications
You must be signed in to change notification settings - Fork 109
Context & Project choices should be case-insensitive #114
Comments
a simple way to fix this is to only add the lowercase version of each context to the picker. Would this be an OK fix for you? It's a simple patch that I have already banged out if you want it. |
Yes, please send on the pull request so I can test out the fix. Thank you!
|
@marsepu, can you send a pull request for this one as well? Thanks |
Charles, I sent a pull request for this over a week ago. -Mario Sent from my iPhone On Jul 23, 2012, at 12:58 AM, Charles Jones [email protected] wrote:
|
@ginatrapani This is another one that looks like it was never applied. |
When I went to apply this locally, there was a conflict:
I want to get the resolution right. I shouldn't delete stringByTrimmingCharactersInSet: [NSCharacterSet whitespaceCharacterSet]]] but I'm not confident about the right way to merge these changes. |
I'm not sure why it's trimming whitespace in the first place, but I just sent a new PR that maintains it. |
…s-contexts Make projects and contexts case insensitive, closes #114
Right now if I have an
@Phone
and an@phone
context in my todo.txt, they get listed individually in the context picker. The picker should collapse contexts into one where the only difference is case.The text was updated successfully, but these errors were encountered: