File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/com/magento/idea/magento2plugin Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
<grid id =" 27dc6" binding =" panel1" default-binding =" true" layout-manager =" GridLayoutManager" row-count =" 2" column-count =" 4" same-size-horizontally =" false" same-size-vertically =" false" hgap =" -1" vgap =" -1" >
4
4
<margin top =" 0" left =" 0" bottom =" 0" right =" 0" />
5
5
<constraints >
6
- <xy x =" 20" y =" 20" width =" 542 " height =" 671" />
6
+ <xy x =" 20" y =" 20" width =" 570 " height =" 671" />
7
7
</constraints >
8
8
<properties />
9
9
<border type =" none" />
47
47
<grid row =" 0" column =" 0" row-span =" 1" col-span =" 1" vsize-policy =" 0" hsize-policy =" 3" anchor =" 9" fill =" 0" indent =" 0" use-parent-layout =" false" />
48
48
</constraints >
49
49
<properties >
50
- <text value =" Enable Plugin for this Project (change requires restart )" />
50
+ <text value =" Enable Plugin for this Project (change requires reindex - > )" />
51
51
</properties >
52
52
</component >
53
53
<component id =" 47a96" class =" javax.swing.JButton" binding =" buttonReindex" >
56
56
</constraints >
57
57
<properties >
58
58
<enabled value =" true" />
59
- <text value =" Clean Index " />
59
+ <text value =" Reindex " />
60
60
</properties >
61
61
</component >
62
62
<hspacer id =" ef977" >
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ public boolean isModified() {
83
83
@ Override
84
84
public void apply () throws ConfigurationException {
85
85
getSettings ().pluginEnabled = pluginEnabled .isSelected ();
86
+ buttonReindex .setEnabled (getSettings ().pluginEnabled );
87
+ regenerateUrnMapButton .setEnabled (getSettings ().pluginEnabled );
86
88
}
87
89
88
90
@ Override
You can’t perform that action at this time.
0 commit comments