process.scope.directory=Directory ''{0}''
process.scope.project=Project ''{0}''
process.scope.module=Module ''{0}''
-process.scope.changed.files=only VCS changed files
+process.scope.changed.files=process only VCS changed files
reformat.code.accept.button.text=Run
process.scope.file=&File {0}
reformat.option.selected.text=&Selected text
reformat.progress.file.with.known.name.text=Reformatting {0}
reformat.and.optimize.progress.common.text=Preparing imports...
reformat.progress.common.text=Reformatting code...
+ configure.code.style.on.fragment.dialog.title=Configure Code Style
+ configure.code.style.on.fragment.dialog.cancel=Skip
+ configure.code.style.on.fragment.dialog.progress.text=Filtering settings affecting selected code fragment...
+ configure.code.style.on.fragment.dialog.progress.text.under=Press 'Skip' to show all settings
process.optimize.imports=Optimize Imports
process.optimize.imports.before.commit=Optimize Imports Before Commit
progress.text.optimizing.imports=Optimizing imports...
goto.test.notFound=No test subjects found
incremental.search.tooltip.prefix=Search for:
-goto.super.field.chooser.title=Choose super field
+goto.super.property.chooser.title=Choose super property
goto.super.method.chooser.title=Choose super method
goto.super.method.of.chooser.title=Choose Super Method of {0}
goto.super.method.findUsages.title=Super methods of {0}
<lang.parserDefinition language="TEXT" implementationClass="com.intellij.openapi.fileTypes.PlainTextParserDefinition"/>
<lang.syntaxHighlighterFactory key="TEXT" implementationClass="com.intellij.openapi.fileTypes.PlainTextSyntaxHighlighterFactory"/>
- <braceMatcher filetype="PLAIN_TEXT" implementationClass="com.intellij.ide.highlighter.custom.impl.CustomFileTypeBraceMatcher"/>
+ <lang.braceMatcher language="TEXT" implementationClass="com.intellij.ide.highlighter.custom.impl.CustomFileTypeBraceMatcher"/>
+ <lang.quoteHandler language="TEXT" implementationClass="com.intellij.ide.highlighter.custom.impl.CustomFileTypeQuoteHandler"/>
<lang.ast.factory language="TEXT" implementationClass="com.intellij.psi.impl.source.tree.PlainTextASTFactory"/>
<getDataRule key="psi.File" implementationClass="com.intellij.ide.impl.dataRules.PsiFileRule"/>
<intentionAction>
<className>com.intellij.codeInsight.intention.impl.EditFoldingOptionsAction</className>
</intentionAction>
+ <intentionAction>
+ <className>com.intellij.formatting.contextConfiguration.ConfigureCodeStyleOnSelectedFragment</className>
+ </intentionAction>
<intentionAction>
<className>com.intellij.codeInsight.intention.impl.QuickEditAction</className>
<category>Language Injection</category>
serviceImplementation="com.intellij.ide.projectView.impl.ProjectViewImpl"/>
<projectService serviceInterface="com.intellij.execution.ui.RunnerLayoutUi$Factory"
serviceImplementation="com.intellij.execution.ui.layout.impl.RunnerLayoutUiFactoryImpl"/>
- <projectService serviceInterface="com.intellij.compiler.ProblemsView"
- serviceImplementation="com.intellij.compiler.impl.ProblemsViewImpl"/>
<http.fileEditorActionProvider implementation="com.intellij.openapi.fileEditor.impl.http.LangRemoteFileEditorActionProvider"/>