Skip to content

Commit e9c9781

Browse files
committed
Shortened plugin name
Fixes #71
1 parent dba5f80 commit e9c9781

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.1
2+
* Shortened plugin name - nem name: "Save Actions X"
3+
14
## 1.1.0
25
* Removed "Remove unused suppress warning annotation"
36
* This option never worked #64

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_intellij-plugin-save-actions&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_intellij-plugin-save-actions)
44
[![Feel free to leave a rating](https://img.shields.io/jetbrains/plugin/r/rating/22113?style=social&logo=jetbrains&label=Feel%20free%20to%20leave%20a%20rating)](https://plugins.jetbrains.com/plugin/22113/reviews)
55

6-
# <img alt="Save Actions Plugin icon light" src="./src/main/resources/META-INF/pluginIcon.svg" height="30"> Save Actions Plugin - XDEV Edition
6+
# <img alt="Save Actions Plugin icon light" src="./src/main/resources/META-INF/pluginIcon.svg" height="30"> Save Actions Plugin X
77

88
> [!NOTE]
99
> This plugin is a fork of [dubreuia/intellij-plugin-save-actions](https://github.com/dubreuia/intellij-plugin-save-actions) and [fishermans/intellij-plugin-save-actions](https://github.com/fishermans/intellij-plugin-save-actions) and is kept in maintenance mode:
@@ -53,7 +53,7 @@ Works in JetBrains IDE with Java support, like Intellij IDEA and AndroidStudio.
5353
[Installation guide for the latest release](https://github.com/xdev-software/intellij-plugin-save-actions/releases/latest#Installation)
5454

5555
> [!TIP]
56-
> [Development versions](https://plugins.jetbrains.com/plugin/22113-save-actions--xdev-edition/versions/snapshot) can be installed by [adding the ``snapshot`` release channel as a plugin repository](https://www.jetbrains.com/help/idea/managing-plugins.html#repos):<br/>
56+
> [Development versions](https://plugins.jetbrains.com/plugin/22113/versions/snapshot) can be installed by [adding the ``snapshot`` release channel as a plugin repository](https://www.jetbrains.com/help/idea/managing-plugins.html#repos):<br/>
5757
> ``https://plugins.jetbrains.com/plugins/snapshot/list``
5858
5959
## Usage

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22
pluginGroup=software.xdev.saveactions
3-
pluginName=Save Actions - XDEV Edition
3+
pluginName=Save Actions X
44
# SemVer format -> https://semver.org
55
pluginVersion=1.1.1-SNAPSHOT
66
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<idea-plugin>
44
<id>software.xdev.saveactions</id>
5-
<name>Save Actions - XDEV Edition</name>
5+
<name>Save Actions X</name>
66
<vendor url="https://www.github.com/xdev-software">xdev-software</vendor>
77

88
<description><![CDATA[

0 commit comments

Comments
 (0)