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+
14## 1.0.1
25* Updated to `` IntelliJ Platform `` `` 232 `` (2023.2) for compatibility reasons
36* Fixed `` Change visibility of field or method to lower access `` not working #14
Original file line number Diff line number Diff line change 2828 <applicationService
2929 serviceImplementation =" software.xdev.saveactions.core.service.impl.SaveActionsDefaultService" />
3030
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"
3234 dynamic =" true" />
3335 </extensions >
3436
You can’t perform that action at this time.
0 commit comments