1.14 skip Annotation, skip only English (ASCII) | 忽略注解与忽略纯英文

This commit is contained in:
林万程
2022-04-24 03:06:41 +08:00
parent 2162c6c33c
commit ac92738979
12 changed files with 80 additions and 24 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group 'io.github.linwancen'
version '1.13.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
version '1.14.0.' + (new Date().format('yyyy.MM.dd_HH.mm'))
apply plugin: 'java'
@@ -39,6 +39,7 @@ patchPluginXml {
changeNotes = """
<h2>English Change Notes:</h2>
<ul>
<li>1.14 Add line-end-comment skip Annotation, skip only English (ASCII)
<li>1.13 Add Copy With Line Comment & Add Line Comment
<li>1.12 ★ External Comment for COBOL etc
<li>1.11 Add json key jump to field
@@ -56,6 +57,7 @@ patchPluginXml {
<h2>中文更新说明:</h2>
<ul>
<li>1.14 增加 行末注释 忽略注解 与 忽略纯英文
<li>1.13 增加 带行末注释复制 和 添加行末注释
<li>1.12 ★ 外部注释用于 COBOL 等
<li>1.11 增加 json 跳转到字段