Class DiffPreferencesInfo
java.lang.Object
com.google.gerrit.extensions.client.DiffPreferencesInfo
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Default number of lines of context.static final int
Default font size.static final int
Default line length.static final int
Default tab size. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_CONTEXT
public static final int DEFAULT_CONTEXTDefault number of lines of context.- See Also:
-
DEFAULT_TAB_SIZE
public static final int DEFAULT_TAB_SIZEDefault tab size.- See Also:
-
DEFAULT_FONT_SIZE
public static final int DEFAULT_FONT_SIZEDefault font size.- See Also:
-
DEFAULT_LINE_LENGTH
public static final int DEFAULT_LINE_LENGTHDefault line length.- See Also:
-
context
-
tabSize
-
fontSize
-
lineLength
-
cursorBlinkRate
-
expandAllComments
-
intralineDifference
-
manualReview
-
showLineEndings
-
showTabs
-
showWhitespaceErrors
-
syntaxHighlighting
-
hideTopMenu
-
autoHideDiffTableHeader
-
hideLineNumbers
-
renderEntireFile
-
hideEmptyPane
-
matchBrackets
-
lineWrapping
-
ignoreWhitespace
-
retainHeader
-
skipDeleted
-
skipUnchanged
-
skipUncommented
-
-
Constructor Details
-
DiffPreferencesInfo
public DiffPreferencesInfo()
-
-
Method Details