You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
9
11
[Usage]<br>
10
12
menu bar->Tools->Copy The Path->Copy The Path<br>
11
13
or binding shortcut like ctrl+shift+c.<br>
12
14
Then paste it to anywhere you want.<br>
13
15
Plugin icon is from RemixIcon.<br>
14
16
<br>
15
17
这个插件可以复制编辑器中打开的文件相对于其所在项目根目录的相对路径。<br>
18
+
由于出现不兼容的方法,因此本插件仅支持idea版本201以上。<br>
19
+
为了兼容旧版本,我发布了 Copy The Path Legacy,它的兼容版本为139-211.* <br>
16
20
[使用方式]<br>
17
21
菜单栏->Tools->Copy The Path->Copy The Path<br>
18
22
或者给他绑定一个快捷键,比如 ctrl+shift+c<br>
@@ -24,7 +28,11 @@ Plugin icon is from RemixIcon.<br>
24
28
1. Refactor the project with Kotlin.<br>
25
29
2. Remove deprecated methods.<br>
26
30
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>
28
36
]]></change-notes>
29
37
30
38
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
0 commit comments