Skip to content

Commit ac6cd62

Browse files
committed
portal action
Former-commit-id: 327f193
1 parent b79c750 commit ac6cd62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,10 @@
4848
text="SourceMarkVisibility Action" description="SourceMark visibility action">
4949
<keyboard-shortcut first-keystroke="control shift D" keymap="$default"/>
5050
</action>
51+
<action id="com.sourceplusplus.marker.source.mark.SourceMarkPopupAction"
52+
class="spp.jetbrains.marker.source.mark.SourceMarkPopupAction"
53+
text="SourcePortal Popup Action" description="SourcePortal popup action">
54+
<keyboard-shortcut first-keystroke="control shift X" keymap="$default"/>
55+
</action>
5156
</actions>
5257
</idea-plugin>

0 commit comments

Comments
 (0)