php    php100   android
当前位置:首页 » Eclipse在线教程 »

Eclipse - 任务管理 评论   编辑

任务管理

Programmers like to place TODO markers in their code which serves as a reminder for tasks that need to be completed. Comments in the Java code that has the word TODO in them are recognized as task and shown on the marker bar and in the Tasks view.

An eclipse editor can be used to associate tasks with the file being edited by right clicking on the marker bar and selecting Add Task. In the dialog box that comes up enter the task description and select a priority from the priority drop down list and then click on the OK button.

To remove a task using an Eclipse editor, right click on the task icon in the marker bar and select the Remove Task menu item.

Opening the Tasks View

To open the Tasks view:

  • Click on the Window menu and select Show View > Other
  • In the filter text box enter Tasks
  • Under General select Tasks
  • Click on OK

Using the Tasks View

The Tasks view can be used to view all the tasks and add tasks not associated with any resource.

It can also be used to:

  • Change the priority associated with a task
  • Mark a task as completed
  • Remove a task or all completed tasks

贡献/合作者

正在开放中...
 

评论(0条)

  • 还没有评论!