Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 191 and Version 192 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/26/10 00:58:07 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v191 v192  
    4545 * The description in the start page should show the respective icon or menu entry as crop out of a screenshot in the explanation of what to do.
    4646   * swagner: Added some button images in r3225.
    47  * The default action for drag & drop actions should be copy (e.g. to/from the clipboard). Linking is more advanced, assumes programming knowledge, and can lead to all sorts of unwanted situations.
    4847 * Adding a new parameter through the GUI and choosing a `ConstrainedValueParameter` does not make sense as the set of valid values cannot be defined anywhere in the GUI. The parameter will never be able to take a value. Additionally, switching the view for this `ConstrainedValueParameter` to a `ValueParameterView` and setting a value there leads to an exception. The `ValueParameterView` should not be a view for the `ConstrainedValueParameter`.
    4948 * Adding a new `ValueParameter<T>` could create a default value if T is instantiable. For most !ValueParameters you will want to have a value upon creation.