Files
openide/platform/compose/resources/intellij.platform.compose.xml
Jakub Senohrabek 766beca004 [jewel] Backport Jewel 0.28 APIs to 243
GitOrigin-RevId: 65f34914870df00a6d3c50ff7614cdf0f9748703
2025-04-29 12:20:16 +00:00

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>