Add override-text

This commit is contained in:
JohnHake 2020-03-18 15:58:39 -07:00
parent 0d2355eafd
commit 085f35ed2e
2 changed files with 2 additions and 11 deletions

View File

@ -16,8 +16,7 @@ repositories {
// See https://github.com/JetBrains/gradle-intellij-plugin/ // See https://github.com/JetBrains/gradle-intellij-plugin/
intellij { intellij {
// Uncomment the version line below when the product releases version '201-EAP-SNAPSHOT'
// version '2020.1'
sameSinceUntilBuild = true sameSinceUntilBuild = true
} }
patchPluginXml { patchPluginXml {

View File

@ -7,13 +7,6 @@
<!-- Text to display as name on Preferences/Settings | Plugin page --> <!-- Text to display as name on Preferences/Settings | Plugin page -->
<name>SDK: Action Sample Project</name> <name>SDK: Action Sample Project</name>
<!-- The version of this plugin -->
<version>2.0.0</version>
<!-- Compatible with the following versions of IntelliJ Platform:
version 2018.3 (build #183) and newer. -->
<idea-version since-build="191"/>
<!-- Indicate this plugin can be loaded in all IntelliJ Platform-based products. --> <!-- Indicate this plugin can be loaded in all IntelliJ Platform-based products. -->
<depends>com.intellij.modules.platform</depends> <depends>com.intellij.modules.platform</depends>
@ -45,7 +38,6 @@
<override-text place="MainMenu" text="Pop Dialog Action"/> <override-text place="MainMenu" text="Pop Dialog Action"/>
<keyboard-shortcut first-keystroke="control alt A" second-keystroke="C" keymap="$default"/> <keyboard-shortcut first-keystroke="control alt A" second-keystroke="C" keymap="$default"/>
<mouse-shortcut keystroke="control button3 doubleClick" keymap="$default"/> <mouse-shortcut keystroke="control button3 doubleClick" keymap="$default"/>
<add-to-group group-id="ToolsMenu" anchor="first"/>
</action> </action>
<!-- All of the following menu groups add the action PopupDialogAction to menus in different ways. <!-- All of the following menu groups add the action PopupDialogAction to menus in different ways.
Note that even though these groups reuse the same action class, in each use the action ids are unique. --> Note that even though these groups reuse the same action class, in each use the action ids are unique. -->
@ -75,4 +67,4 @@
</group> </group>
</actions> </actions>
</idea-plugin> </idea-plugin>