﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2342	Full path for return type in record constructors	carlj@…	somebody	"The frontend presently automatically creates record constructors for records where the output does not have the full path to the record constructed. It would be nice if the record constructor had the full path.

An example is:
{{{
function Modelica.Mechanics.MultiBody.Frames.Orientation ""Automatically generated record constructor for Modelica.Mechanics.MultiBody.Frames.Orientation""
  input Real[3, 3] T;
  input Real(quantity=""AngularVelocity"", unit=""rad/s"")[3] w;
  output Orientation res;
end Modelica.Mechanics.MultiBody.Frames.Orientation;
}}}

but it would be better if it was:
{{{
function Modelica.Mechanics.MultiBody.Frames.Orientation ""Automatically generated record constructor for Modelica.Mechanics.MultiBody.Frames.Orientation""
  input Real[3, 3] T;
  input Real(quantity=""AngularVelocity"", unit=""rad/s"")[3] w;
  output Modelica.Mechanics.MultiBody.Frames.Orientation res;
end Modelica.Mechanics.MultiBody.Frames.Orientation;
}}}
"	enhancement	closed	high	Future	Frontend	trunk	wontfix		
