mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
IJSDK-755
This commit is contained in:
parent
8922dcd440
commit
0d2355eafd
@ -16,8 +16,9 @@ repositories {
|
||||
|
||||
// See https://github.com/JetBrains/gradle-intellij-plugin/
|
||||
intellij {
|
||||
version '2019.3.3'
|
||||
updateSinceUntilBuild = false
|
||||
// Uncomment the version line below when the product releases
|
||||
// version '2020.1'
|
||||
sameSinceUntilBuild = true
|
||||
}
|
||||
patchPluginXml {
|
||||
version = project.version
|
||||
|
@ -39,9 +39,10 @@
|
||||
<actions>
|
||||
<!-- See https://www.jetbrains.org/intellij/sdk/docs/basics/action_system.html#registering-actions-in-pluginxml
|
||||
for information about the elements and attributes used for actions and groups. -->
|
||||
<!-- This <action> element adds a static menu item in first position of the Tools menu that shows PopupDialogAction. -->
|
||||
<!-- The <action> element adds a static menu item in first position of the Tools menu that shows PopupDialogAction. -->
|
||||
<action id="org.intellij.sdk.action.PopupDialogAction" class="org.intellij.sdk.action.PopupDialogAction"
|
||||
text="Pop Dialog Action" description="SDK action example" icon="ActionBasicsIcons.Sdk_default_icon">
|
||||
text="Action Basics Plugin: Pop Dialog Action" description="SDK action example" icon="ActionBasicsIcons.Sdk_default_icon">
|
||||
<override-text place="MainMenu" text="Pop Dialog Action"/>
|
||||
<keyboard-shortcut first-keystroke="control alt A" second-keystroke="C" keymap="$default"/>
|
||||
<mouse-shortcut keystroke="control button3 doubleClick" keymap="$default"/>
|
||||
<add-to-group group-id="ToolsMenu" anchor="first"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user