Add shortcut and menu item for Run Scratch Action (KT-24180)
KT-24180 Fixed
This commit is contained in:
@@ -230,6 +230,15 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
|
||||
|
||||
<add-to-group group-id="GenerateGroup" anchor="first"/>
|
||||
</group>
|
||||
|
||||
<action id="Kotlin.RunScratch" class="org.jetbrains.kotlin.idea.scratch.actions.RunScratchAction"
|
||||
text="Run Kotlin Scratch" description="Run Kotlin Scratch">
|
||||
<keyboard-shortcut first-keystroke="control alt W" keymap="$default"/>
|
||||
<add-to-group group-id="RunContextPopupGroup" anchor="last"/>
|
||||
</action>
|
||||
<action id="Kotlin.ClearScratch" class="org.jetbrains.kotlin.idea.scratch.actions.ClearScratchAction"
|
||||
text="Clear Kotlin Scratch" description="Clear Kotlin Scratch">
|
||||
</action>
|
||||
</actions>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
@@ -228,6 +228,15 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
|
||||
|
||||
<add-to-group group-id="GenerateGroup" anchor="first"/>
|
||||
</group>
|
||||
|
||||
<action id="Kotlin.RunScratch" class="org.jetbrains.kotlin.idea.scratch.actions.RunScratchAction"
|
||||
text="Run Kotlin Scratch" description="Run Kotlin Scratch">
|
||||
<keyboard-shortcut first-keystroke="control alt W" keymap="$default"/>
|
||||
<add-to-group group-id="RunContextPopupGroup" anchor="last"/>
|
||||
</action>
|
||||
<action id="Kotlin.ClearScratch" class="org.jetbrains.kotlin.idea.scratch.actions.ClearScratchAction"
|
||||
text="Clear Kotlin Scratch" description="Clear Kotlin Scratch">
|
||||
</action>
|
||||
</actions>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
@@ -229,6 +229,15 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
|
||||
|
||||
<add-to-group group-id="GenerateGroup" anchor="first"/>
|
||||
</group>
|
||||
|
||||
<action id="Kotlin.RunScratch" class="org.jetbrains.kotlin.idea.scratch.actions.RunScratchAction"
|
||||
text="Run Kotlin Scratch" description="Run Kotlin Scratch">
|
||||
<keyboard-shortcut first-keystroke="control alt W" keymap="$default"/>
|
||||
<add-to-group group-id="RunContextPopupGroup" anchor="last"/>
|
||||
</action>
|
||||
<action id="Kotlin.ClearScratch" class="org.jetbrains.kotlin.idea.scratch.actions.ClearScratchAction"
|
||||
text="Clear Kotlin Scratch" description="Clear Kotlin Scratch">
|
||||
</action>
|
||||
</actions>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
@@ -230,6 +230,15 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
|
||||
|
||||
<add-to-group group-id="GenerateGroup" anchor="first"/>
|
||||
</group>
|
||||
|
||||
<action id="Kotlin.RunScratch" class="org.jetbrains.kotlin.idea.scratch.actions.RunScratchAction"
|
||||
text="Run Kotlin Scratch" description="Run Kotlin Scratch">
|
||||
<keyboard-shortcut first-keystroke="control alt W" keymap="$default"/>
|
||||
<add-to-group group-id="RunContextPopupGroup" anchor="last"/>
|
||||
</action>
|
||||
<action id="Kotlin.ClearScratch" class="org.jetbrains.kotlin.idea.scratch.actions.ClearScratchAction"
|
||||
text="Clear Kotlin Scratch" description="Clear Kotlin Scratch">
|
||||
</action>
|
||||
</actions>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
@@ -228,6 +228,15 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
|
||||
|
||||
<add-to-group group-id="GenerateGroup" anchor="first"/>
|
||||
</group>
|
||||
|
||||
<action id="Kotlin.RunScratch" class="org.jetbrains.kotlin.idea.scratch.actions.RunScratchAction"
|
||||
text="Run Kotlin Scratch" description="Run Kotlin Scratch">
|
||||
<keyboard-shortcut first-keystroke="control alt W" keymap="$default"/>
|
||||
<add-to-group group-id="RunContextPopupGroup" anchor="last"/>
|
||||
</action>
|
||||
<action id="Kotlin.ClearScratch" class="org.jetbrains.kotlin.idea.scratch.actions.ClearScratchAction"
|
||||
text="Clear Kotlin Scratch" description="Clear Kotlin Scratch">
|
||||
</action>
|
||||
</actions>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
@@ -228,6 +228,15 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
|
||||
|
||||
<add-to-group group-id="GenerateGroup" anchor="first"/>
|
||||
</group>
|
||||
|
||||
<action id="Kotlin.RunScratch" class="org.jetbrains.kotlin.idea.scratch.actions.RunScratchAction"
|
||||
text="Run Kotlin Scratch" description="Run Kotlin Scratch">
|
||||
<keyboard-shortcut first-keystroke="control alt W" keymap="$default"/>
|
||||
<add-to-group group-id="RunContextPopupGroup" anchor="last"/>
|
||||
</action>
|
||||
<action id="Kotlin.ClearScratch" class="org.jetbrains.kotlin.idea.scratch.actions.ClearScratchAction"
|
||||
text="Clear Kotlin Scratch" description="Clear Kotlin Scratch">
|
||||
</action>
|
||||
</actions>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
@@ -229,6 +229,15 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
|
||||
|
||||
<add-to-group group-id="GenerateGroup" anchor="first"/>
|
||||
</group>
|
||||
|
||||
<action id="Kotlin.RunScratch" class="org.jetbrains.kotlin.idea.scratch.actions.RunScratchAction"
|
||||
text="Run Kotlin Scratch" description="Run Kotlin Scratch">
|
||||
<keyboard-shortcut first-keystroke="control alt W" keymap="$default"/>
|
||||
<add-to-group group-id="RunContextPopupGroup" anchor="last"/>
|
||||
</action>
|
||||
<action id="Kotlin.ClearScratch" class="org.jetbrains.kotlin.idea.scratch.actions.ClearScratchAction"
|
||||
text="Clear Kotlin Scratch" description="Clear Kotlin Scratch">
|
||||
</action>
|
||||
</actions>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
Reference in New Issue
Block a user