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:
Mikhail Glukhikh
2019-01-10 11:16:58 +03:00
parent f0c9a3daa2
commit 4fd773a38b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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/>
+2 -2
View File
@@ -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",