Opened 8 years ago
Closed 8 years ago
#4652 closed defect (fixed)
OMEdit does not show parameters of basic type in parameter's pop-up
| Reported by: | Andrea Bartolini | Owned by: | Adeel Asghar |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.13.0 |
| Component: | OMEdit | Version: | v1.13.0-dev-nightly |
| Keywords: | Cc: |
Description
Consider the following model (also attached)
package Test
model A
parameter Boolean flag "boolean flag";
parameter Integer numInt "integer number";
parameter Real numReal "real nunmber";
parameter Modelica.SIunits.Voltage V "voltage";
end A;
model B
Test.A a1 annotation(
Placement(visible = true, transformation(origin = {-142, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
end B;
end Test;
open the model B and double click on model a1, only the parameter V is shown.
This behavior is general, all the parameter of basic type (like Integer, Real, Boolean...) are not shown in the parameter's pop-up.
OMEdit 1.13.0~dev-59-g13fa5ac
Connected to OpenModelica 1.13.0~dev-424-g78432a0
sysop: Linux Ubuntu 16.04 - 64 bit
Attachments (1)
Change History (2)
by , 8 years ago
comment:1 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in 33fb18/OMEdit.