]> gerrit.simantics Code Review - simantics/platform.git/commit
Fixed SCL Console Clear Console active-state when imports are erroneous 60/1460/2
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Fri, 26 Jan 2018 11:33:10 +0000 (13:33 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 13 Feb 2018 22:01:58 +0000 (00:01 +0200)
commitcf22f13ba9f4c68fdcacaa7a2f246ceef920ba6f
tree711940e075c411b84a9ec9274e19fa7616f55290
parent5dd65ddd33543e0455105c40eb740497a415983f
Fixed SCL Console Clear Console active-state when imports are erroneous

Current imports were set too early in SCLConsoleView which before the
SCLConsoleListener that enables the buttons is registered.

refs #7727

Change-Id: I7cb0645bea5dc48a4ad54f2147c83cb8dfb2f35f
(cherry picked from commit dbe0a77f0869111219b69d412d0bb90d17c391c1)
bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/Activator.java
bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/SCLConsoleListener.java
bundles/org.simantics.scl.ui/src/org/simantics/scl/ui/console/SCLConsoleView.java
bundles/org.simantics.scl.ui/src/org/simantics/scl/ui/console/SCLScriptConsoleView.java