Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 15 and Version 16 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/06/10 04:49:17 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v15 v16  
    1616     * swagner: "Successor" is required to identify an operator parameter. Of course, in the case of `ResultsCollector`, `SubScopesSorter`, etc. there is only one operator parameter, but there are other operators which have multiple operator parameters (e.g. branches). If we skip the parameter name, the user will not be able to tell which operator parameter is shown in the tree view.
    1717   * Selecting an operator in "Operator Graph" does not bring up the details in the details view.
     18     * swagner: Fixed in r2949.
    1819   * Should there really be a view host in the operator graph group box? It's confusing being able to switch views there (also because these are always just views on the initial operator which can be viewed with view host in the details group box as well).
    1920     * swagner: Removed view host in r2947.
     
    4041     * swagner: The scope parameter "!CurrentScope" indicates that the current scope (i.e. its sub-scopes) is manipulated by an operator. It is shown in order to give the user comprehensive information about what an operator does. Maybe this is not really helpful. Should I remove scope parameters in general? In the code of an operator they are not really required, as the current scope can always be accessed via the current execution context.
    4142   * After selecting !CurrentScope, all further parameters will be displayed as !ParameterView and appear as if they cannot be changed. I had to change the view manually in the view host. Sometimes it seems to select the "wrong" default views. It reverts back to !ParameterView as default as soon as !CurrentScope is clicked again.
     43     * swagner: Fixed in r2949.
    4244   * !InversionManipulator has the "correct" actual name set already (Permutation), however in !OrderCrossover the default names are "Parents" and "Child" which have to be changed to Permutation. This isn't obvious right away when the string description of the parameter says: "Child: Child (Permutation)".
    4345     * swagner: Set the actual name of the parents and child parameter to "Permutation" by default in r2947.
     
    5254   * swagner: Fixed in r2947.
    5355 * "Breakpoint" doesn't explain if it breaks before or after executing the operator.
     56   * swagner: Added tool tip in r2949.
    5457 * Focus is not removed from a textbox if one clicks anywhere in the "gray" area.
    5558   * swagner: This is the behavior of Windows Forms.
     
    131134=== Priority: LOW ===
    132135 * It is not obvious what is meant with the breakpoint option in an operator.
     136   * swagner: Added tool tip in r2949.
    133137
    134138----