Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 155 and Version 156 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/22/10 23:35:55 (14 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v155 v156  
    2424 * Creating a !UserDefinedAlgorithm from any existing wired algorithm before adding a new problem is not the best idea. There should be some kind of warning to the unexperienced user that he's entering dangerous territory if he clicks the prominent, big and inviting button "Create User Defined Algorithm".
    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
     26 * Evaluators of test functions allow name to be changed
     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 * The engine tab in an algorithm doesn't fill the whole space
     36 * Closing the start page through the "x" still shows a check in the views menu. Also if it was closed that way and then "Close all" is chosen the start page cannot be shown again.
     37 * The "Copy To Clipboard" option in the Edit menu always seems to be disabled
     38 * Using "Save all" with multiple open "documents" doesn't indicate which document is saved in the save file dialog
     39 * Opening a file that is not a hl file should display a nicer dialog than the `PersistenceException` that complains about a missing typecache.xml
     40 * 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.
     41 * The `TypeSelector` locks up the application when text is deleted in the search box (#904)
    2642
    2743=== Priority: MEDIUM ===