Class EditPreferencesInfo
- java.lang.Object
-
- com.google.gerrit.extensions.client.EditPreferencesInfo
-
public class EditPreferencesInfo extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EditPreferencesInfo()
-
-
-
Field Detail
-
tabSize
public Integer tabSize
-
lineLength
public Integer lineLength
-
indentUnit
public Integer indentUnit
-
cursorBlinkRate
public Integer cursorBlinkRate
-
hideTopMenu
public Boolean hideTopMenu
-
showTabs
public Boolean showTabs
-
showWhitespaceErrors
public Boolean showWhitespaceErrors
-
syntaxHighlighting
public Boolean syntaxHighlighting
-
hideLineNumbers
public Boolean hideLineNumbers
-
matchBrackets
public Boolean matchBrackets
-
lineWrapping
public Boolean lineWrapping
-
indentWithTabs
public Boolean indentWithTabs
-
autoCloseBrackets
public Boolean autoCloseBrackets
-
showBase
public Boolean showBase
-
theme
public Theme theme
-
keyMapType
public KeyMapType keyMapType
-
-
Method Detail
-
defaults
public static EditPreferencesInfo defaults()
-
-