|
7 | 7 | <idea-plugin require-restart="true"> |
8 | 8 | <id>com.magento.idea.magento2plugin</id> |
9 | 9 | <name>Magento PhpStorm</name> |
10 | | - <version>4.2.3</version> |
| 10 | + <version>4.3.0</version> |
11 | 11 | <vendor url="https://github.com/magento/magento2-phpstorm-plugin">Magento Inc.</vendor> |
12 | 12 |
|
13 | 13 | <description><![CDATA[ |
|
56 | 56 | <add-to-group group-id="PhpGenerateGroup" anchor="last"/> |
57 | 57 | </group> |
58 | 58 |
|
| 59 | + <group id="MagentoContextBasedActionsGroup" class="com.magento.idea.magento2plugin.actions.groups.ContextActionsGroup" text="Context Actions" popup="false" compact="true" searchable="true"> |
| 60 | + <separator/> |
| 61 | + <!-- Context dependent actions --> |
| 62 | + <action id="MagentoCreateAclFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewAclXmlAction"/> |
| 63 | + <action id="MagentoCreateConfigFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewConfigXmlAction"/> |
| 64 | + <action id="MagentoCreateCrontabFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewCrontabXmlAction"/> |
| 65 | + <action id="MagentoCreateDiFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewDiXmlAction"/> |
| 66 | + <action id="MagentoCreateEmailTemplatesFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewEmailTemplatesXmlAction"/> |
| 67 | + <action id="MagentoCreateExtensionAttributesFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewExtensionAttributesXmlAction"/> |
| 68 | + <action id="MagentoCreateFieldsetFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewFieldsetXmlAction"/> |
| 69 | + <action id="MagentoCreateIndexerFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewIndexerXmlAction"/> |
| 70 | + <action id="MagentoCreateMviewFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewMviewXmlAction"/> |
| 71 | + <action id="MagentoCreatePageTypesFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewPageTypesXmlAction"/> |
| 72 | + <action id="MagentoCreateRoutesFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewRoutesXmlAction"/> |
| 73 | + <action id="MagentoCreateSectionsFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewSectionsXmlAction"/> |
| 74 | + <action id="MagentoCreateSystemFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewSystemXmlAction"/> |
| 75 | + <action id="MagentoCreateViewFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewViewXmlAction"/> |
| 76 | + <action id="MagentoCreateWebapiFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewWebapiXmlAction"/> |
| 77 | + <action id="MagentoCreateWidgetFile" class="com.magento.idea.magento2plugin.actions.context.xml.NewWidgetXmlAction"/> |
| 78 | + <!-- Context dependent actions --> |
| 79 | + <separator/> |
| 80 | + <add-to-group group-id="NewGroup" anchor="before" relative-to-action="NewXml"/> |
| 81 | + </group> |
| 82 | + |
59 | 83 | <!-- Module file generators --> |
60 | 84 | <group id="MagentoNewModuleFileGroup" class="com.magento.idea.magento2plugin.actions.groups.NewModuleFileGroup" text="Module File" popup="true"> |
61 | 85 | <action id="MagentoCreateEntity" class="com.magento.idea.magento2plugin.actions.generation.NewEntityAction" /> |
|
159 | 183 | <fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.mftf.DataIndex" /> |
160 | 184 | <fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.mftf.PageIndex" /> |
161 | 185 | <fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.mftf.TestNameIndex" /> |
| 186 | + <fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.mftf.TestExtendsIndex" /> |
162 | 187 | <fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.js.RequireJsIndex" /> |
163 | 188 | <fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.js.MagentoLibJsIndex" /> |
164 | 189 | <fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.xml.AclResourceIndex" /> |
|
553 | 578 | <internalFileTemplate name="Magento Entity Delete Controller Class"/> |
554 | 579 | <internalFileTemplate name="Magento Web API XML"/> |
555 | 580 | <internalFileTemplate name="Web API Interface"/> |
| 581 | + <internalFileTemplate name="Magento Config XML"/> |
| 582 | + <internalFileTemplate name="Magento Extension Attributes XML"/> |
| 583 | + <internalFileTemplate name="Magento Widget XML"/> |
| 584 | + <internalFileTemplate name="Magento Mview XML"/> |
| 585 | + <internalFileTemplate name="Magento Indexer XML"/> |
| 586 | + <internalFileTemplate name="Magento View XML"/> |
| 587 | + <internalFileTemplate name="Magento Fieldset XML"/> |
| 588 | + <internalFileTemplate name="Magento Sections XML"/> |
| 589 | + <internalFileTemplate name="Magento Module Email Templates Xml"/> |
| 590 | + <internalFileTemplate name="Magento Page Types XML"/> |
556 | 591 |
|
557 | 592 | <defaultLiveTemplates file="/liveTemplates/MagentoPWA.xml"/> |
558 | 593 |
|
|
0 commit comments