Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 29 and Version 30 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/14/10 18:49:25 (16 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v29 v30  
    5858   * At some point we'll certainly need export to png,eps functionality (would be great to be able to specify resolution and width/height).
    5959 * The tooltips should not exceed a certain width. With a long description you've got one line running over the whole screen.
     60   * swagner: It is not possible to define a maximum text width and to enforce word wrapping for tool tips. Therefore line breaks have to be set for each tool tip text individually. Please specify which tool tips are too long so that appropriate line breaks can be added.
    6061 * The `DataTableValuesCollector` says it can only display double values, why not ints?
    6162 * I got a very cryptic "Operation is not valid due to the current state of the object" exception at one point building the TS operator (as discussed Parameters should have an optional attribute that says they should throw an error in case `ActualValue` is null after retrieving).