Add IDEA action to show raw FIR of currently opened file

This action works correctly with fir.enabled=true in Gradle properties
This commit is contained in:
Simon Ogorodnik
2018-03-15 15:34:14 +03:00
committed by Mikhail Glukhikh
parent e5f0f2489f
commit 8a5a43d670
14 changed files with 422 additions and 3 deletions
+1
View File
@@ -33,6 +33,7 @@ dependencies {
compile(project(":eval4j"))
compile(project(":j2k"))
compile(project(":idea:formatter"))
compile(project(":idea:fir-view"))
compile(project(":idea:idea-core"))
compile(project(":idea:ide-common"))
compile(project(":idea:idea-jps-common"))