Tasks to do

Tasks are used to maintain additional information about a project or document. There are two types of tasks:

  • Assigned to project - these are general tasks that you can set for the whole project (e.g. to make a note like 'what else do I want to do here')
  • Assigned to document - they are assigned to the place where they are set in the document. If you insert additional lines above the line for which you set the task, the task will move the same number of lines down so that it is still in the same logical place in the code.

Unlike bookmarks, which are more for handily marking places in a document, tasks to be completed are much more extensive.

Tasks are especially useful when you work on the site in groups. With the help of tasks you can pass on tips to the project's co-developers, mark places where you should pay special attention, etc.

How do I set and read the job to be executed for the entire site?

It often happens that you want to save something for later, but this information is not about a specific document, but is more general. In such a situation, you can create a task for the whole site. You can do this with the commands in the Tasks to be done in a project window - you can open it with the command List of tasks to be done located in Main menu / Projects / Project properties or in the menu under the Project properties button on the Projects tab. In the same window you can view the tasks defined for a project.

How do I set and read the to-do task for a document?

To set a task for a specific line in your document, launch the Task To Do tool. To do this, right-click on it, and use the context menu of the editor to select Document Information / Add Task to be Run or Bookmarks in Document / Add Task to be Run (the same menu will be displayed if you left-click on the bar on the right side of the editor). Deleting tasks is done using the commands located in the same menu (the command is visible only if a task has been set for the current line).

When setting a task to be completed in a document, you can specify:

  • The name of the task
  • Description of task
  • Priority

In addition, you can mark the task as completed, and in the program settings(Program settings / Other settings / Editor ... / General) check the option not to highlight in the editor the rows where tasks marked as completed exist. This way it will be visible in the list of tasks, but they will no longer draw your attention while working.

Thanks to the special marking of tasks (a change of color in the background of the line with the task) it is impossible not to notice such a task. In addition, when opening a document for which a task has been assigned, a special message will be displayed (the message display can be switched off in the program settings window).

To quickly read the content of a task defined for such a highlighted line, just hover the mouse over it - the title and description will appear in the status bar (at the bottom of the program window), where the help tooltip is usually displayed. Of course, if the title or description is long, it may not fit in the status bar - to read the task content for such a line, just click on it while holding down the CTRL key.

Priorities of tasks

Tasks are identified in the document by the background color of the line in which the task is set. The color of this background is determined by the priority of the task, whereby:

1 - highest priority red backlight
5 - medium priority (default) yellow backlight
10 - lowest priority green backlight

Other priorities have intermediate colors between those shown above - from red through yellow to green. You can change the highlight colors for each priority in the program settings - General settings of the editor

Navigating a document using tasks

You can navigate to a selected task in the current document in several ways:

In addition, using the Project Tasks window, you can view, delete, and navigate to tasks set for all documents in the current project.

Related topics

To top