Compose-Modifiers-Playground
Compose-Modifiers-Playground copied to clipboard
Interactive playground for learning how to use Jetpack Compose modifiers
``` java.lang.NoSuchMethodError: 'void com.intellij.openapi.ui.FrameWrapper.(com.intellij.openapi.project.Project, java.lang.String, boolean, java.lang.String, javax.swing.JComponent, int, kotlin.jvm.internal.DefaultConstructorMarker)' at com.c5inco.modifiers.plugin.PluginAction$DemoDialog.(PluginAction.kt:22) at com.c5inco.modifiers.plugin.PluginAction.actionPerformed(PluginAction.kt:19) at com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.java:351) at com.intellij.ide.actions.GotoActionAction.lambda$performActionImpl$4(GotoActionAction.java:90) at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:375) at com.intellij.ide.actions.GotoActionAction.performActionImpl(GotoActionAction.java:89) at com.intellij.ide.actions.GotoActionAction.lambda$performAction$2(GotoActionAction.java:69) at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:208) at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:21)...
 That text field has focus and I can type in it, but I see no cursor. _Sometimes_, when I click a field, the cursor appears,...
Hello, I want to thank you for this amazing tool, but how can I make a new component from scratch?
This PR adds a "Dark Theme" toggle above the "Show Code" one as seen below. This is a work in progress. Currently, toggling the theme causes an exception causing the...