Changes between Version 2 and Version 3 of ReviewHeuristicLab3.3.0CodeCoreViews
- Timestamp:
- 04/13/10 18:17:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0CodeCoreViews
v2 v3 6 6 * mkommend: The `ColumnHeader1` is necessary because otherwise no items are displayed in the `ListView`. 7 7 * '''!VariableCollectionView''': The `VariableCollectionView` produces `StackOverFlowExceptions`, if a Variable is dragged from the `ListView` to the `DetailsView` while it is displayed. Maybe this effects also base classes from `VariableCollectionView` 8 * '''!TypeSelector''': In the Configure method `Exception`s are caught, consider using more specific classes.