Class DiffPreferencesInfo

java.lang.Object
com.google.gerrit.extensions.client.DiffPreferencesInfo

public class DiffPreferencesInfo extends Object
  • Field Details

    • DEFAULT_CONTEXT

      public static final int DEFAULT_CONTEXT
      Default number of lines of context.
      See Also:
    • DEFAULT_TAB_SIZE

      public static final int DEFAULT_TAB_SIZE
      Default tab size.
      See Also:
    • DEFAULT_FONT_SIZE

      public static final int DEFAULT_FONT_SIZE
      Default font size.
      See Also:
    • DEFAULT_LINE_LENGTH

      public static final int DEFAULT_LINE_LENGTH
      Default line length.
      See Also:
    • context

      public Integer context
    • tabSize

      public Integer tabSize
    • fontSize

      public Integer fontSize
    • lineLength

      public Integer lineLength
    • cursorBlinkRate

      public Integer cursorBlinkRate
    • expandAllComments

      public Boolean expandAllComments
    • intralineDifference

      public Boolean intralineDifference
    • manualReview

      public Boolean manualReview
    • showLineEndings

      public Boolean showLineEndings
    • showTabs

      public Boolean showTabs
    • showWhitespaceErrors

      public Boolean showWhitespaceErrors
    • syntaxHighlighting

      public Boolean syntaxHighlighting
    • hideTopMenu

      public Boolean hideTopMenu
    • autoHideDiffTableHeader

      public Boolean autoHideDiffTableHeader
    • hideLineNumbers

      public Boolean hideLineNumbers
    • renderEntireFile

      public Boolean renderEntireFile
    • hideEmptyPane

      public Boolean hideEmptyPane
    • matchBrackets

      public Boolean matchBrackets
    • lineWrapping

      public Boolean lineWrapping
    • ignoreWhitespace

      public DiffPreferencesInfo.Whitespace ignoreWhitespace
    • retainHeader

      public Boolean retainHeader
    • skipDeleted

      public Boolean skipDeleted
    • skipUnchanged

      public Boolean skipUnchanged
    • skipUncommented

      public Boolean skipUncommented
  • Constructor Details

    • DiffPreferencesInfo

      public DiffPreferencesInfo()
  • Method Details