mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
CodeStyleSettingsChangeEvent sent to notify listeners that a value has just finished computing now includes the just-computed CodeStyleSettings object. Listeners should use this object instead of fetching settings again via `CodeStyle.getSettings(project, vfile)` or similar file-specific calls. IJ-CR-172840 (cherry picked from commit 57705c6faf8190858fe3dc962bb498935ae1c1e8) GitOrigin-RevId: 0d60a31cff8de3ec60e506d66ea5438b3a7faca8
41 lines
2.9 KiB
Plaintext
41 lines
2.9 KiB
Plaintext
a:com.intellij.formatting.Indent
|
|
- *s:getIndentEnforcedToChildrenToBeRelativeToMe():com.intellij.formatting.Indent
|
|
- *s:getIndentEnforcedToChildrenToBeRelativeToMe(com.intellij.formatting.Indent$Type,I):com.intellij.formatting.Indent
|
|
f:com.intellij.formatting.Indent$Type
|
|
- *sf:OUTDENT_NORMAL:com.intellij.formatting.Indent$Type
|
|
- *sf:OUTDENT_SPACES:com.intellij.formatting.Indent$Type
|
|
c:com.intellij.openapi.editor.EditorModificationUtilEx
|
|
- *s:calcAfterLineEnd(com.intellij.openapi.editor.Editor,I,com.intellij.openapi.editor.LogicalPosition,com.intellij.openapi.editor.VisualPosition):I
|
|
f:com.intellij.psi.codeStyle.CodeStyleSettingsChangeEvent
|
|
- *:getSettings():com.intellij.psi.codeStyle.CodeStyleSettings
|
|
*:com.intellij.psi.codeStyle.CommentStyleSettings
|
|
- a:isBlockCommentIncludesSpace():Z
|
|
- a:isLineCommentFollowedWithSpace():Z
|
|
- a:isLineCommentInTheFirstColumn():Z
|
|
*:com.intellij.psi.codeStyle.ExternalFormatProcessor
|
|
- sf:EP_NAME:com.intellij.openapi.extensions.ExtensionPointName
|
|
- s:activeExternalFormatProcessor(com.intellij.psi.PsiFile):com.intellij.psi.codeStyle.ExternalFormatProcessor
|
|
- a:activeForFile(com.intellij.psi.PsiFile):Z
|
|
- createConfiguration(com.intellij.openapi.project.Project):V
|
|
- s:findExternalFormatter(java.lang.String):java.util.Optional
|
|
- a:format(com.intellij.psi.PsiFile,com.intellij.openapi.util.TextRange,Z,Z,Z,I):com.intellij.openapi.util.TextRange
|
|
- s:formatElement(com.intellij.psi.PsiElement,com.intellij.openapi.util.TextRange,Z):com.intellij.psi.PsiElement
|
|
- s:formatRangeInFile(com.intellij.psi.PsiFile,com.intellij.openapi.util.TextRange,Z,Z):com.intellij.openapi.util.TextRange
|
|
- s:formatRangeInFile(com.intellij.psi.PsiFile,com.intellij.openapi.util.TextRange,Z,Z,Z,I):com.intellij.openapi.util.TextRange
|
|
- a:getId():java.lang.String
|
|
- a:indent(com.intellij.psi.PsiFile,I):java.lang.String
|
|
- s:indentLine(com.intellij.psi.PsiFile,I):java.lang.String
|
|
- s:useExternalFormatter(com.intellij.psi.PsiFile):Z
|
|
c:com.intellij.psi.codeStyle.PackageEntry
|
|
- *sf:ALL_MODULE_IMPORTS:com.intellij.psi.codeStyle.PackageEntry
|
|
*:com.intellij.psi.codeStyle.modifier.CodeStyleSettingsModifier
|
|
- sf:EP_NAME:com.intellij.openapi.extensions.ExtensionPointName
|
|
- acceptsFileIndentOptionsProviders():Z
|
|
- getActivatingAction(com.intellij.psi.codeStyle.modifier.CodeStyleStatusBarUIContributor,com.intellij.psi.PsiFile):com.intellij.openapi.actionSystem.AnAction
|
|
- getDisablingFunction(com.intellij.openapi.project.Project):java.util.function.Consumer
|
|
- a:getName():java.lang.String
|
|
- a:getStatusBarUiContributor(com.intellij.psi.codeStyle.modifier.TransientCodeStyleSettings):com.intellij.psi.codeStyle.modifier.CodeStyleStatusBarUIContributor
|
|
- mayOverrideSettingsOf(com.intellij.openapi.project.Project):Z
|
|
- a:modifySettings(com.intellij.psi.codeStyle.modifier.TransientCodeStyleSettings,com.intellij.psi.PsiFile):Z
|
|
- modifySettingsAndUiCustomization(com.intellij.psi.codeStyle.modifier.TransientCodeStyleSettings,com.intellij.psi.PsiFile):Z
|