升级版本
This commit is contained in:
parent
2708122e0a
commit
00076c7266
@ -4,7 +4,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group 'com.liuzhihang.toolkit'
|
group 'com.liuzhihang.toolkit'
|
||||||
version '1.0.2'
|
version '1.0.3'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
|
||||||
<ul>
|
<ul>
|
||||||
<li>1.0.1
|
<li>1.0.3
|
||||||
<ol>
|
<ol>
|
||||||
<li>在Java Entity 中右键复制为Json</li>
|
<li>优化代码</li>
|
||||||
</ol>
|
</ol>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Right-click Copy as Json in Java Entity</li>
|
<li>Optimized code</li>
|
||||||
</ol>
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|||||||
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
<actions>
|
<actions>
|
||||||
<action id="Toolkit.Json.CopyAsJsonAction" class="com.liuzhihang.toolkit.action.CopyAsJsonAction"
|
<action id="Toolkit.Json.CopyAsJsonAction" class="com.liuzhihang.toolkit.action.CopyAsJsonAction"
|
||||||
text="Copy As Json" description="Copy As Json">
|
text="CopyAsJsonAction" description="Copy As Json">
|
||||||
<add-to-group group-id="EditorPopupMenu" anchor="first"/>
|
<add-to-group group-id="EditorPopupMenu" anchor="first"/>
|
||||||
<keyboard-shortcut keymap="$default" first-keystroke="ctrl shift J"/>
|
<keyboard-shortcut keymap="$default" first-keystroke="shift meta J"/>
|
||||||
</action>
|
</action>
|
||||||
</actions>
|
</actions>
|
||||||
</idea-plugin>
|
</idea-plugin>
|
||||||
Loading…
Reference in New Issue
Block a user