From 82339a46aa6fbc03e64ea49cce8d2684601e4488 Mon Sep 17 00:00:00 2001 From: caofanCPU Date: Wed, 26 Feb 2020 15:11:22 +0800 Subject: [PATCH] Complete documentation, release 2.0 is ok --- README.md | 10 ++++++++-- README_CN.md | 9 +++++++-- src/main/resources/META-INF/plugin.xml | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 26fb203..0afc30c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # D8gerAutoCode ## IDEA Code Automatically Generate Plug-ins • `For Java Web Developer` Version +
+ +
> [中文说明](./README_CN.md) @@ -53,7 +56,7 @@ ### User Operate Snapshot
- +
### How to install @@ -69,10 +72,13 @@ Solution 1. Because the IDEA file uses the VFS mechanism, as a plug-in to use the monitoring file I think it is not cost-effective 2. I also found a reason aboub editing .properties file, sometimes it will take one or two minutes to refresh after you finished -3. So, press 'cmd' + 's' to force refreshing .properties file and you can solve it. +3. So, press 'cmd' + 's' to force refreshing .properties file and you will solve it. ``` > The icon of plugin shows error like this: red square with a cross +
+ +
``` Solution diff --git a/README_CN.md b/README_CN.md index 6b38e90..e362984 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,5 +1,8 @@ # D8gerAutoCode ##### IDEA代码自动生成插件•`For Java Web Developer`版本 +
+ +
##### 约定 - 通用问题提供规范解法 @@ -48,7 +51,7 @@ ### 使用操作截图
- +
##### 如何安装 @@ -68,6 +71,9 @@ ``` > 插件图标显示异常,图标内只出现相交的红叉 +
+ +
``` 1.这是Intelij IDEA新版本特性遗留的兼容性小BUG @@ -75,4 +81,3 @@ ``` [其他问题, 欢迎前来查房](https://github.com/caofanCPU/D8gerAutoCode/issues) - diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 44652b0..a1aa957 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -123,7 +123,7 @@
  • 1.23