Difference between revisions of "IDE Window: ToDo List"

From Free Pascal wiki
Jump to navigationJump to search
Line 2: Line 2:
  
 
The todo list shows the list of ToDo comments of all files of the project units.
 
The todo list shows the list of ToDo comments of all files of the project units.
 +
 +
At the moment it searches all units used in the .lpr file of the current project (including units from packages and excluding project units not used in the .lpr file). Eventually it should search all units of the project. A patch for this is welcome. See ide/todolist.pas procedure TfrmTodo.acGotoExecute.
 +
  
 
== Refresh ==
 
== Refresh ==

Revision as of 22:38, 15 January 2008

Deutsch (de) English (en) suomi (fi) français (fr)

The todo list shows the list of ToDo comments of all files of the project units.

At the moment it searches all units used in the .lpr file of the current project (including units from packages and excluding project units not used in the .lpr file). Eventually it should search all units of the project. A patch for this is welcome. See ide/todolist.pas procedure TfrmTodo.acGotoExecute.


Refresh

Search again all files for ToDo comments and update the list.

Goto

Jump to the item in the source editor.

List

Double click to jump to the item in the source editor.