todotxt / todo.txt-ios

Official Todo.txt iOS app for managing your todo.txt file stored in Dropbox.
http://todotxt.org
GNU General Public License v3.0
379 stars 112 forks source link

Correct text highlighting for completed tasks #224

Closed ghewgill closed 9 years ago

ghewgill commented 10 years ago

When rangesOfProjects or rangesOfContexts compute the location for highlighting projects or contexts within a task description, they always used the task 'text' attribute. However, when a task was completed there is additional text prepended in the displayed text. This caused the highlighting to be displayed in the wrong place.

This patch changes the range computation to use the actual displayed text instead of the 'text' attribute.

ginatrapani commented 9 years ago

Thanks so much