﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6317	"Autocompletion breaks after annotation(Dialog(tab = ""Anything""))"	franco.ferrucci@…	Adeel Asghar	"The autocompletion does not work after using the following annotation:
  annotation(Dialog(tab = ""Anything""))

Here there is an example:
--------------------------------------------
model Test
  // <--- Until here auto-completion works!
  parameter Real K = 5
    ""This is a parameter""
    annotation(Dialog(tab = ""Anything""));
  // <--- It does not work here.
equation
  // <--- It does not work here.
end Test;
  // <--- Here it works again.
--------------------------------------------
"	defect	new	normal		OMEdit	1.16.1		Autocompletion	Anatoly Trosinenko
