public class HippieBackwardCompletionAction extends BaseCodeInsightAction implements DumbAware
AnAction.TransparentUpdate
ACTIONS_KEY, EMPTY_ARRAY
Constructor and Description |
---|
HippieBackwardCompletionAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformedImpl(Project project,
Editor editor) |
protected CodeInsightActionHandler |
getHandler() |
protected boolean |
isValidForLookup() |
getBaseEditor, getEditor, getInjectedEditor, getInjectedEditor, update
actionPerformed, beforeActionPerformedUpdate, getCommandName, isValidForFile, update, update
addTextOverride, applyTextOverride, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbar
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isDumbAware
public void actionPerformedImpl(Project project, Editor editor)
actionPerformedImpl
in class CodeInsightAction
protected CodeInsightActionHandler getHandler()
getHandler
in class CodeInsightAction
protected boolean isValidForLookup()
isValidForLookup
in class BaseCodeInsightAction