List of usage examples for com.intellij.openapi.actionSystem IdeActions ACTION_PREVIOUS_DIFF
String ACTION_PREVIOUS_DIFF
To view the source code for com.intellij.openapi.actionSystem IdeActions ACTION_PREVIOUS_DIFF.
Click Source Link
From source file:com.intellij.diff.actions.impl.PrevDifferenceAction.java
License:Apache License
public PrevDifferenceAction() { setEnabledInModalContext(true); EmptyAction.setupAction(this, IdeActions.ACTION_PREVIOUS_DIFF, null); }