Move "Copy Current File As Diagnostic Test" action to internal (KT-25164)

#KT-25164 Fixed
This commit is contained in:
Nikolay Krasko
2018-06-27 17:19:45 +03:00
parent c68284030d
commit 87f4d0c5a4
6 changed files with 18 additions and 36 deletions
+3 -6
View File
@@ -122,12 +122,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<add-to-group group-id="IntroduceActionsGroup" anchor="after" relative-to-action="IntroduceField"/>
</action>
<action id="CopyAsDiagnosticTest" class="org.jetbrains.kotlin.idea.actions.internal.CopyAsDiagnosticTestAction"
text="Copy Current File As Diagnostic Test">
<keyboard-shortcut keymap="$default" first-keystroke="control alt shift T"/>
<add-to-group group-id="KotlinToolsGroup" anchor="last"/>
</action>
<group id="InternalKotlin" text="IDEA Internal Actions" internal="true">
<separator/>
<group id="KotlinInternalGroup" text="Kotlin" popup="true">
@@ -160,6 +154,9 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<action id="StoredExceptionsThrowToggleAction" class="org.jetbrains.kotlin.idea.actions.internal.StoredExceptionsThrowToggleAction"
text="Throw cached PCE"/>
<action id="CopyAsDiagnosticTest" class="org.jetbrains.kotlin.idea.actions.internal.CopyAsDiagnosticTestAction"
text="Copy Current File As Diagnostic Test"/>
</group>
<separator/>
+3 -6
View File
@@ -122,12 +122,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<add-to-group group-id="IntroduceActionsGroup" anchor="after" relative-to-action="IntroduceField"/>
</action>
<action id="CopyAsDiagnosticTest" class="org.jetbrains.kotlin.idea.actions.internal.CopyAsDiagnosticTestAction"
text="Copy Current File As Diagnostic Test">
<keyboard-shortcut keymap="$default" first-keystroke="control alt shift T"/>
<add-to-group group-id="KotlinToolsGroup" anchor="last"/>
</action>
<group id="InternalKotlin" text="IDEA Internal Actions" internal="true">
<separator/>
<group id="KotlinInternalGroup" text="Kotlin" popup="true">
@@ -160,6 +154,9 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<action id="StoredExceptionsThrowToggleAction" class="org.jetbrains.kotlin.idea.actions.internal.StoredExceptionsThrowToggleAction"
text="Throw cached PCE"/>
<action id="CopyAsDiagnosticTest" class="org.jetbrains.kotlin.idea.actions.internal.CopyAsDiagnosticTestAction"
text="Copy Current File As Diagnostic Test"/>
</group>
<separator/>
+3 -6
View File
@@ -122,12 +122,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<add-to-group group-id="IntroduceActionsGroup" anchor="after" relative-to-action="IntroduceField"/>
</action>
<action id="CopyAsDiagnosticTest" class="org.jetbrains.kotlin.idea.actions.internal.CopyAsDiagnosticTestAction"
text="Copy Current File As Diagnostic Test">
<keyboard-shortcut keymap="$default" first-keystroke="control alt shift T"/>
<add-to-group group-id="KotlinToolsGroup" anchor="last"/>
</action>
<group id="InternalKotlin" text="IDEA Internal Actions" internal="true">
<separator/>
<group id="KotlinInternalGroup" text="Kotlin" popup="true">
@@ -160,6 +154,9 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<action id="StoredExceptionsThrowToggleAction" class="org.jetbrains.kotlin.idea.actions.internal.StoredExceptionsThrowToggleAction"
text="Throw cached PCE"/>
<action id="CopyAsDiagnosticTest" class="org.jetbrains.kotlin.idea.actions.internal.CopyAsDiagnosticTestAction"
text="Copy Current File As Diagnostic Test"/>
</group>
<separator/>
+3 -6
View File
@@ -123,12 +123,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<add-to-group group-id="IntroduceActionsGroup" anchor="after" relative-to-action="IntroduceField"/>
</action>
<action id="CopyAsDiagnosticTest" class="org.jetbrains.kotlin.idea.actions.internal.CopyAsDiagnosticTestAction"
text="Copy Current File As Diagnostic Test">
<keyboard-shortcut keymap="$default" first-keystroke="control alt shift T"/>
<add-to-group group-id="KotlinToolsGroup" anchor="last"/>
</action>
<group id="InternalKotlin" text="IDEA Internal Actions" internal="true">
<separator/>
<group id="KotlinInternalGroup" text="Kotlin" popup="true">
@@ -161,6 +155,9 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<action id="StoredExceptionsThrowToggleAction" class="org.jetbrains.kotlin.idea.actions.internal.StoredExceptionsThrowToggleAction"
text="Throw cached PCE"/>
<action id="CopyAsDiagnosticTest" class="org.jetbrains.kotlin.idea.actions.internal.CopyAsDiagnosticTestAction"
text="Copy Current File As Diagnostic Test"/>
</group>
<separator/>
+3 -6
View File
@@ -122,12 +122,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<add-to-group group-id="IntroduceActionsGroup" anchor="after" relative-to-action="IntroduceField"/>
</action>
<action id="CopyAsDiagnosticTest" class="org.jetbrains.kotlin.idea.actions.internal.CopyAsDiagnosticTestAction"
text="Copy Current File As Diagnostic Test">
<keyboard-shortcut keymap="$default" first-keystroke="control alt shift T"/>
<add-to-group group-id="KotlinToolsGroup" anchor="last"/>
</action>
<group id="InternalKotlin" text="IDEA Internal Actions" internal="true">
<separator/>
<group id="KotlinInternalGroup" text="Kotlin" popup="true">
@@ -160,6 +154,9 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<action id="StoredExceptionsThrowToggleAction" class="org.jetbrains.kotlin.idea.actions.internal.StoredExceptionsThrowToggleAction"
text="Throw cached PCE"/>
<action id="CopyAsDiagnosticTest" class="org.jetbrains.kotlin.idea.actions.internal.CopyAsDiagnosticTestAction"
text="Copy Current File As Diagnostic Test"/>
</group>
<separator/>
+3 -6
View File
@@ -122,12 +122,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<add-to-group group-id="IntroduceActionsGroup" anchor="after" relative-to-action="IntroduceField"/>
</action>
<action id="CopyAsDiagnosticTest" class="org.jetbrains.kotlin.idea.actions.internal.CopyAsDiagnosticTestAction"
text="Copy Current File As Diagnostic Test">
<keyboard-shortcut keymap="$default" first-keystroke="control alt shift T"/>
<add-to-group group-id="KotlinToolsGroup" anchor="last"/>
</action>
<group id="InternalKotlin" text="IDEA Internal Actions" internal="true">
<separator/>
<group id="KotlinInternalGroup" text="Kotlin" popup="true">
@@ -160,6 +154,9 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<action id="StoredExceptionsThrowToggleAction" class="org.jetbrains.kotlin.idea.actions.internal.StoredExceptionsThrowToggleAction"
text="Throw cached PCE"/>
<action id="CopyAsDiagnosticTest" class="org.jetbrains.kotlin.idea.actions.internal.CopyAsDiagnosticTestAction"
text="Copy Current File As Diagnostic Test"/>
</group>
<separator/>