public interface FileTypeIndentOptionsProvider
LanguageCodeStyleSettingsProvider
.Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<FileTypeIndentOptionsProvider> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
CommonCodeStyleSettings.IndentOptions |
createIndentOptions() |
IndentOptionsEditor |
createOptionsEditor() |
FileType |
getFileType() |
java.lang.String |
getPreviewText() |
void |
prepareForReformat(PsiFile psiFile) |
static final ExtensionPointName<FileTypeIndentOptionsProvider> EP_NAME
CommonCodeStyleSettings.IndentOptions createIndentOptions()
FileType getFileType()
IndentOptionsEditor createOptionsEditor()
java.lang.String getPreviewText()
void prepareForReformat(PsiFile psiFile)