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.TransparentUpdate

    Nested 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.intellij.testIntegration.GotoTestOrCodeAction

    update

    Methods inherited from class com.intellij.codeInsight.actions.BaseCodeInsightAction

    getInjectedEditor, getInjectedEditor

    Methods inherited from class com.intellij.codeInsight.actions.CodeInsightAction

    actionPerformed, actionPerformedImpl, getActionUpdateThread

    Methods 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, useSmallerFontForTextInToolbar

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.intellij.openapi.actionSystem.PerformWithDocumentsCommitted

    isPerformWithDocumentsCommitted
  • Constructor Details

    • GotoTestOrCodeActionExt

      public GotoTestOrCodeActionExt()