Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 184 and Version 185 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/24/10 20:40:05 (14 years ago)
Author:
mkommend
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v184 v185  
    2525 * !NullReferenceException is thrown when the user double clicks the view host icon in the parameter tab of e.g. a newly created genetic algorithm
    2626   * mkommend
    27  * Operator graph view
    28    * The "Zoom area tool" in the operator graph view does not really perform the action expected by the icon
    29    * Saving a screenshot from an operator graph and specifying the filename doesn't automatically add the extension
    30    * The icon for the screenshot button doesn't really indicate it's taking a screenshot, some kind of camera icon would be nicer
    31    * The icon for redraw the graph is okay, but usually there's one with 3 boxes connected by lines
    32    * !UserDefinedAlgorithms cannot be edited (connections, operators adding or removing) through the graph view (either cloned or newly created)
    33    * "Break Point" (should be spelled  "Breakpoint") and "Initial Operator" are selectable in the context menu although the graph view is not editable (they do nothing when clicked).
    34    * The context menu should display "Open View" in bold letters
    35    * Connecting the input port to another input port throws an exception
    36    * Deleting an operator from the chart still leaves the details there
    37    * Showing an operator graph in the chart and the tree view at the same time, selecting an operator in the chart, but deleting that operator from the graph in the tree view still shows a frame and the details in the chart
    3827 * Opening a file that is not a hl file should display a nicer dialog than the `PersistenceException` that complains about a missing typecache.xml
    3928 * Using "Close all", also closes the operators list, clipboard and the start page. The start page okay, but operators list or clipboard I wouldn't have exptected to be closed.