Changes between Version 15 and Version 16 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 03/22/10 03:27:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v15 v16 73 73 74 74 === 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. 75 78 * The execution state of an engine (e.g. Execution Time, Log...) is not persisted or restored correctly. 76 79 * 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.