﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1001	Text formatting of Modelica files is not saved.	donida	donida	"When loading a file in the omc the text formatting is not saved.

For example, if one considers:

model try
  parameter Real a;
            Real b;
end try;

load this class in the omc and then ""list(try)"", the output is:

model try
  parameter Real a;
  Real b;
end try;"	defect	closed	normal		Parser	1.4.3	wontfix		donida
