benrhughes / todotxt.net

An implementation of todo.txt for Windows using the .NET framework
http://benrhughes.github.io/todotxt.net/
Other
498 stars 123 forks source link

Misinterprets task description as a Project (bug) #184

Closed LocutusX closed 10 years ago

LocutusX commented 10 years ago

The todotxt.net application (2.2.3.0) misinterprets tasks which have the " + " character in the task text, as a project. Example; I have a task to remind me to apply for a job at a company called "D+H" (a real company name).

2014-03-04 Apply for job at D+H +JobSearch

The Android app will correctly show this task under only 1 project; +JobSearch However todotxt.net will show it under 2 projects: +JobSearch and +H

Obviously, " +H " is not a real Project.

Sidenote: Does the main website for this app have any version information? It was hard for me to tell if you had published any more recent versions of todotxt.net since I downloaded it.

mjdescy commented 10 years ago

I have a patch that can close this bug. I can't figure out how to isolate it into a pull request without including the changes from my last pull request. Ben: can you look at my latest commit in my repo (4a386d9)?