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"
|
<action id="KotlinFormattingSettingsStatusAction" class="org.jetbrains.kotlin.idea.actions.internal.KotlinFormattingSettingsStatusAction"
|
||||||
text="Formatter settings info"/>
|
text="Formatter settings info"/>
|
||||||
|
|
||||||
<action id="ShowFirAction" class="org.jetbrains.kotlin.idea.actions.internal.ShowFirAction"
|
<!-- <action id="ShowFirAction" class="org.jetbrains.kotlin.idea.actions.internal.ShowFirAction"
|
||||||
text="Show RAW FIR Explorer"/>
|
text="Show RAW FIR Explorer"/> -->
|
||||||
</group>
|
</group>
|
||||||
<separator/>
|
<separator/>
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,8 @@ val projectsToShadow by extra(listOf(
|
|||||||
":compiler:fir:cones",
|
":compiler:fir:cones",
|
||||||
":compiler:fir:resolve",
|
":compiler:fir:resolve",
|
||||||
":compiler:fir:tree",
|
":compiler:fir:tree",
|
||||||
":compiler:fir:psi2fir"
|
":compiler:fir:psi2fir",
|
||||||
|
":idea:fir-view"
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
emptyArray()
|
emptyArray()
|
||||||
@@ -46,7 +47,6 @@ val projectsToShadow by extra(listOf(
|
|||||||
":idea:ide-common",
|
":idea:ide-common",
|
||||||
":idea",
|
":idea",
|
||||||
":idea:idea-native",
|
":idea:idea-native",
|
||||||
":idea:fir-view",
|
|
||||||
":idea:idea-core",
|
":idea:idea-core",
|
||||||
":idea:idea-gradle",
|
":idea:idea-gradle",
|
||||||
":idea:idea-gradle-native",
|
":idea:idea-gradle-native",
|
||||||
|
|||||||
Reference in New Issue
Block a user