From 5a56af922a4e0f5743073f4636ab64c6dc0bd4b9 Mon Sep 17 00:00:00 2001
From: Runt <qingingrunt2010@qq.com>
Date: Tue, 08 Jun 2021 02:59:40 +0000
Subject: [PATCH] json 数据bean类
---
resources/META-INF/plugin.xml | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml
index b9c9934..918dd71 100644
--- a/resources/META-INF/plugin.xml
+++ b/resources/META-INF/plugin.xml
@@ -27,6 +27,21 @@
<actions>
<!-- Add your actions here -->
+
+ <!-- Add your actions here -->
+ <group id="runtMethod" text="Runt项目" description="Runt的android项目开发插件" popup="true">
+ <add-to-group group-id="NewGroup" anchor="first"/>
+
+ <!-- Add your actions here -->
+ <group id="BeanMethod" text="数据bean类" description="数据bean类" popup="true">
+ <add-to-group group-id="runtMethod" anchor="first"/>
+ <action id="CreateNormalResult" class="com.runt.android.actions.CreateNormalResult" text="创建普通数据类"
+ description="创建普通数据类">
+ <keyboard-shortcut keymap="$default" first-keystroke="alt shift v"/>
+ </action>
+ </group>
+ </group>
+
</actions>
</idea-plugin>
\ No newline at end of file
--
Gitblit v1.9.1