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 b79c750 commit ac6cd62Copy full SHA for ac6cd62
plugin/src/main/resources/META-INF/plugin.xml
@@ -48,5 +48,10 @@
48
text="SourceMarkVisibility Action" description="SourceMark visibility action">
49
<keyboard-shortcut first-keystroke="control shift D" keymap="$default"/>
50
</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>
56
</actions>
57
</idea-plugin>
0 commit comments