Skip to content

Commit be0f86a

Browse files
committed
update description and change notes
1 parent bf2e9b7 commit be0f86a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

resources/META-INF/plugin.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
55
<vendor email="xfcypc@foxmail.com" url="https://www.xfcy.me/">ChenY Wang</vendor>
66

77
<description><![CDATA[
8-
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.<br>
8+
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. <br>
9+
Due to the incompatible methods, this plugin only supports IDEA version 201 or above. <br>
10+
To be compatible with older versions, I released Copy The Path Legacy, which is compatible with version 139-211.* <br>
911
[Usage]<br>
1012
menu bar->Tools->Copy The Path->Copy The Path<br>
1113
or binding shortcut like ctrl+shift+c.<br>
1214
Then paste it to anywhere you want.<br>
1315
Plugin icon is from RemixIcon.<br>
1416
<br>
1517
这个插件可以复制编辑器中打开的文件相对于其所在项目根目录的相对路径。<br>
18+
由于出现不兼容的方法,因此本插件仅支持idea版本201以上。<br>
19+
为了兼容旧版本,我发布了 Copy The Path Legacy,它的兼容版本为139-211.* <br>
1620
[使用方式]<br>
1721
菜单栏->Tools->Copy The Path->Copy The Path<br>
1822
或者给他绑定一个快捷键,比如 ctrl+shift+c<br>
@@ -24,7 +28,11 @@ Plugin icon is from RemixIcon.<br>
2428
1. Refactor the project with Kotlin.<br>
2529
2. Remove deprecated methods.<br>
2630
3. Add plugin icons, icons from RemixIcon.<br>
27-
4. <b><font color="red">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!</font></b>
31+
4. <b><font color="red">I lost the code from the previous version,
32+
so this version is a complete rewrite.
33+
If you encounter that you can't read the previous configuration,
34+
or if the configured shortcuts don't work,
35+
please do the configuration again XD I'm sorry about that!</font></b>
2836
]]></change-notes>
2937

3038
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->

0 commit comments

Comments
 (0)