Versions Compared

Key

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

...

AreaDescriptionNotes
Expand/collapse nodes in treeNew feature: the node context menu in the tree view now contains the "Expand all children" and "Collapse all children" actions to expand/collapse the sub-tree below the given node. 
Abort text

New feature: ecflow allows an abort to pass a string (possibly containing instructions on how to fix the abort etc.). This string is displayed now next to an aborted node in the tree view using the same text colour as the aborted status. The abort string might be clipped if it is too long, but the node tooltip always shows the whole string.

Copy node path
New feature: the node context menu now has an action to copy the node path (or a list of paths for multiple selection) to the clipboard. 
Icons

New feature: Some of the icon names and icon pixmaps were changed.

Changes in the node icons:

    • The icon previously names "Messages" was renamed as "Has node log entry" and its pixmap was changed to:

Changes in the Info panel tab icons:

    • The Manual tab's icon was changed to:
    • The Output tab's icon was changed to:
    • The Server log tab's icon was changed to:
    • The tab previously called "Messages" was renamed as "Node log" and its icon was changed to:
 
Custom commandImprovement: it is possible to run your own custom commands on nodes - select a set of nodes, then choose Custom... from the context menu. The improved custom command editor now presents a list of the available ecflow client commands, along with the help pages for each. Remember to put the <full_name> tag at the end of the command - this will be replaced with the list of selected nodes. The ability to save and load custom commands, and to add them to the context menu will be available in a later version.Image Added
Node tooltip
Improvement: the node tooltip in the tree view now contains the description of the icons of the node. The tooltip also shows the abort text if it is available. 
ManualFix: fixed issue where the manual was not shown. 
Info panelFix: fixed issue where the info panel dialogue always stayed on top of the main window and could not be be properly minimised. 
Server logFix: fixed issue where the server log crashed for local log files. 
Context menuFix: fixed issue where certain menu options depending on the server state did not work. 

...