Skip to content

Commit

Permalink
[Feat] Code Snap Drop-down tab option feature development
Browse files Browse the repository at this point in the history
  • Loading branch information
RAOE committed Nov 10, 2024
1 parent 5a491a4 commit 294ba61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
</group>
<group id="codeSnapAction" text="CodeSnap" popup="true" icon="SdkIcons.Sdk_default_icon">
<add-to-group group-id="EditorPopupMenu" anchor="first"/>
<action id="copy into clipboard" class="com.github.raoe.codesnapidea.actions.DefaultCodeSnapAction" text="Default Generate"/>
<action id="copy JPG into clipboard" class="com.github.raoe.codesnapidea.actions.JpgCodeSnapAction" text="JPG Generate"/>
<action id="copy SVG into clipboard" class="com.github.raoe.codesnapidea.actions.SvgCodeSnapAction" text="SVG Generate"/>
<action id="copy ASCII into clipboard" class="com.github.raoe.codesnapidea.actions.AsciiCodeSnapAction" text="ASCII Generate"/>
<action id="Copy into clipboard" class="com.github.raoe.codesnapidea.actions.DefaultCodeSnapAction" text="Copy into Clipboard"/>
<action id="Copy JPG into clipboard" class="com.github.raoe.codesnapidea.actions.JpgCodeSnapAction" text="Copy JPG into Clipboar"/>
<action id="Copy SVG into clipboard" class="com.github.raoe.codesnapidea.actions.SvgCodeSnapAction" text="Copy SVG into Clipboard"/>
<action id="Copy ASCII into clipboard" class="com.github.raoe.codesnapidea.actions.AsciiCodeSnapAction" text="Copy ASCII into Clipboard"/>
</group>
</actions>
</idea-plugin>

0 comments on commit 294ba61

Please sign in to comment.