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
241 stars 40 forks source link

Pasting completed tasks into the task list appends creation dates in front of the "x" #114

Closed mjdescy closed 8 years ago

mjdescy commented 8 years ago

Steps to reproduce:

Copy task text below (including line breaks) and paste directly into the task list:

x 2016-08-01 task 1
x 2016-08-01 task 2
x 2016-08-01 task 3

Erroneous result

The newly added tasks will look like this (2016-08-09 is today's date):

2016-08-09 x 2016-08-01 task 1
2016-08-09 x 2016-08-01 task 2
2016-08-09 x 2016-08-01 task 3

Expected result

This is really a "better" result rather than an unexpected one. I don't think completion date or creation date of completed tasks pasted into the task list should be adjusted.

x 2016-08-01 task 1
x 2016-08-01 task 2
x 2016-08-01 task 3
mjdescy commented 8 years ago

Version 2.3.1 will close this issue.