Skip to content

Commit 9134944

Browse files
author
fulin
committed
feat: 完善plugin.xml中的信息
1 parent 1e54f14 commit 9134944

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tasks.withType(JavaCompile) {
99
}
1010

1111
group 'com.fulinlin'
12-
version '1.0-SNAPSHOT'
12+
version '1.0.0'
1313

1414
sourceCompatibility = 1.8
1515

src/main/java/com/fulinlin/setting/ui/AliasEditor.form

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<constraints>
2121
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
2222
<minimum-size width="100" height="-1"/>
23-
<preferred-size width="200" height="-1"/>
23+
<preferred-size width="400" height="-1"/>
2424
</grid>
2525
</constraints>
2626
<properties/>
@@ -29,7 +29,7 @@
2929
<constraints>
3030
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
3131
<minimum-size width="100" height="-1"/>
32-
<preferred-size width="200" height="-1"/>
32+
<preferred-size width="400" height="-1"/>
3333
</grid>
3434
</constraints>
3535
<properties/>

src/main/java/com/fulinlin/setting/ui/TemplateEditPane.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public void reset(GitCommitMessageHelperSettings settings) {
8989
this.settings = settings;
9090
aliasTable.reset(settings);
9191
ApplicationManager.getApplication().runWriteAction(() -> templateEditor.getDocument().setText(settings.getDateSettings().getTemplate()));
92-
9392
}
9493

9594

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<vendor email="13103779727@163.com" url="https://github.com/AutismSuperman">FuLinLin</vendor>
55
<description>
66
<![CDATA[
7-
<h1>提交信息生成插件</h1>
8-
<p>Plugin GitHub address:<a href="https://github.com/RmondJone/Commit-Message-Plugin">https://github.com/RmondJone/Commit-Message-Plugin</a></p>
7+
<h1>Help you git commit specification in idea </h1>
8+
<p>Plugin GitHub address:<a href="https://github.com/AutismSuperman/git-commit-message-helper">https://github.com/AutismSuperman/git-commit-message-helper</a></p>
99
]]>
1010
</description>
1111

0 commit comments

Comments
 (0)