forked from qt-creator/qt-creator
ScxmlEditor: Require ScxmlEditor plugin for wizard
Change-Id: If5892f37b9e8d919100a659629e6e2325e25cc83 Reviewed-by: Marco Benelli <marco.benelli@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"trDisplayCategory": "Modeling",
|
"trDisplayCategory": "Modeling",
|
||||||
"iconText": "scxml",
|
"iconText": "scxml",
|
||||||
"platformIndependent": true,
|
"platformIndependent": true,
|
||||||
"enabled": "%{JS: [ %{Plugins} ].indexOf('QtSupport') >= 0}",
|
"enabled": "%{JS: [ %{Plugins} ].indexOf('ScxmlEditor') >= 0}",
|
||||||
|
|
||||||
"options":
|
"options":
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user