Eclipse TODOs and Mylyn Task List

I am using eclipse 3.5 and just installed Mylyn 3.4.2. This is BIG, but .... When I open the old task list ( // TODO), there is no menu option to define a filter.
Instead, the Mylyn focus icon appears.

That would be normal - I want to see only TODOsfor my current task Mylyn, but I see only one // TODO- and in the files that are part of the context of the task, much more. <sh> In addition, I still want to filter the text TODO- that is, I really want to see only // TODO CR_16(this is old code, and it has a lot of old TODOs).

So:

  • (part 1), how can I get Mylyn to show me everything TODOsin the files in the current context of the task?
  • (part 2), how can I then filter them, so I only see TODO CR_16?

Thanks Kim

+3
source share
3 answers

It turned out that I was just not ready for speed on Galileo / Tasks. For everyone who has this problem: You filter jobs in Galileo through the Configure contents option in the Task menu. You can define several different filters (for example, match all TODO tags, match all FIXME tags, etc.), but be careful how you set the switch in the lower left corner. Matching all configurations will, for example, show only all tasks that have both the TODO tag and the FIXME tag (which, in my case - and possibly all the others - was exactly nothing ;-)

, , : //TODO CR_16, //TODO Mylyn task, TODO .

, , , , eclipse ( Mylyn) . ?

,

+1

TODO Todo-List , Mylyn . , . , TODO . concreate , TODO.

, - TODO TODO, TODO ( ).

HTH Tom

+2

In Tasks> Content Configuration ..., this is the menu when you can configure your own filters.

If you work in a large company or in a large project, it is a good idea to filter not only "TODO", but also "TODO" + your nickname so that you can only see your tasks that are waiting. The “For any subject” area will be able to view the entire work area.

0
source

Source: https://habr.com/ru/post/1789222/


All Articles