File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
kotlin/platform/mixin/action Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,6 @@ class FindMixinsAction : AnAction() {
5252 class TWFactory : ToolWindowFactory {
5353 override fun createToolWindowContent (project : Project , toolWindow : ToolWindow ) {
5454 }
55-
56- override fun shouldBeAvailable (project : Project ): Boolean {
57- return false
58- }
5955 }
6056
6157 companion object {
Original file line number Diff line number Diff line change 426426 order =" before javaSkipAutopopupInStrings" />
427427 <weigher key =" completion" implementationClass =" com.demonwav.mcdev.platform.mixin.completion.MixinCompletionWeigher" id =" mcdev.mixin" order =" first" />
428428
429- <toolWindow anchor =" bottom" icon =" /assets/icons/mixin/mixin_class_gutter.png" canCloseContents =" true" doNotActivateOnStart =" true"
430- factoryClass =" com.demonwav.mcdev.platform.mixin.action.FindMixinsAction$TWFactory" id =" Find Mixins" />
429+ <facet .toolWindow anchor =" bottom" icon =" /assets/icons/mixin/mixin_class_gutter.png" canCloseContents =" true"
430+ doNotActivateOnStart =" true" facetIdList =" minecraft" showOnStripeByDefault =" false"
431+ factoryClass =" com.demonwav.mcdev.platform.mixin.action.FindMixinsAction$TWFactory"
432+ id =" Find Mixins" />
431433
432434 <!-- Mixin configuration -->
433435 <fileType name =" Mixin Configuration" language =" JSON" implementationClass =" com.demonwav.mcdev.platform.mixin.config.MixinConfigFileType" fieldName =" INSTANCE" />
You can’t perform that action at this time.
0 commit comments