]> gerrit.simantics Code Review - simantics/sysdyn.git/commit
Changed the way terminal relations are created for new module types. The old way...
authorlempinen <lempinen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Tue, 28 Aug 2012 08:12:14 +0000 (08:12 +0000)
committerlempinen <lempinen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Tue, 28 Aug 2012 08:12:14 +0000 (08:12 +0000)
commit263567ced86e8d3cfeb16d2b9f0c739164a44309
treeb922eed90e236ee8324a8f91a8165d262390f3c3
parentf45803fc7c9e16f2f603f2ee3abff9c04ca619c9
Changed the way terminal relations are created for new module types. The old way was to modify existing terminal relations, but now they are immutable, so new subrelations need to be created. (refs #3530)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@25526 ac1ea38d-2e2b-0410-8846-a27921b304fc
org.simantics.sysdyn.ui/src/org/simantics/sysdyn/ui/browser/actions/newActions/NewModuleTypeAction.java
org.simantics.sysdyn.ui/src/org/simantics/sysdyn/ui/editor/SysdynConnectionAdvisor.java
org.simantics.sysdyn.ui/src/org/simantics/sysdyn/ui/handlers/newComponents/NewModuleNodeHandler.java