Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 26 and Version 27 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/11/10 02:38:51 (14 years ago)
Author:
abeham
Comment:

some more remarks

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v26 v27  
    4141 * Every `IDeepCloneable` item needs to have a public default constructor. If `Activator.CreateInstance` in `DeepCloneable.Clone` is given a second parameter "true", non-public constructors would also be used.
    4242 * Viewing different result variables (switching between them) is impossible, because the results view is disabled when running the engine.
     43 * `TypeSelector` view: When only one single type is possible (e.g. `DoubleData`), select that type and auto-close with ok
    4344
    4445=== Priority: LOW ===
     
    6162 * Going through the scopes with the arrow keys doesn't update the details view of the scope.
    6263 * Resetting the engine doesn't update the global scope details view (user defined algorithm).
    63 
     64 * `TypeSelector` view: Focus should be in the search field when opening it the first time
     65 * `TypeSelector` view: Make double click select type and ok
     66 * `VariableCreator` throws an exception when injecting a variable whose value is null
    6467----
    6568