Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Reference to an icon file to be used in the toolbar. If left empty the name will be used to identify the task in the toolbar.

Since 2019.02, the type of the button can be added to the toolbar (Icon or Text). Only the ButtonType (in <toolbarTask>) Icon will use the configured <iconFile>. If left blank, it will show the new, default grey-scale icon provided from the code.

The complete set of new, default, grey-scale icons can be downloaded here.

Mnemonic

Optional definition of a letter in the title to use as shortcut.

...

Boolean flag to indicate if the task is to appear as a part of the toolbar.

Since 2019.02 this element can either has new settings and dependencies. A buttonType can be configured. Options in this enumeration are 'icon' or 'text'

<buttonType>Boolean<iconFile>appearance
icontrueemptyIcon button with new 2019.02 default image
truereference to an image fileIcon button with configured image
falseempty or a reference to an image fileno button visible
texttrueempty or a reference to an image fileText button with Taskname
falseempty or a reference to an image fileno button visible

menubarTask

Boolean flag to indicate if the task is to appear in the tools menu

...