Changes between Version 6 and Version 8 of Ticket #2894


Ignore:
Timestamp:
2014-10-18T00:16:21Z (10 years ago)
Author:
Francesco Casella
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2894 – Description

    v6 v8  
    22
    33== 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
    46* #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.
    57
    68* #2906 Drop-down choices for enumeration (and possibly boolean) parameters
    79
    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 features 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.
     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.
    911
    1012* #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.
     
    1820* #2903 Add option to output protected variables to simulation setup window, output tag
    1921
     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
    2031== Medium-term recommended improvements ==
    2132* #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.
     
    2637
    2738* #2190 Copy class to a different package.
    28 
    29 * #2392 Show default values differently in the Component Parameters window.