Skip to content

Commit

Permalink
update: action group popup
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Nov 29, 2021
1 parent f9550f9 commit 908bca8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@
</extensions>

<actions>
<group id="com.muedsa.intellij.textReader.groupAction" text="Text Reader" icon="TextReaderSidebarToolIcons.BOOK_DEAD">
<group id="com.muedsa.intellij.textReader.groupAction"
text="Text Reader"
icon="TextReaderSidebarToolIcons.BOOK_DEAD"
popup="true">
<add-to-group group-id="ToolsMenu" anchor="last"/>
<action id="com.muedsa.intellij.textReader.nextLineAction"
class="com.muedsa.intellij.textReader.action.NextLineAction"
Expand Down

0 comments on commit 908bca8

Please sign in to comment.