fractalide / fractalide-oz

Proof of concept
GNU Affero General Public License v3.0
12 stars 3 forks source link

Connect and disconnect #46

Closed dmichiels closed 10 years ago

dmichiels commented 10 years ago

fix #45

The management of the selections inside array port is done transparently. The selection is added if it not yet exists when a new connection is done. It's deleted if there is no more connection.

A component that want to connect a array input port doesn't need anymore to know if other component are attached to it.

The editor adaptation is a quick fix, as all this logic will change soon.

sjmackenzie commented 10 years ago

nice one!