﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5622	Editor issue on not keeping changes	dr.christian.kral@…	Adeel Asghar	"Create the package {{{Types}}}:

{{{
package Types
  type A = Real[3];
  type B = Real[4];
  type C = Real[5];
end Types;
}}}

Save the package as {{{Types.mo}}}.

Double click on {{{Types.B}}} in the **Libraries Browser** and change the line to:

{{{
type B = Real;
}}}

Now double click on {{{Types}}} and you read:

{{{
package Types
  type A = Real[3];
  type B = Real[4];
  type C = Real[5];
end Types;
}}}

So it seems the change was not applied. Double click on {{{Types.B}}} ad the editor shows again:

{{{
type B = Real;
}}}


This is strange behavior. 

"	defect	closed	high	1.14.0	OMEdit	v1.14.0-dev-nightly	fixed		
