mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
23 lines
932 B
XML
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>
|