Free cookie consent management tool by TermsFeed Policy Generator

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


Ignore:
Timestamp:
03/22/10 03:27:28 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v15 v16  
    7373
    7474=== Priority: MEDIUM ===
     75 * Loading the "New Item" dialog takes a long time the first time the "New" action is activated. Probably an issue in the plugin infrastructure.
     76   * swagner: When opening the new dialog for the first time, all creatable items are instantiated which might take some time (although I do not really notice a long loading time of the new dialog on my machine). At the moment many items are shown in the new dialog for testing purposes (category "Test"). After these items have been removed, the loading time of the new dialog will be much faster. I will remove all `[Creatable("Test")]` attributes on items in the next version.
     77   * swagner: Removed all `[Creatable("Test")]` attributes in r3160.
    7578 * The execution state of an engine (e.g. Execution Time, Log...) is not persisted or restored correctly.
    7679   * swagner: Fixed storing and loading of an engine's execution time and state in r2933. The log is not stored and loaded at the moment, as it is not persisted in an engine but is only generated and shown in the view.