Files
openide/plugins/classic-ui/resources/META-INF/plugin.xml
Alexander Lobas 89d58ee436 IJPL-150231 Move icon mappings from json to icon generator
GitOrigin-RevId: 4d4576fc7eeb92ec43c36abec2d62d271b45d9a4
2024-06-15 23:19:46 +00:00

23 lines
932 B
XML

<idea-plugin>
<name>Classic UI</name>
<id>com.intellij.classic.ui</id>
<vendor>JetBrains</vendor>
<incompatible-with>com.intellij.cwm.guest</incompatible-with>
<incompatible-with>com.intellij.jetbrains.client</incompatible-with>
<incompatible-with>com.intellij.gateway</incompatible-with>
<description><![CDATA[
Provides the classic JetBrains IDE look and feel, which was used before the introduction of <a href="https://www.jetbrains.com/idea/new-ui">New UI</a>.
Includes UI layout, 3 tool window stripes and icons for IDEs and plugins.
If you prefer the old-school layout and visual style, this plugin brings back that familiar look and feel.
]]></description>
<depends>com.intellij.modules.lang</depends>
<extensions defaultExtensionNs="com.intellij">
<!--suppress PluginXmlDynamicPlugin -->
<iconMapperSuppressor/>
</extensions>
</idea-plugin>