public class DiffPreferencesInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DiffPreferencesInfo.Whitespace |
Modifier and Type | Field and Description |
---|---|
Boolean |
autoHideDiffTableHeader |
Integer |
context |
static short[] |
CONTEXT_CHOICES
Typical valid choices for the default context setting.
|
Integer |
cursorBlinkRate |
static int |
DEFAULT_CONTEXT
Default number of lines of context.
|
static int |
DEFAULT_FONT_SIZE
Default font size.
|
static int |
DEFAULT_LINE_LENGTH
Default line length.
|
static int |
DEFAULT_TAB_SIZE
Default tab size.
|
Boolean |
expandAllComments |
Integer |
fontSize |
Boolean |
hideEmptyPane |
Boolean |
hideLineNumbers |
Boolean |
hideTopMenu |
DiffPreferencesInfo.Whitespace |
ignoreWhitespace |
Boolean |
intralineDifference |
Integer |
lineLength |
Boolean |
lineWrapping |
Boolean |
manualReview |
Boolean |
matchBrackets |
Boolean |
renderEntireFile |
Boolean |
retainHeader |
Boolean |
showLineEndings |
Boolean |
showTabs |
Boolean |
showWhitespaceErrors |
Boolean |
skipDeleted |
Boolean |
skipUnchanged |
Boolean |
skipUncommented |
Boolean |
syntaxHighlighting |
Integer |
tabSize |
Theme |
theme |
static short |
WHOLE_FILE_CONTEXT
Context setting to display the entire file.
|
Constructor and Description |
---|
DiffPreferencesInfo() |
public static final int DEFAULT_CONTEXT
public static final int DEFAULT_TAB_SIZE
public static final int DEFAULT_FONT_SIZE
public static final int DEFAULT_LINE_LENGTH
public static final short WHOLE_FILE_CONTEXT
public static final short[] CONTEXT_CHOICES
public Integer context
public Integer tabSize
public Integer fontSize
public Integer lineLength
public Integer cursorBlinkRate
public Boolean expandAllComments
public Boolean intralineDifference
public Boolean manualReview
public Boolean showLineEndings
public Boolean showTabs
public Boolean showWhitespaceErrors
public Boolean syntaxHighlighting
public Boolean hideTopMenu
public Boolean autoHideDiffTableHeader
public Boolean hideLineNumbers
public Boolean renderEntireFile
public Boolean hideEmptyPane
public Boolean matchBrackets
public Boolean lineWrapping
public Theme theme
public DiffPreferencesInfo.Whitespace ignoreWhitespace
public Boolean retainHeader
public Boolean skipDeleted
public Boolean skipUnchanged
public Boolean skipUncommented
public static DiffPreferencesInfo defaults()