Concatenation bug in project view

Posted March 12, 2008 by Andréas in taskpaper bug concatenate

(Sorry if this has been reported before, I can't find something similar in the forums.)

When viewing a specific project in TaskPaper (by pressing Cmd-L and selecting a project, for instance), typing a new tag at the end of the last line concatenates the text of the tag with the text of the line immediately below the last project line in the whole document.

So for instance, with the following document:

Project A:

  • Task A.1 @tag1
  • Task A.2 @tag2 Project B:
  • Task B.1 @tag3

selecting "Project A" in the projects list shows the following:

Project A:

  • Task A.1 @tag1
  • Task A.2 @tag2

Now if, in the "Project A" view, I type "- Task A.3 @tag3" at the end, I get the following:

Project A:

  • Task A.1 @tag1
  • Task A.2 @tag2
  • Task A.3 @tag3Project

Notice the unexpected "@tag3Project" string at the end. This is the result of the concatenation of "@tag3", that I did type, with the first word of the next line in the whole document, i.e. "Project" from "Project A:".

I'm using TaskPaper version 1.0.3 (26).

jesse - March 13, 2008 8:23 AM

Thanks, this problem should be fixed in the next version.

Topic's comments