﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4351	OMEdit: Keep abbreviated library paths from import when moving components	Jan Kokert	Adeel Asghar	"Bug: Abbreviated library paths defined by import will be reset after moving components in the Diagram View.

Code example:
{{{
model importTest
  import EL = Modelica.Electrical;
  
  EL.Analog.Basic.Resistor resistor annotation(
    Placement(visible = true, transformation(origin = {0, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));

end importTest;
}}}
1.) Open the provided code example
2.) Go to Diagram View and move the resistor somewhere
3.) Go back to the TextView

Result:
The abbreviated statement {{{EL.Analog.Basic.Resistor}}}
was replaced by the full {{{Modelica.Electrical.Analog.Basic.Resistor}}}

An undo will set the component back to its original position, but the abbreviated library path is not restored."	defect	new	normal	Future	OMEdit			import not restored	
