Rethrow stored process canceled exception as a new one with both stacks

This commit is contained in:
Nikolay Krasko
2015-11-06 15:29:08 +03:00
parent 4aa7314600
commit 58dbb1ad53
3 changed files with 57 additions and 1 deletions
+4
View File
@@ -139,6 +139,10 @@
<add-to-group group-id="KotlinToolsGroup" anchor="last"/>
</action>
<action id="StoredExceptionsThrowToggleAction" class="org.jetbrains.kotlin.idea.actions.internal.StoredExceptionsThrowToggleAction"
text="Throw cached PCE">
</action>
<action id="CreateIncrementalCompilationBackup" class="org.jetbrains.kotlin.idea.internal.makeBackup.CreateIncrementalCompilationBackup">
<add-to-group group-id="KotlinToolsGroup" anchor="last"/>
</action>