Versions Compared

Key

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

...

Info
We recommend that you 'Watch' this page in order to receive e-mail notifications when it is updated.

Installation date 2016-02-18

AreaDescriptionNotes
Managing large output files

New feature: large output files are now displayed much faster requiring far less memory than before. Although the output text viewer looks and behaves the same for all file sizes internally ecFlowUI uses a newly developed text editor for files larger than 5 MB.

 

New feature: when an output file is transferred from the logserver a progress bar is shown indicating the current status of the file transfer.

Image Added

New feature: output files transferred from the logserver are cached. The cache holds a file for two minutes starting from the moment the file is unloaded from the viewer (we select another output file or click on another node). If we view the output file within these two minutes ecFlowUI will use the cache and will not transfer the file again from the logserver. However if we click on the Refresh Image Added button the cache is bypassed and the latest version of the current output file is fetched from the logserver.

 
New feature: for improved efficiency, when viewing output files larger than 5 MB the text search works in "confirm" mode where the search is only initiated when Enter is hit or one of the search arrows is pressed. For files smaller than this size the search is still instantaneous (it is initiated as we type in the text). The "confirm" mode is clearly indicated by a message bar above the text search panel. Image Added
Display node type in the tree view

New feature: the type of the nodes can now be displayed in the tree view. Each type is represented by its first character as follows:

  • S: suite
  • F: family
  • T: task
  • A: alias

A different visual representation is used for the "Classic view" and the "Modern View". In "Classic view" the node type is drawn to the left of the node rectangle into a separate box, while in "Modern view" the node type is drawn straight into the status box.

This feature can be switched on/off in the Configure dialogue (Edit -> Preferences -> Appearance ->Tree view -> Display node type), the default setting is on.

 

 Classic viewImage AddedModern viewImage Added
Output tab preserves its contentImprovement: the Output tab now preserves its content: if we click on another tab in the Info panel and click back to the Output tab it does not need to reload the file. 
Custom commandImprovement: the node context menu shows the last 10 custom commands that were run. See Creating and running custom commands for more details.Image Added
Context menuImprovement:the 'Special' submenu has been re-added to the node context menuImage Added

Installation date 2016-01-20

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 named "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 "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.
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. 

...