public class CompareWithSelectedRevisionAction extends AbstractVcsAction
AnAction.TransparentUpdate
ACTIONS_KEY, EMPTY_ARRAY
Constructor and Description |
---|
CompareWithSelectedRevisionAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(VcsContext vcsContext) |
static void |
showListPopup(java.util.List<VcsFileRevision> revisions,
Project project,
Consumer<? super VcsFileRevision> selectedRevisionConsumer,
boolean showComments) |
protected void |
showSelectedRevision(VcsRevisionNumber selected,
AbstractVcs vcs,
VirtualFile file,
Project project) |
void |
update(VcsContext e,
Presentation presentation) |
actionPerformed, forceSyncUpdate, getActiveVcses, performUpdate, update
create, create
addTextOverride, applyTextOverride, beforeActionPerformedUpdate, 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 update(VcsContext e, Presentation presentation)
update
in class AbstractVcsAction
protected void actionPerformed(VcsContext vcsContext)
actionPerformed
in class AbstractVcsAction
protected void showSelectedRevision(VcsRevisionNumber selected, AbstractVcs vcs, VirtualFile file, Project project)
public static void showListPopup(java.util.List<VcsFileRevision> revisions, Project project, Consumer<? super VcsFileRevision> selectedRevisionConsumer, boolean showComments)