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() {
52
52
class TWFactory : ToolWindowFactory {
53
53
override fun createToolWindowContent (project : Project , toolWindow : ToolWindow ) {
54
54
}
55
-
56
- override fun shouldBeAvailable (project : Project ): Boolean {
57
- return false
58
- }
59
55
}
60
56
61
57
companion object {
Original file line number Diff line number Diff line change 426
426
order =" before javaSkipAutopopupInStrings" />
427
427
<weigher key =" completion" implementationClass =" com.demonwav.mcdev.platform.mixin.completion.MixinCompletionWeigher" id =" mcdev.mixin" order =" first" />
428
428
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" />
431
433
432
434
<!-- Mixin configuration -->
433
435
<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