﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1670	Update help()	Martin Sjölund	Martin Sjölund	"We should remove the static help-text and generate this on-the-fly instead. The new flag system is capable of showing different text; so could the help() function.
{{{
function help ""display the OpenModelica help text""
  output String helpText;
  annotation(__OpenModelica_EarlyInline = true);
algorithm
  helpText := readFile(getInstallationDirectoryPath() + ""/share/doc/omc/omc_helptext.txt"");
annotation(preferredView=""text"");
end help;
}}}"	defect	closed	high	1.9.0	Backend		fixed		Martin Sjölund Per Östlund
