File tree Expand file tree Collapse file tree
java/com/fulinlin/setting/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ tasks.withType(JavaCompile) {
99}
1010
1111group ' com.fulinlin'
12- version ' 1.0-SNAPSHOT '
12+ version ' 1.0.0 '
1313
1414sourceCompatibility = 1.8
1515
Original file line number Diff line number Diff line change 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 />
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 />
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments