Runt的android项目开发插件
Runt
2021-06-08 5a56af922a4e0f5743073f4636ab64c6dc0bd4b9
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>