mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-130605 Import Settings: "Select Components to Import" dialog has some unreadable items
This commit is contained in:
@@ -289,4 +289,5 @@ exportable.GeneralSettings.presentable.name=General
|
||||
exportable.TemplateSettings.presentable.name=Live templates
|
||||
exportable.DependencyUISettings.presentable.name=Dependency UI
|
||||
exportable.PsiViewerSettings.presentable.name=PSI Viewer
|
||||
exportable.VcsApplicationSettings.presentable.name=VCS
|
||||
exportable.VcsApplicationSettings.presentable.name=VCS
|
||||
exportable.ViewsSettings.presentable.name=Java Debugger Frame View
|
||||
@@ -143,14 +143,10 @@
|
||||
<applicationService serviceInterface="com.intellij.execution.runners.ProcessProxyFactory"
|
||||
serviceImplementation="com.intellij.execution.runners.ProcessProxyFactoryImpl"/>
|
||||
|
||||
<applicationService serviceInterface="com.intellij.debugger.settings.NodeRendererSettings"
|
||||
serviceImplementation="com.intellij.debugger.settings.NodeRendererSettings"/>
|
||||
<applicationService serviceInterface="com.intellij.debugger.settings.ViewsGeneralSettings"
|
||||
serviceImplementation="com.intellij.debugger.settings.ViewsGeneralSettings"/>
|
||||
<applicationService serviceInterface="com.intellij.debugger.settings.DebuggerSettings"
|
||||
serviceImplementation="com.intellij.debugger.settings.DebuggerSettings"/>
|
||||
<applicationService serviceInterface="com.intellij.debugger.settings.ThreadsViewSettings"
|
||||
serviceImplementation="com.intellij.debugger.settings.ThreadsViewSettings"/>
|
||||
<applicationService serviceImplementation="com.intellij.debugger.settings.NodeRendererSettings"/>
|
||||
<applicationService serviceImplementation="com.intellij.debugger.settings.ViewsGeneralSettings"/>
|
||||
<applicationService serviceImplementation="com.intellij.debugger.settings.DebuggerSettings"/>
|
||||
<applicationService serviceImplementation="com.intellij.debugger.settings.ThreadsViewSettings"/>
|
||||
|
||||
<applicationService serviceInterface="com.intellij.packaging.elements.PackagingElementFactory"
|
||||
serviceImplementation="com.intellij.packaging.impl.elements.PackagingElementFactoryImpl"/>
|
||||
|
||||
Reference in New Issue
Block a user