Eclipse: Difference between the “Tasks” view and the “Task List” View

自作多情 提交于 2019-11-30 02:54:56
David Shepherd

The Task List is part of Eclipse Mylyn and contains tasks that are downloaded from popular bug trackers like Bugzilla, Trac, Mantis, etc. Many developers like having their tasks directly in Eclipse, as it saves them from having to switch from Eclipse to a web browser to see what task to do next. Additionaly, the deep integration of your tasks with Eclipse allows features like focusing your views on the task at hand (2 minute video) and toaster notifications as tasks are updated.

The Tasks View is a bit of a misnomer, it might be more appropriately called the Tags View. It contains a list of tags that exist in your source code. For instance, if you have the tag //FIXME or //TODO in a source code file then an entry will appear in the Tasks View.

Tasks' content generated automatically if you marked some code with TODO or FIXME.

Task List is the actual task list. You have to define it manually or you can also connect to some servers (Bugzilla, JIRA, Trac) to get the tasks. Task List is part of Mylyn and if you use a task, it will activate a special context for that task. This is nice presentation of Mylyn: http://live.eclipse.org/node/573

You can use both together as they are working on different levels as I explained before.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!