I use eclipse 3.5 and just installed Mylyn 3.4.2. It's GREAT, but ....
When I open the old task list (// TODO
), there is no menu option for defining a filter.
Instead, the Mylyn focus icon appears.
That would be OK - I only want to see the TODOs
for my current Mylyn task - but I only see one // TODO
- and there are a lot more in the files that are part of the task context.
Also, I still want to filter on the TODO
text - i.e. I really want to see only // TODO CR_16
(this is old code and there are a lot of old TODOs
in it).
So:
- (part 1) how can I get Mylyn to show me all of the
TODOs
in the files in the current task context? - (part 2) how can I then filter these so I only see
TODO CR_16
?
Thank you, Kim
It turned out I just wasn't up to speed on Galileo/Tasks. For anyone else having this problem: You filter tasks in Galileo via the Configure contents option in the Task menu. You can define several different filters (e.g. match all TODO tags, match all FIXME tags, etc.) but be careful how you set the radio button at the bottom left: Match all configurations will, for instance, only show you all tasks that have both a TODO tag and a FIXME tag (which, in my case - and probably everyone else's - was exactly none ;-)
Now that I understand that, things work great: I don't need to use // TODO CR_16, but can just use // TODO, instead, and use my Mylyn task focus to show me just the TODOs in my current context.
One thing that still bugs me, though, is that when you do a clean on a project, the creation time of all eclipse tasks (not Mylyn tasks) is set to the current timestamp. Is this a known bug?
Thanks for the help, Kim