-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,18 @@ | |
<vendor email="[email protected]" url="https://www.xfcy.me/">ChenY Wang</vendor> | ||
|
||
<description><![CDATA[ | ||
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> | ||
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> | ||
Due to the incompatible methods, this plugin only supports IDEA version 201 or above. <br> | ||
To be compatible with older versions, I released Copy The Path Legacy, which is compatible with version 139-211.* <br> | ||
[Usage]<br> | ||
menu bar->Tools->Copy The Path->Copy The Path<br> | ||
or binding shortcut like ctrl+shift+c.<br> | ||
Then paste it to anywhere you want.<br> | ||
Plugin icon is from RemixIcon.<br> | ||
<br> | ||
这个插件可以复制编辑器中打开的文件相对于其所在项目根目录的相对路径。<br> | ||
由于出现不兼容的方法,因此本插件仅支持idea版本201以上。<br> | ||
为了兼容旧版本,我发布了 Copy The Path Legacy,它的兼容版本为139-211.* <br> | ||
[使用方式]<br> | ||
菜单栏->Tools->Copy The Path->Copy The Path<br> | ||
或者给他绑定一个快捷键,比如 ctrl+shift+c<br> | ||
|
@@ -24,7 +28,11 @@ Plugin icon is from RemixIcon.<br> | |
1. Refactor the project with Kotlin.<br> | ||
2. Remove deprecated methods.<br> | ||
3. Add plugin icons, icons from RemixIcon.<br> | ||
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> | ||
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> | ||
]]></change-notes> | ||
|
||
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description --> | ||
|