Yoshinori Isogai
Yoshinori Isogai
https://github.com/JetBrains/intellij-community/blob/297d3d8743783350b693c9fe5ed7af0772024862/platform/xdebugger-impl/src/com/intellij/xdebugger/impl/breakpoints/ui/XBreakpointActionsPanel.java https://github.com/JetBrains/intellij-community/blob/2f33ed09f8829003ec6284d9087ad46582e40aba/platform/xdebugger-impl/src/com/intellij/xdebugger/impl/breakpoints/ui/XLightBreakpointPropertiesPanel.java#L132 https://github.com/JetBrains/intellij-community/blob/a8a95f1eae6f61ba9c628f2739235e23075f25da/platform/platform-api/src/com/intellij/util/net/ssl/CertificateConfigurable.java#L127-L137
So that ```kotlin object ButaiDelegate : Butai by ButaiActivityLifecycleCallbacks { fun init(application: Application) { application.registerActivityLifecycleCallbacks(callback) } } ```
Now, when I D&D (e.g. `@color/red`) to already filled in tag, `android:background="@color/white"`, it would be `android:background="@color/white@color/red"`. I think instead this should produce `android:background="@color/red"` If the tag is using databinding, it...
Same as editing color code, right click -> edit name menu -> popup with text edit -> change the name.
Hardest part is which file the color goes? Use colors.xml as default, if could not find then let user pick.
Once it is stable release, this plugin will drop v3 support.