File tree 5 files changed +13
-31
lines changed
5 files changed +13
-31
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright © Magento, Inc. All rights reserved.
3
+ * See COPYING.txt for license details.
4
+ */
5
+
1
6
plugins {
2
7
id ' org.jetbrains.intellij' version ' 0.4.15'
3
8
}
@@ -9,8 +14,8 @@ apply plugin: 'org.jetbrains.intellij'
9
14
apply plugin : ' java'
10
15
apply plugin : ' groovy'
11
16
12
- def phpPluginVersion = System . getProperty(" phpPluginVersion" , " 193.6015.48 " )
13
- def ideaVersion = System . getProperty(" ideaVersion" , " 2019.3.2 " )
17
+ def phpPluginVersion = System . getProperty(" phpPluginVersion" , " 193.6494.35 " )
18
+ def ideaVersion = System . getProperty(" ideaVersion" , " 2019.3.3 " )
14
19
def javaVersion = 1.8
15
20
16
21
sourceCompatibility = javaVersion
@@ -27,8 +32,7 @@ intellij {
27
32
sandboxDirectory " ${ project.rootDir} /.idea-sandbox"
28
33
}
29
34
30
- patchPluginXml {
31
- changeNotes """
32
- Fixed manual reindex
33
- """
35
+ sourceSets {
36
+ main. java. srcDirs = [' src' ]
37
+ main. resources. srcDirs = [' resources' ]
34
38
}
Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 25
25
</change-notes >
26
26
27
27
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
28
- <idea-version since-build =" 193.4386.10 " />
28
+ <idea-version since-build =" 193.6494.35 " />
29
29
30
30
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
31
31
on how to target different products -->
99
99
100
100
<directoryProjectConfigurator implementation =" com.magento.idea.magento2plugin.project.ProjectDetector" />
101
101
102
- <libraryRoot id =" .phpstorm.meta.php" path =" /.phpstorm.meta.php/" runtime =" false" />
103
-
104
102
<localInspection language =" PHP" groupPath =" PHP"
105
103
shortName =" PluginInspection" displayName =" Inspection for the Plugin declaration"
106
104
groupName =" Magento" enabledByDefault =" true" level =" ERROR"
107
105
implementationClass =" com.magento.idea.magento2plugin.inspections.php.PluginInspection" />
106
+ <libraryRoot id =" .phpstorm.meta.php" path =" .phpstorm.meta.php/" runtime =" false" />
108
107
</extensions >
109
108
110
109
<application-components >
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< body >
3
- < p > Plugins can not be used on following:</ p >
3
+ < p > Plugins can not be used with the following:</ p >
4
4
< ul >
5
5
< li > Final classes</ li >
6
6
< li > Non-public methods</ li >
You can’t perform that action at this time.
0 commit comments