public class CommentByLineCommentAction extends MultiCaretCodeInsightAction implements DumbAware, LightEditCompatible
AnAction.TransparentUpdateACTIONS_KEY, EMPTY_ARRAY| Constructor and Description |
|---|
CommentByLineCommentAction() |
| Modifier and Type | Method and Description |
|---|---|
protected MultiCaretCodeInsightActionHandler |
getHandler() |
protected boolean |
isValidFor(Project project,
Editor editor,
Caret caret,
PsiFile file)
During action status update this method is invoked for each caret in editor.
|
actionPerformed, actionPerformedImpl, beforeActionPerformedUpdate, getCommandName, updateaddTextOverride, applyTextOverride, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbarclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisDumbAwareprotected MultiCaretCodeInsightActionHandler getHandler()
getHandler in class MultiCaretCodeInsightActionprotected boolean isValidFor(Project project, Editor editor, Caret caret, PsiFile file)
MultiCaretCodeInsightActiontrue, action is considered enabled.isValidFor in class MultiCaretCodeInsightAction