Rename action for throwing exception from Kotlin plugin
Make the name similar to other internal actions for throwing exceptions.
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
</group>
|
||||
|
||||
<action id="KotlinThrowException" class="org.jetbrains.kotlin.idea.actions.internal.KotlinThrowExceptionAction"
|
||||
text="Throw Kotlin Plugin Exception"/>
|
||||
text="Drop an error from Kotlin plugin"/>
|
||||
|
||||
<action id="ExtractFunctionToScope" class="org.jetbrains.kotlin.idea.refactoring.introduce.extractFunction.ExtractFunctionToScopeAction"
|
||||
text="Function to _Scope...">
|
||||
|
||||
Reference in New Issue
Block a user