File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.2
2
+ * Fixed missing display name which causes an error when multiple configureable plugins are installed #20
3
+
1
4
## 1.0.1
2
5
* Updated to `` IntelliJ Platform `` `` 232 `` (2023.2) for compatibility reasons
3
6
* Fixed `` Change visibility of field or method to lower access `` not working #14
Original file line number Diff line number Diff line change 28
28
<applicationService
29
29
serviceImplementation =" software.xdev.saveactions.core.service.impl.SaveActionsDefaultService" />
30
30
31
- <projectConfigurable id =" settings.saveactions" instance =" software.xdev.saveactions.ui.Configuration"
31
+ <projectConfigurable id =" settings.saveactions"
32
+ instance =" software.xdev.saveactions.ui.Configuration"
33
+ displayName =" Save Actions"
32
34
dynamic =" true" />
33
35
</extensions >
34
36
You can’t perform that action at this time.
0 commit comments