diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index a752397..d71cb79 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -5,7 +5,9 @@ ChenY Wang +The function for this plugin is to copy the relative path from the project root directory of the files which has been opened in the edtior.
+Due to the incompatible methods, this plugin only supports IDEA version 201 or above.
+To be compatible with older versions, I released Copy The Path Legacy, which is compatible with version 139-211.*
[Usage]
menu bar->Tools->Copy The Path->Copy The Path
or binding shortcut like ctrl+shift+c.
@@ -13,6 +15,8 @@ Then paste it to anywhere you want.
Plugin icon is from RemixIcon.

这个插件可以复制编辑器中打开的文件相对于其所在项目根目录的相对路径。
+由于出现不兼容的方法,因此本插件仅支持idea版本201以上。
+为了兼容旧版本,我发布了 Copy The Path Legacy,它的兼容版本为139-211.*
[使用方式]
菜单栏->Tools->Copy The Path->Copy The Path
或者给他绑定一个快捷键,比如 ctrl+shift+c
@@ -24,7 +28,11 @@ Plugin icon is from RemixIcon.
1. Refactor the project with Kotlin.
2. Remove deprecated methods.
3. Add plugin icons, icons from RemixIcon.
-4. I lost the code from the previous version, so this version is a complete rewrite. If you encounter that you can't read the previous configuration, or if the configured shortcuts don't work, please do the configuration again XD I'm sorry about that! +4. I lost the code from the previous version, + so this version is a complete rewrite. + If you encounter that you can't read the previous configuration, + or if the configured shortcuts don't work, + please do the configuration again XD I'm sorry about that! ]]>