Skip to content

Commit 359b40d

Browse files
author
Vitaliy Boyko
committed
Refactoring, removing redundant files
1 parent 94c85b9 commit 359b40d

File tree

5 files changed

+12
-329
lines changed

5 files changed

+12
-329
lines changed

resources/META-INF/plugin.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
<actions>
4040
<!-- In editor generators -->
4141
<group id="MagentoGenerateGroup">
42-
<action id="MagentoGenerateObserverMethodAction"
43-
class="com.magento.idea.magento2plugin.actions.generation.PluginGenerateBeforeMethodAction"
44-
text="Magento Before Plugin..."
45-
description="Create Magento before plugin method."/>
4642
<action id="MagentoGenerateBeforeMethodAction"
4743
class="com.magento.idea.magento2plugin.actions.generation.PluginGenerateBeforeMethodAction"
4844
text="Magento Before Plugin..."
@@ -152,6 +148,8 @@
152148
<internalFileTemplate name="Magento Module DI Xml"/>
153149
<internalFileTemplate name="Magento Php Preference Class"/>
154150
<internalFileTemplate name="Magento Module Common Php Class"/>
151+
<internalFileTemplate name="Magento Observer Class"/>
152+
<internalFileTemplate name="Magento Module Events Xml"/>
155153
</extensions>
156154

157155
</idea-plugin>

resources/fileTemplates/code/Magento Observer Class.php.html

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!--
2+
/*
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
-->
7+
<html>
8+
<body>
9+
</body>
10+
</html>

src/com/magento/idea/magento2plugin/inspections/php/ObserverInspection.java

Lines changed: 0 additions & 282 deletions
This file was deleted.

0 commit comments

Comments
 (0)