Class GotoTestOrCodeActionExt
java.lang.Object
com.intellij.openapi.actionSystem.AnAction
com.intellij.codeInsight.actions.CodeInsightAction
com.intellij.codeInsight.actions.BaseCodeInsightAction
com.intellij.testIntegration.GotoTestOrCodeAction
com.weirddev.testme.intellij.action.GotoTestOrCodeActionExt
- All Implemented Interfaces:
com.intellij.openapi.actionSystem.ActionUpdateThreadAware,com.intellij.openapi.actionSystem.PerformWithDocumentsCommitted,com.intellij.openapi.project.PossiblyDumbAware
public class GotoTestOrCodeActionExt
extends com.intellij.testIntegration.GotoTestOrCodeAction
Date: 10/15/2016
- Author:
- Yaron Yamin
-
Nested Class Summary
Nested classes/interfaces inherited from class com.intellij.openapi.actionSystem.AnAction
com.intellij.openapi.actionSystem.AnAction.TransparentUpdateNested classes/interfaces inherited from interface com.intellij.openapi.actionSystem.ActionUpdateThreadAware
com.intellij.openapi.actionSystem.ActionUpdateThreadAware.Recursive -
Field Summary
Fields inherited from class com.intellij.openapi.actionSystem.AnAction
ACTIONS_KEY, EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.intellij.testIntegration.GotoTestOrCodeAction
updateMethods inherited from class com.intellij.codeInsight.actions.BaseCodeInsightAction
getInjectedEditor, getInjectedEditorMethods inherited from class com.intellij.codeInsight.actions.CodeInsightAction
actionPerformed, actionPerformedImpl, getActionUpdateThreadMethods inherited from class com.intellij.openapi.actionSystem.AnAction
addSynonym, addTextOverride, addTextOverride, applyTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyActionTextOverride, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getSynonyms, getTemplatePresentation, getTemplateText, isDefaultIcon, isDumbAware, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbarMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.intellij.openapi.actionSystem.PerformWithDocumentsCommitted
isPerformWithDocumentsCommitted
-
Constructor Details
-
GotoTestOrCodeActionExt
public GotoTestOrCodeActionExt()
-