We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196376a commit d836812Copy full SHA for d836812
resources/META-INF/plugin.xml
@@ -42,7 +42,7 @@
42
<keyboard-shortcut keymap="$default" first-keystroke="shift alt P"/>
43
</action>
44
<action id="cn.bigcoder.plugin.objecthelper.action.ClassToIDLAction"
45
- class="cn.bigcoder.plugin.objecthelper.action.ClassToIDLAction" text="Class To IDL"
+ class="cn.bigcoder.plugin.objecthelper.action.ClassToIDLAction" text="Class To Thrift IDL"
46
description="Converts the Java class to a IDL string">
47
<add-to-group group-id="EditorPopupMenu" anchor="first"/>
48
0 commit comments