Skip to content

Commit 348aeca

Browse files
authored
Merge pull request #2 from voleye/master
Remove unused code
2 parents 3849bbf + 502c163 commit 348aeca

14 files changed

+0
-336
lines changed

META-INF/plugin.xml

-19
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@
108108
<depends>com.intellij.modules.platform</depends>
109109

110110
<extensions defaultExtensionNs="com.intellij">
111-
<!--
112-
<toolWindow id="Magento2 Modules"
113-
icon="/resources/magento2-module.png"
114-
anchor="left"
115-
secondary="false"
116-
factoryClass="com.magento.idea.magento2plugin.php.tool.ModuleToolWindowFactory" />
117-
-->
118111
<projectConfigurable instance="com.magento.idea.magento2plugin.project.SettingsForm"
119112
id="Magento2.SettingsForm"
120113
displayName="Magento"
@@ -130,7 +123,6 @@
130123
<psi.referenceContributor language="PHP" implementation="com.magento.idea.magento2plugin.reference.php.PhpReferenceContributor"/>
131124
<psi.referenceContributor language="JavaScript" implementation="com.magento.idea.magento2plugin.reference.js.JsReferenceContributor"/>
132125

133-
134126
<fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.EventObserverIndex" />
135127
<fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.EventNameIndex" />
136128
<fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.TypeConfigurationIndex" />
@@ -147,17 +139,6 @@
147139
<codeInsight.lineMarkerProvider language="PHP" implementationClass="com.magento.idea.magento2plugin.php.linemarker.ClassConfigurationLineMarkerProvider"/>
148140
<codeInsight.lineMarkerProvider language="PHP" implementationClass="com.magento.idea.magento2plugin.php.linemarker.WebApiLineMarkerProvider"/>
149141

150-
<!--<localInspection language="PHP" shortName="MagentoApiInspection" displayName="Module API"-->
151-
<!--groupPath="Magento2"-->
152-
<!--groupName="Module Integrity"-->
153-
<!--enabledByDefault="true"-->
154-
<!--level="WARNING" implementationClass="com.magento.idea.magento2plugin.php.inspections.MagentoApiInspection"/>-->
155-
<!--<localInspection language="PHP" shortName="ObjectManagerInspection" displayName="ObjectManager usage"-->
156-
<!--groupPath="Magento2"-->
157-
<!--groupName="Module Integrity"-->
158-
<!--enabledByDefault="true"-->
159-
<!--level="WARNING" implementationClass="com.magento.idea.magento2plugin.php.inspections.ObjectManagerInspection"/>-->
160-
<!-- Add your extensions here -->
161142
<directoryProjectConfigurator implementation="com.magento.idea.magento2plugin.project.ProjectDetector"/>
162143
</extensions>
163144

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

-107
This file was deleted.

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

-97
This file was deleted.

src/com/magento/idea/magento2plugin/php/tool/ModuleTool.form

-26
This file was deleted.

src/com/magento/idea/magento2plugin/php/tool/ModuleToolWindowFactory.java

-66
This file was deleted.

src/com/magento/idea/magento2plugin/php/util/MagentoTypes.java

-11
This file was deleted.

src/inspectionDescriptions/MagentoApiInspection.html

-5
This file was deleted.

src/inspectionDescriptions/ObjectManagerInspection.html

-5
This file was deleted.

0 commit comments

Comments
 (0)