Class DiffPreferencesInfo


  • public class DiffPreferencesInfo
    extends Object
    • Field Detail

      • DEFAULT_CONTEXT

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

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

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

        public static final int DEFAULT_LINE_LENGTH
        Default line length.
        See Also:
        Constant Field Values
      • 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
      • retainHeader

        public Boolean retainHeader
      • skipDeleted

        public Boolean skipDeleted
      • skipUnchanged

        public Boolean skipUnchanged
      • skipUncommented

        public Boolean skipUncommented
    • Constructor Detail

      • DiffPreferencesInfo

        public DiffPreferencesInfo()