Changes between Version 6 and Version 8 of Ticket #2894
- Timestamp:
- 2014-10-18T00:16:21Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2894 – Description
v6 v8 2 2 3 3 == Short-term urgent improvements == 4 * #2908 Changes in sub-models should be reflected in models using them immediately, not only when changes to the latter models are made. 5 4 6 * #2081 Conditional connectors should be displayed correctly. This feature is used extensively in the Modelica.Mechanics and Modelica.Electrical libraries. It requires that the API functions return the correct visibility attribute. 5 7 6 8 * #2906 Drop-down choices for enumeration (and possibly boolean) parameters 7 9 8 * #2079 Replaceable classes and replaceable objects (e.g. the Medium package in all Modelica.Fluid models, or the HeatTransfer model in the Modelica.Fluid.Vessels.ClosedVolume) should show up in the parameter window, with a drop-down menu filled in based on the {{{choices}}} or {{{choicesAllMatching}}} annotations. Once a specific choice is made, it should be possible to change the parameters and/or replaceable classes/models of the redeclared model/component, e.g. by clicking on a button. This feature sis essential for the Modelica.Fluid library, as well as for many user libraries such as ThermoPower. Requires new API functions and some additional work on OMEdit.10 * #2079 Replaceable classes and replaceable objects (e.g. the Medium package in all Modelica.Fluid models, or the HeatTransfer model in the Modelica.Fluid.Vessels.ClosedVolume) should show up in the parameter window, with a drop-down menu filled in based on the {{{choices}}} or {{{choicesAllMatching}}} annotations. Once a specific choice is made, it should be possible to change the parameters and/or replaceable classes/models of the redeclared model/component, e.g. by clicking on a button. This feature is essential for the Modelica.Fluid library, as well as for many user libraries such as ThermoPower. Requires new API functions and some additional work on OMEdit. 9 11 10 12 * #2845 Consistent view between textual view and library browser view of packages should be always guaranteed. Requires to update the views in OMEdit whenever the focus is changed between the different sub-windows. … … 18 20 * #2903 Add option to output protected variables to simulation setup window, output tag 19 21 22 * #2477 Better snap-to-grid features when using blocks from the MSL 23 24 * #2506 Keep connecting lines manhattanized and allow no-nonsense editing of models copied from the MSL (e.g. it should be possible to move one component without weird side-effects on the diagram) 25 26 * #2611 Zoom issue should be fixed. 27 28 * #2392 Show default values differently in the Component Parameters window. 29 30 20 31 == Medium-term recommended improvements == 21 32 * #2905 Comment- and formatting-preserving parsing and unparsing is required to avoid that OMEdit scrambles up the code of existing Modelica classes when saving them on file. … … 26 37 27 38 * #2190 Copy class to a different package. 28 29 * #2392 Show default values differently in the Component Parameters window.