public interface DiffUserDataKeys
Modifier and Type | Field and Description |
---|---|
static Key<java.util.List<AnAction>> |
CONTEXT_ACTIONS |
static Key<DataProvider> |
DATA_PROVIDER |
static Key<java.lang.String> |
DIALOG_GROUP_KEY
Key to store/load previous window position.
|
static Key<java.lang.Boolean> |
DO_NOT_CHANGE_WINDOW_TITLE |
static Key<java.lang.Boolean> |
DO_NOT_IGNORE_WHITESPACES
Use
IgnorePolicy.DEFAULT option by default. |
static Key<java.lang.Boolean> |
FORCE_READ_ONLY |
static Key<boolean[]> |
FORCE_READ_ONLY_CONTENTS
Used IN ADDITION to
FORCE_READ_ONLY data key. |
static Key<java.lang.Boolean> |
GO_TO_SOURCE_DISABLE |
static Key<java.lang.String> |
HELP_ID |
static Key<Language> |
LANGUAGE |
static Key<Side> |
MASTER_SIDE |
static Key<java.util.List<javax.swing.JComponent>> |
NOTIFICATIONS |
static Key<java.lang.String> |
PLACE
Key is used to store 'local' diff settings (ex: highlighting options) independently.
|
static Key<Side> |
PREFERRED_FOCUS_SIDE |
static Key<ThreeSide> |
PREFERRED_FOCUS_THREESIDE |
static Key<Pair<Side,java.lang.Integer>> |
SCROLL_TO_LINE
Override default caret position or text viewers.
|
static Key<Pair<ThreeSide,java.lang.Integer>> |
SCROLL_TO_LINE_THREESIDE |
static Key<java.lang.Boolean> |
THREESIDE_DIFF_WITH_RESULT
Invert colors in three side conflict viewer.
|
static final Key<Pair<Side,java.lang.Integer>> SCROLL_TO_LINE
static final Key<Pair<ThreeSide,java.lang.Integer>> SCROLL_TO_LINE_THREESIDE
static final Key<java.lang.String> HELP_ID
static final Key<boolean[]> FORCE_READ_ONLY_CONTENTS
FORCE_READ_ONLY
data key. Pass true
to prohibit corresponding content editing in diff viewer.ContentDiffRequest
static final Key<java.lang.Boolean> DO_NOT_IGNORE_WHITESPACES
IgnorePolicy.DEFAULT
option by default.static final Key<java.lang.String> DIALOG_GROUP_KEY
static final Key<java.lang.String> PLACE
DiffPlaces
static final Key<java.lang.Boolean> DO_NOT_CHANGE_WINDOW_TITLE
static final Key<java.lang.Boolean> THREESIDE_DIFF_WITH_RESULT
static final Key<java.util.List<javax.swing.JComponent>> NOTIFICATIONS
static final Key<DataProvider> DATA_PROVIDER
static final Key<java.lang.Boolean> GO_TO_SOURCE_DISABLE
static final Key<java.lang.Boolean> FORCE_READ_ONLY