public class DirDiffSettings
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DirDiffSettings.CompareMode |
static interface |
DirDiffSettings.CustomSourceChooser |
Modifier and Type | Field and Description |
---|---|
DirDiffSettings.CompareMode |
compareMode |
double |
compareTimestampAccuracy |
java.util.HashMap<java.lang.Object,java.lang.Object> |
customSettings |
DirDiffSettings.CustomSourceChooser |
customSourceChooser |
boolean |
enableChoosers |
boolean |
enableOperations
If
true it's allowed to synchronize the left and the right parts by copying and deleting files directly in the diff viewer |
boolean |
enableSyncActions |
static Key<DirDiffSettings> |
KEY |
boolean |
showCompareModes |
boolean |
showDate |
boolean |
showDifferent |
boolean |
showEqual |
boolean |
showInFrame |
boolean |
showNewOnSource |
boolean |
showNewOnTarget |
boolean |
showSize |
Constructor and Description |
---|
DirDiffSettings() |
Modifier and Type | Method and Description |
---|---|
<T extends AnAction> |
addExtraAction(T action) |
java.util.List<AnAction> |
getExtraActions() |
java.lang.String |
getFilter() |
java.util.regex.Pattern |
getFilterPattern() |
void |
setFilter(java.lang.String filter) |
public static final Key<DirDiffSettings> KEY
public boolean showSize
public boolean showDate
public boolean showEqual
public boolean showDifferent
public boolean showNewOnSource
public boolean showNewOnTarget
public boolean showCompareModes
public boolean enableChoosers
public boolean enableOperations
true
it's allowed to synchronize the left and the right parts by copying and deleting files directly in the diff viewerpublic boolean enableSyncActions
public DirDiffSettings.CompareMode compareMode
public double compareTimestampAccuracy
public DirDiffSettings.CustomSourceChooser customSourceChooser
public boolean showInFrame
public final java.util.HashMap<java.lang.Object,java.lang.Object> customSettings
public java.lang.String getFilter()
public void setFilter(java.lang.String filter)
public java.util.regex.Pattern getFilterPattern()
public <T extends AnAction> void addExtraAction(T action)
public java.util.List<AnAction> getExtraActions()