IDEA plugin: remove "Show FIR action" and fir-view without fir.enabled
#KT-28813 Fixed (it's planned to include FIR in artifacts after 1.3.30)
This commit is contained in:
@@ -132,8 +132,8 @@
|
||||
<action id="KotlinFormattingSettingsStatusAction" class="org.jetbrains.kotlin.idea.actions.internal.KotlinFormattingSettingsStatusAction"
|
||||
text="Formatter settings info"/>
|
||||
|
||||
<action id="ShowFirAction" class="org.jetbrains.kotlin.idea.actions.internal.ShowFirAction"
|
||||
text="Show RAW FIR Explorer"/>
|
||||
<!-- <action id="ShowFirAction" class="org.jetbrains.kotlin.idea.actions.internal.ShowFirAction"
|
||||
text="Show RAW FIR Explorer"/> -->
|
||||
</group>
|
||||
<separator/>
|
||||
|
||||
|
||||
@@ -34,7 +34,8 @@ val projectsToShadow by extra(listOf(
|
||||
":compiler:fir:cones",
|
||||
":compiler:fir:resolve",
|
||||
":compiler:fir:tree",
|
||||
":compiler:fir:psi2fir"
|
||||
":compiler:fir:psi2fir",
|
||||
":idea:fir-view"
|
||||
)
|
||||
} else {
|
||||
emptyArray()
|
||||
@@ -46,7 +47,6 @@ val projectsToShadow by extra(listOf(
|
||||
":idea:ide-common",
|
||||
":idea",
|
||||
":idea:idea-native",
|
||||
":idea:fir-view",
|
||||
":idea:idea-core",
|
||||
":idea:idea-gradle",
|
||||
":idea:idea-gradle-native",
|
||||
|
||||
Reference in New Issue
Block a user