﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1900	Handle connections to expandable connectors in OMEdit	Adrian Pop	Adeel Asghar	"
OMEdit currently do not handle connections to expandable connectors.
The expandable connectors, several cases
- connect(existingConnector.variable, expandable.notExisting)
  can be empty but you can connect anything (does not 
  need to be a connector as far as i know) to them
  connect(x.y, expandableConnector.newVariableName)
  OMEdit should ask for the newVariableName and add
  the above connect.
- connect(existingConnector.variable, expandable.existing)
  can contain components already and you can connect
  to those if they are present, OMEdit should show
  the already available components in the connector
  and let the user decide which one it wants to connect 
  to, then handle it like a normal connect.
- connect(expadable1, expandable2)
  connecting 2 expandable connectors together
  should work as normal connection (the result
  is the union of all variables in both connectors)

Well, that's about it. Read from the Modelica specification or contact me if you need more info."	defect	closed	high	1.9.4	OMEdit	trunk	fixed		Adeel Asghar
