﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2524	Erroneous parameter group identification in OMEDIT	massimo ceraolo	Adeel Asghar	"Consider the component 
Modelica.Blocks.Sources.CombiTimeTable
its code contains the following rows 

{{{

  parameter Boolean tableOnFile = false ""= true, if table is defined on file or in function usertab"" annotation(Dialog(group = ""Table data definition""));
  parameter Real table[:,:] = fill(0.0, 0, 2) ""Table matrix (time = first column; e.g., table=[0,2])"" annotation(Dialog(group = ""Table data definition"", enable = not tableOnFile));
  parameter String tableName = ""NoName"" ""Table name on file or in function usertab (see docu)"" annotation(Dialog(group = ""Table data definition"", enable = tableOnFile));
  parameter String fileName = ""NoName"" ""File where matrix is stored"" annotation(Dialog(group = ""Table data definition"", enable = tableOnFile, loadSelector(filter = ""Text files (*.txt);;MATLAB MAT-files (*.mat)"", caption = ""Open file in which table is present"")));
  parameter Boolean verboseRead = true ""= true, if info message that file is loading is to be printed"" annotation(Dialog(group = ""Table data definition"", enable = tableOnFile));
}}}
However, in OMEdit (r18553) only ""tableOnFile"" is inserted in  ""Table data definition"" group, while the others are in the generic ""Parameters"" group."	defect	closed	normal	1.9.1	OMEdit	trunk	fixed		
