﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4652	OMEdit does not show parameters of basic type in parameter's pop-up	Andrea Bartolini	Adeel Asghar	"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

"	defect	closed	blocker	1.13.0	OMEdit	v1.13.0-dev-nightly	fixed		
