public class CodeFoldingSettings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
COLLAPSE_CUSTOM_FOLDING_REGIONS |
boolean |
COLLAPSE_DOC_COMMENTS |
boolean |
COLLAPSE_FILE_HEADER |
boolean |
COLLAPSE_IMPORTS |
boolean |
COLLAPSE_METHODS |
Constructor and Description |
---|
CodeFoldingSettings() |
Modifier and Type | Method and Description |
---|---|
static CodeFoldingSettings |
getInstance() |
public boolean COLLAPSE_IMPORTS
public boolean COLLAPSE_METHODS
public boolean COLLAPSE_FILE_HEADER
public boolean COLLAPSE_DOC_COMMENTS
public boolean COLLAPSE_CUSTOM_FOLDING_REGIONS
public static CodeFoldingSettings getInstance()