http://www.ibm.com/developerworks/cn/java/j-mylyn1/
任务管理,自动化,这两个主题。
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.
nnd, Ctrl+click不好使,可能是被系统用了,就像Ctrl+space一样,
http://stackoverflow.com/questions/4949466/replace-altclick-binding-of-mylyn
You can use Win + Alt + Click instead,真的可以耶!