mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
17 lines
812 B
XML
17 lines
812 B
XML
<idea-plugin>
|
|
<actions>
|
|
<action id="ComposeShowcaseAction" internal="true" class="com.intellij.platform.compose.showcase.ComposeShowcaseAction"
|
|
text="Compose Components Showcase"/>
|
|
</actions>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<registryKey defaultValue="true"
|
|
description="Allows changing how ComposePanel is rendered using rendering on Graphics (when `true`, it provides smooth Swing interop) or on native AWT texture (when `false`). Works only in internal mode"
|
|
key="compose.swing.render.on.graphics"
|
|
/>
|
|
</extensions>
|
|
<dependencies>
|
|
<module name="intellij.platform.jewel.foundation" />
|
|
<module name="intellij.platform.jewel.ui" />
|
|
<module name="intellij.platform.jewel.ideLafBridge" />
|
|
</dependencies>
|
|
</idea-plugin> |