Commit 5887d66
Vitaliy Boyko
Merge branch '2.0.0-develop' of github.com:magento/magento2-phpstorm-plugin into issues/64
� Conflicts:
� resources/META-INF/plugin.xml
� src/com/magento/idea/magento2plugin/indexes/ModuleIndex.java
� src/com/magento/idea/magento2plugin/util/magento/GetModuleNameByDirectory.javaFile tree
241 files changed
+14626
-2247
lines changed- .github/workflows
- gradle-tasks
- checkstyle
- pmd
- resources
- META-INF
- fileTemplates
- code
- internal
- inspectionDescriptions
- magento2
- src/com/magento/idea/magento2plugin
- actions
- generation
- data
- dialog
- validator
- generator
- code
- util
- util
- groups
- completion/xml
- generation/php
- icons
- indexes
- inspections
- php
- fix
- util
- xml
- fix
- magento
- files
- packages
- project
- startup
- validator
- reference/xml
- stubs/indexes
- js
- xml
- util
- magento
- graphql
- xml
- testData
- actions/generation/generator
- CLICommandClassGenerator/generateCLICommandClass
- CLICommandDiXmlGenerator
- addingTwoCLICommandToDiXml
- initializeCLICommand
- CrontabXmlGenerator
- addTwoCronJobsToDifferentCronTabs
- addTwoCronJobsToOneCronTab
- generateCronTabXmlFileWithScheduleConfig
- generateCronTabXmlFileWithSchedule
- ModuleComposerJsonGenerator
- generateFileInRoot
- generateModuleFileWithoutDependencies
- generateModuleFile
- ModuleComposerJsonWithoutDependenciesGenerator
- generateFileInRootWithoutDependencies
- generateModuleFileWithoutDependencies
- ModuleControllerClassGenerator
- generateBackendControllerFile
- generateFrontendControllerFile
- generateFrontendInheritActionControllerFile
- ModuleCronGroupXmlGenerator
- addTwoCronGroupsToCronGroupsXmlFile
- generateCronGroupWithAllOptions
- generateEmptyCronGroup
- ModuleXmlGeneratorHaveSetupVersion
- generateFileInRoot
- generateModuleFile
- PreferenceClassGenerator
- generatePreferenceClassFileWithInheritance
- generatePreferenceClassFile
- PreferenceDiXmlGenerator
- addTwoPreferencesToOneDiXmlFile
- generatePreferenceDiXmlForAdminhtmlArea
- generatePreferenceDiXml
- UiComponentGridDataProviderGenerator
- generateCollectionDataProvider
- generateCustomDataProvider
- UiComponentGridXmlGenerator
- generateUiGridForBaseArea
- generateUiGridWithoutToolbar
- completion/xml
- LayoutContainerCompletionRegistrar/referenceContainerMustHaveCompletion
- LayoutUpdateHandleCompletionRegistrar/updateHandleMustHaveCompletion
- PluginTypeCompletionRegistrar/pluginTypeMustHaveCompletion
- inspections
- php/ModuleDeclarationInRegistrationPhpInspection
- wrongDeclarationInEditableModule/app/code/Test/TestModule
- wrongDeclarationInRoot
- wrongDeclarationInVendor/vendor/magento/module-catalog
- xml
- AclResourceXmlInspection
- aclResourceWithEmptyIdShouldHaveWarning
- aclResourceWithNoTitleShouldHaveWarning
- overrideAclResourceWithNoTitleShouldNotHaveWarning
- ModuleDeclarationInModuleXmlInspection
- subTagShouldNotBeHighlightedInEditableModule/app/code/Test/TestModule/etc
- wrongDeclarationInEditableModule/app/code/Test/TestModule/etc
- wrongDeclarationInRoot/etc
- wrongDeclarationInVendor/vendor/magento/module-catalog/etc
- project/magento2
- app/code/Foo
- BarWithoutComposer
- etc
- Bar/Model
- vendor/magento/module-catalog
- etc
- view/frontend/layout
- reference/xml
- LayoutContainerReferenceRegistrar/referenceContainerMustHaveReference
- LayoutUpdateHandleReferenceRegistrar/layoutUpdateHandleMustHaveReference
- PluginTypeReferenceRegistrar/pluginTypeMustHaveReference
- tests/com/magento/idea/magento2plugin
- actions/generation/generator
- completion/xml
- inspections
- php
- xml
- reference/xml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
241 files changed
+14626
-2247
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
1 | 18 | | |
2 | 19 | | |
3 | 20 | | |
| |||
108 | 125 | | |
109 | 126 | | |
110 | 127 | | |
111 | | - | |
| 128 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
325 | 331 | | |
326 | | - | |
| 332 | + | |
| 333 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| 34 | + | |
| 35 | + | |
26 | 36 | | |
| 37 | + | |
| 38 | + | |
27 | 39 | | |
28 | 40 | | |
29 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| 61 | + | |
60 | 62 | | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
| 66 | + | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
80 | 88 | | |
81 | 89 | | |
82 | 90 | | |
| |||
113 | 121 | | |
114 | 122 | | |
115 | 123 | | |
| 124 | + | |
116 | 125 | | |
117 | 126 | | |
118 | 127 | | |
| |||
128 | 137 | | |
129 | 138 | | |
130 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
131 | 148 | | |
132 | 149 | | |
133 | 150 | | |
| |||
151 | 168 | | |
152 | 169 | | |
153 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
154 | 185 | | |
155 | 186 | | |
156 | 187 | | |
| |||
164 | 195 | | |
165 | 196 | | |
166 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
167 | 207 | | |
168 | 208 | | |
169 | 209 | | |
| |||
Loading
Loading
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments