public interface DiffUserDataKeysEx extends DiffUserDataKeys
Modifier and Type | Interface and Description |
---|---|
static interface |
DiffUserDataKeysEx.DiffComputer |
static class |
DiffUserDataKeysEx.ScrollToPolicy |
Modifier and Type | Field and Description |
---|---|
static Key<javax.swing.JComponent> |
BOTTOM_PANEL
Add panel to the bottom of diff window.
|
static Key<DiffUserDataKeysEx.DiffComputer> |
CUSTOM_DIFF_COMPUTER |
static Key<java.lang.Boolean> |
DIFF_IN_EDITOR |
static Key<LogicalPosition[]> |
EDITORS_CARET_POSITION |
static Key<java.util.List<DiffEditorTitleCustomizer>> |
EDITORS_TITLE_CUSTOMIZER |
static Key<java.lang.String> |
FILE_NAME |
static Key<DiffTool> |
FORCE_DIFF_TOOL
Force viewer to a single DiffTool and prohibit switching to another one.
|
static Key<java.lang.Boolean> |
LAST_REVISION_WITH_LOCAL
Whether "Local Changes" are shown in this view (and
com.intellij.openapi.vcs.ex.LineStatusTrackerI can be used to show diff). |
static Key<TIntFunction> |
LINE_NUMBER_CONVERTOR
Override line numbers in editor gutter (function "document line -> user-visible line number")
|
static Key<Function<MergeResult,java.lang.String>> |
MERGE_ACTION_CAPTIONS
Return
null to use defaults. |
static Key<Condition<MergeTool.MergeViewer>> |
MERGE_CANCEL_HANDLER |
static Key<Couple<java.lang.String>> |
MERGE_CANCEL_MESSAGE
Pair(title, message) for message dialog
|
static Key<DiffNavigationContext> |
NAVIGATION_CONTEXT |
static Key<Pair<FilePath,VcsRevisionNumber>> |
REVISION_INFO |
static Key<DiffUserDataKeysEx.ScrollToPolicy> |
SCROLL_TO_CHANGE |
static Key<java.lang.Boolean> |
SHOW_READ_ONLY_LOCK
Show "Disable Editing" action on toolbar, that allows to prevent accidental file modifications.
|
static Key<java.lang.Float> |
TWO_SIDE_SPLITTER_PROPORTION |
static Key<java.lang.String> |
VCS_DIFF_CENTER_CONTENT_TITLE |
static Key<java.lang.String> |
VCS_DIFF_LEFT_CONTENT_TITLE |
static Key<java.lang.String> |
VCS_DIFF_RIGHT_CONTENT_TITLE |
CONTEXT_ACTIONS, DATA_PROVIDER, DIALOG_GROUP_KEY, DO_NOT_CHANGE_WINDOW_TITLE, DO_NOT_IGNORE_WHITESPACES, FORCE_READ_ONLY, FORCE_READ_ONLY_CONTENTS, GO_TO_SOURCE_DISABLE, HELP_ID, LANGUAGE, MASTER_SIDE, NOTIFICATIONS, PLACE, PREFERRED_FOCUS_SIDE, PREFERRED_FOCUS_THREESIDE, SCROLL_TO_LINE, SCROLL_TO_LINE_THREESIDE, THREESIDE_DIFF_WITH_RESULT
static final Key<TIntFunction> LINE_NUMBER_CONVERTOR
static final Key<Pair<FilePath,VcsRevisionNumber>> REVISION_INFO
static final Key<java.lang.String> FILE_NAME
static final Key<java.lang.Boolean> DIFF_IN_EDITOR
static final Key<DiffUserDataKeysEx.ScrollToPolicy> SCROLL_TO_CHANGE
static final Key<LogicalPosition[]> EDITORS_CARET_POSITION
static final Key<java.util.List<DiffEditorTitleCustomizer>> EDITORS_TITLE_CUSTOMIZER
static final Key<DiffNavigationContext> NAVIGATION_CONTEXT
static final Key<DiffUserDataKeysEx.DiffComputer> CUSTOM_DIFF_COMPUTER
static final Key<javax.swing.JComponent> BOTTOM_PANEL
static final Key<DiffTool> FORCE_DIFF_TOOL
static final Key<java.lang.Boolean> SHOW_READ_ONLY_LOCK
static final Key<java.lang.Boolean> LAST_REVISION_WITH_LOCAL
com.intellij.openapi.vcs.ex.LineStatusTrackerI
can be used to show diff).static final Key<java.lang.Float> TWO_SIDE_SPLITTER_PROPORTION
static final Key<Condition<MergeTool.MergeViewer>> MERGE_CANCEL_HANDLER
static final Key<Couple<java.lang.String>> MERGE_CANCEL_MESSAGE
static final Key<Function<MergeResult,java.lang.String>> MERGE_ACTION_CAPTIONS
null
to use defaults.static final Key<java.lang.String> VCS_DIFF_LEFT_CONTENT_TITLE
static final Key<java.lang.String> VCS_DIFF_RIGHT_CONTENT_TITLE
static final Key<java.lang.String> VCS_DIFF_CENTER_CONTENT_TITLE