From 0efc28f5c805caafaa36f7cde8e37f7993430bf6 Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Sat, 10 May 2025 08:51:43 +0200 Subject: [PATCH] IJ-MR-162467 do not export intellij.platform.structureView.impl GitOrigin-RevId: 0c20c9a059baa4e6e99df7e6c8ffd19be6386bc3 --- grid/impl/BUILD.bazel | 1 + grid/impl/intellij.grid.impl.iml | 1 + java/java-impl-refactorings/BUILD.bazel | 1 + java/java-impl-refactorings/intellij.java.impl.refactorings.iml | 1 + java/java-impl/BUILD.bazel | 1 + java/java-impl/intellij.java.impl.iml | 1 + java/java-tests/BUILD.bazel | 1 + java/java-tests/intellij.java.tests.iml | 1 + java/testFramework/BUILD.bazel | 1 + java/testFramework/intellij.java.testFramework.iml | 1 + json/backend/BUILD.bazel | 1 + json/backend/intellij.json.backend.iml | 1 + platform/lang-impl/BUILD.bazel | 1 - platform/lang-impl/intellij.platform.lang.impl.iml | 2 +- platform/platform-tests/BUILD.bazel | 1 + platform/platform-tests/intellij.platform.tests.iml | 1 + platform/testFramework/BUILD.bazel | 2 ++ platform/testFramework/intellij.platform.testFramework.iml | 1 + platform/todo/BUILD.bazel | 1 + platform/todo/intellij.platform.todo.iml | 1 + platform/vcs-impl/lang/BUILD.bazel | 1 + platform/vcs-impl/lang/intellij.platform.vcs.impl.lang.iml | 1 + plugins/commander/BUILD.bazel | 2 ++ plugins/commander/intellij.commander.iml | 1 + plugins/devkit/devkit-core/BUILD.bazel | 1 + plugins/devkit/devkit-core/intellij.devkit.core.iml | 1 + plugins/devkit/devkit-java-tests/BUILD.bazel | 1 + plugins/devkit/devkit-java-tests/intellij.devkit.java.tests.iml | 1 + plugins/gradle/java/BUILD.bazel | 1 + plugins/gradle/java/intellij.gradle.java.tests.iml | 1 + plugins/groovy/BUILD.bazel | 1 + plugins/groovy/groovy-psi/BUILD.bazel | 1 + plugins/groovy/groovy-psi/intellij.groovy.psi.iml | 1 + plugins/groovy/intellij.groovy.iml | 1 + plugins/kotlin/code-insight/kotlin.code-insight.k2/BUILD.bazel | 2 ++ .../kotlin.code-insight.k2/kotlin.code-insight.k2.iml | 1 + plugins/kotlin/idea/BUILD.bazel | 1 + plugins/kotlin/idea/kotlin.idea.iml | 1 + plugins/kotlin/idea/tests/BUILD.bazel | 1 + plugins/kotlin/idea/tests/kotlin.idea.tests.iml | 1 + plugins/lombok/BUILD.bazel | 2 ++ plugins/lombok/intellij.lombok.iml | 1 + plugins/markdown/core/BUILD.bazel | 1 + plugins/markdown/core/intellij.markdown.iml | 1 + plugins/maven/src/test/BUILD.bazel | 1 + plugins/maven/src/test/intellij.maven.tests.iml | 1 + .../properties/properties-resource-bundle-editor/BUILD.bazel | 2 ++ .../intellij.properties.resource.bundle.editor.iml | 1 + plugins/properties/tests/BUILD.bazel | 1 + plugins/properties/tests/intellij.properties.tests.iml | 1 + plugins/restructuredtext/BUILD.bazel | 1 + plugins/restructuredtext/intellij.restructuredtext.iml | 1 + plugins/ui-designer/BUILD.bazel | 1 + plugins/ui-designer/intellij.java.guiForms.designer.iml | 1 + plugins/xpath/BUILD.bazel | 2 ++ plugins/xpath/intellij.xpath.iml | 1 + plugins/yaml/backend/BUILD.bazel | 2 ++ plugins/yaml/backend/intellij.yaml.backend.iml | 1 + python/BUILD.bazel | 1 + python/intellij.python.community.impl.iml | 1 + xml/dom-impl/BUILD.bazel | 1 + xml/dom-impl/intellij.xml.dom.impl.iml | 1 + xml/tests/BUILD.bazel | 1 + xml/tests/intellij.xml.tests.iml | 1 + 64 files changed, 70 insertions(+), 2 deletions(-) diff --git a/grid/impl/BUILD.bazel b/grid/impl/BUILD.bazel index 00bdd5ff77ae..a37fcb8ada99 100644 --- a/grid/impl/BUILD.bazel +++ b/grid/impl/BUILD.bazel @@ -29,6 +29,7 @@ jvm_library( "//platform/core-ui", "@lib//:fastutil-min", "//platform/diff-api:diff", + "//platform/structure-view-impl:structureView-impl", "//xml/xml-parser:parser", "//platform/ide-core-impl", "//platform/refactoring", diff --git a/grid/impl/intellij.grid.impl.iml b/grid/impl/intellij.grid.impl.iml index b0d6b5b0f5e9..b6d12a5c3334 100644 --- a/grid/impl/intellij.grid.impl.iml +++ b/grid/impl/intellij.grid.impl.iml @@ -15,6 +15,7 @@ + diff --git a/java/java-impl-refactorings/BUILD.bazel b/java/java-impl-refactorings/BUILD.bazel index c3cbde512fe6..4cca214650c8 100644 --- a/java/java-impl-refactorings/BUILD.bazel +++ b/java/java-impl-refactorings/BUILD.bazel @@ -20,6 +20,7 @@ jvm_library( "//java/java-psi-impl:psi-impl", "//java/java-impl:impl", "//java/jsp-openapi:jsp", + "//platform/structure-view-impl:structureView-impl", "//platform/usageView", "//platform/ide-core-impl", "@lib//:stream_ex", diff --git a/java/java-impl-refactorings/intellij.java.impl.refactorings.iml b/java/java-impl-refactorings/intellij.java.impl.refactorings.iml index 4d5d72643188..379ec4b43190 100644 --- a/java/java-impl-refactorings/intellij.java.impl.refactorings.iml +++ b/java/java-impl-refactorings/intellij.java.impl.refactorings.iml @@ -20,6 +20,7 @@ + diff --git a/java/java-impl/BUILD.bazel b/java/java-impl/BUILD.bazel index 4e403c176b2b..b201ee177c83 100644 --- a/java/java-impl/BUILD.bazel +++ b/java/java-impl/BUILD.bazel @@ -16,6 +16,7 @@ jvm_library( "//platform/editor-ui-api:editor-ui", "//platform/foldings", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/usageView-impl", "//platform/util", "//java/openapi:java", diff --git a/java/java-impl/intellij.java.impl.iml b/java/java-impl/intellij.java.impl.iml index 6e64fe44bda0..4e7443fed1b8 100644 --- a/java/java-impl/intellij.java.impl.iml +++ b/java/java-impl/intellij.java.impl.iml @@ -12,6 +12,7 @@ + diff --git a/java/java-tests/BUILD.bazel b/java/java-tests/BUILD.bazel index 13e47dd20cff..67ff7bd8721c 100644 --- a/java/java-tests/BUILD.bazel +++ b/java/java-tests/BUILD.bazel @@ -22,6 +22,7 @@ jvm_library( "//platform/editor-ui-api:editor-ui", "//platform/foldings", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/testFramework", "//platform/testFramework:testFramework_test_lib", "//java/testFramework", diff --git a/java/java-tests/intellij.java.tests.iml b/java/java-tests/intellij.java.tests.iml index a5172e2acd13..a3017db93705 100644 --- a/java/java-tests/intellij.java.tests.iml +++ b/java/java-tests/intellij.java.tests.iml @@ -13,6 +13,7 @@ + diff --git a/java/testFramework/BUILD.bazel b/java/testFramework/BUILD.bazel index 4e7ab97209e3..58e31a1f8a25 100644 --- a/java/testFramework/BUILD.bazel +++ b/java/testFramework/BUILD.bazel @@ -17,6 +17,7 @@ jvm_library( "//java/testFramework/shared", "//platform/editor-ui-api:editor-ui", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/util", "//libraries/junit4", "//platform/util/jdom", diff --git a/java/testFramework/intellij.java.testFramework.iml b/java/testFramework/intellij.java.testFramework.iml index 79a090cd4dbb..3369fbc1e90c 100644 --- a/java/testFramework/intellij.java.testFramework.iml +++ b/java/testFramework/intellij.java.testFramework.iml @@ -12,6 +12,7 @@ + diff --git a/json/backend/BUILD.bazel b/json/backend/BUILD.bazel index 7a4c8cc4e92c..c0f0a5e76943 100644 --- a/json/backend/BUILD.bazel +++ b/json/backend/BUILD.bazel @@ -18,6 +18,7 @@ jvm_library( "//platform/platform-api:ide", "//platform/lang-impl", "//platform/markdown-utils", + "//platform/structure-view-impl:structureView-impl", "//spellchecker", "@lib//:guava", "//platform/analysis-impl", diff --git a/json/backend/intellij.json.backend.iml b/json/backend/intellij.json.backend.iml index 4185fac23cc1..3f54738621b5 100644 --- a/json/backend/intellij.json.backend.iml +++ b/json/backend/intellij.json.backend.iml @@ -13,6 +13,7 @@ + diff --git a/platform/lang-impl/BUILD.bazel b/platform/lang-impl/BUILD.bazel index 64f6b75be341..e54c72b69bbb 100644 --- a/platform/lang-impl/BUILD.bazel +++ b/platform/lang-impl/BUILD.bazel @@ -117,7 +117,6 @@ jvm_library( exports = [ "//platform/lang-api:lang", "//platform/analysis-impl", - "//platform/structure-view-impl:structureView-impl", "//platform/util", ], runtime_deps = [":lang-impl_resources"] diff --git a/platform/lang-impl/intellij.platform.lang.impl.iml b/platform/lang-impl/intellij.platform.lang.impl.iml index 6b9118b0ea16..b25b860b997a 100644 --- a/platform/lang-impl/intellij.platform.lang.impl.iml +++ b/platform/lang-impl/intellij.platform.lang.impl.iml @@ -50,7 +50,7 @@ - + diff --git a/platform/platform-tests/BUILD.bazel b/platform/platform-tests/BUILD.bazel index c7bb6fbf32f9..a9af27e58518 100644 --- a/platform/platform-tests/BUILD.bazel +++ b/platform/platform-tests/BUILD.bazel @@ -25,6 +25,7 @@ jvm_library( "@lib//:jmock", "//platform/observable", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/usageView-impl", "//platform/vcs-api:vcs", "@lib//:jmock-junit4", diff --git a/platform/platform-tests/intellij.platform.tests.iml b/platform/platform-tests/intellij.platform.tests.iml index 3f26d0b1c702..45de9072ce70 100644 --- a/platform/platform-tests/intellij.platform.tests.iml +++ b/platform/platform-tests/intellij.platform.tests.iml @@ -17,6 +17,7 @@ + diff --git a/platform/testFramework/BUILD.bazel b/platform/testFramework/BUILD.bazel index d54b23c227d4..cbbf70add282 100644 --- a/platform/testFramework/BUILD.bazel +++ b/platform/testFramework/BUILD.bazel @@ -65,6 +65,7 @@ jvm_library( "//platform/lang-impl", "//platform/refactoring", "//platform/service-container:serviceContainer", + "//platform/structure-view-impl:structureView-impl", "//platform/syntax/syntax-api:syntax", "//platform/syntax/syntax-psi:psi", "//platform/testFramework/common", @@ -149,6 +150,7 @@ jvm_library( "//platform/refactoring", "//platform/service-container:serviceContainer", "//platform/service-container:serviceContainer_test_lib", + "//platform/structure-view-impl:structureView-impl", "//platform/syntax/syntax-api:syntax", "//platform/syntax/syntax-api:syntax_test_lib", "//platform/syntax/syntax-psi:psi", diff --git a/platform/testFramework/intellij.platform.testFramework.iml b/platform/testFramework/intellij.platform.testFramework.iml index 54065650fd4f..98de0bd8134a 100644 --- a/platform/testFramework/intellij.platform.testFramework.iml +++ b/platform/testFramework/intellij.platform.testFramework.iml @@ -50,6 +50,7 @@ + diff --git a/platform/todo/BUILD.bazel b/platform/todo/BUILD.bazel index 164a44050fac..058e413c4494 100644 --- a/platform/todo/BUILD.bazel +++ b/platform/todo/BUILD.bazel @@ -18,6 +18,7 @@ jvm_library( "//platform/core-ui", "@lib//:stream_ex", "//platform/platform-impl:ide-impl", + "//platform/structure-view-impl:structureView-impl", "//platform/usageView", "//platform/indexing-impl", "//platform/usageView-impl", diff --git a/platform/todo/intellij.platform.todo.iml b/platform/todo/intellij.platform.todo.iml index 1fdbc86630b6..ff218a72c89a 100644 --- a/platform/todo/intellij.platform.todo.iml +++ b/platform/todo/intellij.platform.todo.iml @@ -13,6 +13,7 @@ + diff --git a/platform/vcs-impl/lang/BUILD.bazel b/platform/vcs-impl/lang/BUILD.bazel index af0078055ba6..99b7e38950d8 100644 --- a/platform/vcs-impl/lang/BUILD.bazel +++ b/platform/vcs-impl/lang/BUILD.bazel @@ -19,6 +19,7 @@ jvm_library( "//platform/indexing-impl", "//platform/lang-impl", "//platform/editor-ui-ex:editor-ex", + "//platform/structure-view-impl:structureView-impl", "//platform/vcs-api:vcs", "//platform/vcs-impl", "//platform/diff-impl", diff --git a/platform/vcs-impl/lang/intellij.platform.vcs.impl.lang.iml b/platform/vcs-impl/lang/intellij.platform.vcs.impl.lang.iml index 62bf784324ef..c0f235c29d39 100644 --- a/platform/vcs-impl/lang/intellij.platform.vcs.impl.lang.iml +++ b/platform/vcs-impl/lang/intellij.platform.vcs.impl.lang.iml @@ -14,6 +14,7 @@ + diff --git a/plugins/commander/BUILD.bazel b/plugins/commander/BUILD.bazel index bbe05cf90914..ad23c283318c 100644 --- a/plugins/commander/BUILD.bazel +++ b/plugins/commander/BUILD.bazel @@ -18,6 +18,7 @@ jvm_library( "//platform/editor-ui-api:editor-ui", "//platform/platform-impl:ide-impl", "//platform/core-ui", + "//platform/structure-view-impl:structureView-impl", "//platform/util/jdom", "//platform/core-api:core", ], @@ -39,6 +40,7 @@ jvm_library( "//plugins/ui-designer:java-guiForms-designer", "//plugins/ui-designer:java-guiForms-designer_test_lib", "//platform/core-ui", + "//platform/structure-view-impl:structureView-impl", "//platform/util/jdom", "//platform/testFramework", "//platform/testFramework:testFramework_test_lib", diff --git a/plugins/commander/intellij.commander.iml b/plugins/commander/intellij.commander.iml index 5725ac3f82af..06d12d76e434 100644 --- a/plugins/commander/intellij.commander.iml +++ b/plugins/commander/intellij.commander.iml @@ -16,6 +16,7 @@ + diff --git a/plugins/devkit/devkit-core/BUILD.bazel b/plugins/devkit/devkit-core/BUILD.bazel index 8230af69c748..611cb25eb51f 100644 --- a/plugins/devkit/devkit-core/BUILD.bazel +++ b/plugins/devkit/devkit-core/BUILD.bazel @@ -23,6 +23,7 @@ jvm_library( "@lib//:jetbrains-annotations", "//platform/editor-ui-api:editor-ui", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/util", "//platform/util/jdom", "//java/compiler/openapi:java-compiler", diff --git a/plugins/devkit/devkit-core/intellij.devkit.core.iml b/plugins/devkit/devkit-core/intellij.devkit.core.iml index c49040793d62..b0c17e3200b3 100644 --- a/plugins/devkit/devkit-core/intellij.devkit.core.iml +++ b/plugins/devkit/devkit-core/intellij.devkit.core.iml @@ -34,6 +34,7 @@ + diff --git a/plugins/devkit/devkit-java-tests/BUILD.bazel b/plugins/devkit/devkit-java-tests/BUILD.bazel index 93bf25632764..60b22eb71284 100644 --- a/plugins/devkit/devkit-java-tests/BUILD.bazel +++ b/plugins/devkit/devkit-java-tests/BUILD.bazel @@ -22,6 +22,7 @@ jvm_library( "@lib//:jetbrains-annotations", "//platform/editor-ui-api:editor-ui", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//xml/xml-psi-impl:psi-impl", "//spellchecker", "//spellchecker:spellchecker_test_lib", diff --git a/plugins/devkit/devkit-java-tests/intellij.devkit.java.tests.iml b/plugins/devkit/devkit-java-tests/intellij.devkit.java.tests.iml index 23c6e54a62f6..412c8d6164f1 100644 --- a/plugins/devkit/devkit-java-tests/intellij.devkit.java.tests.iml +++ b/plugins/devkit/devkit-java-tests/intellij.devkit.java.tests.iml @@ -11,6 +11,7 @@ + diff --git a/plugins/gradle/java/BUILD.bazel b/plugins/gradle/java/BUILD.bazel index 75067f9c5f9f..5fc6cc56838f 100644 --- a/plugins/gradle/java/BUILD.bazel +++ b/plugins/gradle/java/BUILD.bazel @@ -95,6 +95,7 @@ jvm_library( "@lib//:jmock", "@lib//:junit4", "//platform/editor-ui-api:editor-ui", + "//platform/structure-view-impl:structureView-impl", "//platform/testFramework", "//platform/testFramework:testFramework_test_lib", "//java/testFramework", diff --git a/plugins/gradle/java/intellij.gradle.java.tests.iml b/plugins/gradle/java/intellij.gradle.java.tests.iml index 9fcdeaa5a004..7ee6ff189dd5 100644 --- a/plugins/gradle/java/intellij.gradle.java.tests.iml +++ b/plugins/gradle/java/intellij.gradle.java.tests.iml @@ -13,6 +13,7 @@ + diff --git a/plugins/groovy/BUILD.bazel b/plugins/groovy/BUILD.bazel index 9e70555f4f75..3acefbfd9dc2 100644 --- a/plugins/groovy/BUILD.bazel +++ b/plugins/groovy/BUILD.bazel @@ -86,6 +86,7 @@ jvm_library( deps = [ "//platform/editor-ui-api:editor-ui", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//xml/dom-openapi:dom", "//java/openapi:java", "//java/debugger/openapi:java-debugger", diff --git a/plugins/groovy/groovy-psi/BUILD.bazel b/plugins/groovy/groovy-psi/BUILD.bazel index b6097393dcfd..2f5601df5367 100644 --- a/plugins/groovy/groovy-psi/BUILD.bazel +++ b/plugins/groovy/groovy-psi/BUILD.bazel @@ -23,6 +23,7 @@ jvm_library( "//platform/ide-core-impl", "//platform/core-impl", "//platform/extensions", + "//platform/structure-view-impl:structureView-impl", "//xml/xml-psi-impl:psi-impl", "//platform/editor-ui-ex:editor-ex", "//java/java-analysis-impl:analysis-impl", diff --git a/plugins/groovy/groovy-psi/intellij.groovy.psi.iml b/plugins/groovy/groovy-psi/intellij.groovy.psi.iml index 0f5200d0126e..fa9f269092ad 100644 --- a/plugins/groovy/groovy-psi/intellij.groovy.psi.iml +++ b/plugins/groovy/groovy-psi/intellij.groovy.psi.iml @@ -21,6 +21,7 @@ + diff --git a/plugins/groovy/intellij.groovy.iml b/plugins/groovy/intellij.groovy.iml index 26f71f3381ea..4d76f19deb7f 100644 --- a/plugins/groovy/intellij.groovy.iml +++ b/plugins/groovy/intellij.groovy.iml @@ -10,6 +10,7 @@ + diff --git a/plugins/kotlin/code-insight/kotlin.code-insight.k2/BUILD.bazel b/plugins/kotlin/code-insight/kotlin.code-insight.k2/BUILD.bazel index 6f09bac31343..9e6d49fb0c95 100644 --- a/plugins/kotlin/code-insight/kotlin.code-insight.k2/BUILD.bazel +++ b/plugins/kotlin/code-insight/kotlin.code-insight.k2/BUILD.bazel @@ -30,6 +30,7 @@ jvm_library( "@lib//:kotlinc-analysis-api-platform-interface", "//platform/editor-ui-api:editor-ui", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/usageView-impl", "//plugins/kotlin/base/util", "//plugins/kotlin/base/psi", @@ -90,6 +91,7 @@ jvm_library( "@lib//:kotlinc-analysis-api-platform-interface", "//platform/editor-ui-api:editor-ui", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/usageView-impl", "//plugins/kotlin/plugin/k2", "//plugins/kotlin/base/util", diff --git a/plugins/kotlin/code-insight/kotlin.code-insight.k2/kotlin.code-insight.k2.iml b/plugins/kotlin/code-insight/kotlin.code-insight.k2/kotlin.code-insight.k2.iml index bc2a8323e586..3e0db5cbf852 100644 --- a/plugins/kotlin/code-insight/kotlin.code-insight.k2/kotlin.code-insight.k2.iml +++ b/plugins/kotlin/code-insight/kotlin.code-insight.k2/kotlin.code-insight.k2.iml @@ -32,6 +32,7 @@ + diff --git a/plugins/kotlin/idea/BUILD.bazel b/plugins/kotlin/idea/BUILD.bazel index 48c3d9730566..dbed33e99c31 100644 --- a/plugins/kotlin/idea/BUILD.bazel +++ b/plugins/kotlin/idea/BUILD.bazel @@ -46,6 +46,7 @@ jvm_library( "@lib//:guava", "//platform/editor-ui-api:editor-ui", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/usageView-impl", "//platform/util/jdom", "@lib//:gson", diff --git a/plugins/kotlin/idea/kotlin.idea.iml b/plugins/kotlin/idea/kotlin.idea.iml index 3ff8bab79cb5..84cc5b328655 100644 --- a/plugins/kotlin/idea/kotlin.idea.iml +++ b/plugins/kotlin/idea/kotlin.idea.iml @@ -35,6 +35,7 @@ + diff --git a/plugins/kotlin/idea/tests/BUILD.bazel b/plugins/kotlin/idea/tests/BUILD.bazel index 83cc6559b405..6ed0a70983cb 100644 --- a/plugins/kotlin/idea/tests/BUILD.bazel +++ b/plugins/kotlin/idea/tests/BUILD.bazel @@ -32,6 +32,7 @@ jvm_library( "@lib//:vavr", "//java/java-runtime:rt", "@lib//:kotlin-test", + "//platform/structure-view-impl:structureView-impl", "//platform/usageView", "@lib//:gson", "@lib//:guava", diff --git a/plugins/kotlin/idea/tests/kotlin.idea.tests.iml b/plugins/kotlin/idea/tests/kotlin.idea.tests.iml index 14832a0306fc..40658a0a12f4 100644 --- a/plugins/kotlin/idea/tests/kotlin.idea.tests.iml +++ b/plugins/kotlin/idea/tests/kotlin.idea.tests.iml @@ -32,6 +32,7 @@ + diff --git a/plugins/lombok/BUILD.bazel b/plugins/lombok/BUILD.bazel index f9e147f77861..f04f6fd78848 100644 --- a/plugins/lombok/BUILD.bazel +++ b/plugins/lombok/BUILD.bazel @@ -38,6 +38,7 @@ jvm_library( "//java/compiler/impl", "@lib//:guava", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//java/java-impl-inspections:impl-inspections", "//java/java-impl-refactorings:impl-refactorings", "//java/codeserver/highlighting", @@ -65,6 +66,7 @@ jvm_library( "//java/compiler/impl", "@lib//:guava", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/testFramework", "//platform/testFramework:testFramework_test_lib", "//java/testFramework", diff --git a/plugins/lombok/intellij.lombok.iml b/plugins/lombok/intellij.lombok.iml index ac7f47f8f26e..2893f962e724 100644 --- a/plugins/lombok/intellij.lombok.iml +++ b/plugins/lombok/intellij.lombok.iml @@ -25,6 +25,7 @@ + diff --git a/plugins/markdown/core/BUILD.bazel b/plugins/markdown/core/BUILD.bazel index 0ba86a4a72a8..7eee93900d43 100644 --- a/plugins/markdown/core/BUILD.bazel +++ b/plugins/markdown/core/BUILD.bazel @@ -42,6 +42,7 @@ jvm_library( "@lib//:miglayout-swing", "//platform/platform-api:ide", "//platform/statistics", + "//platform/structure-view-impl:structureView-impl", "//platform/util/jdom", "@lib//:kotlinx-coroutines-core", "//platform/diagnostic", diff --git a/plugins/markdown/core/intellij.markdown.iml b/plugins/markdown/core/intellij.markdown.iml index 041a804289d2..4b2803d2b981 100644 --- a/plugins/markdown/core/intellij.markdown.iml +++ b/plugins/markdown/core/intellij.markdown.iml @@ -64,6 +64,7 @@ + diff --git a/plugins/maven/src/test/BUILD.bazel b/plugins/maven/src/test/BUILD.bazel index b71146e4d7a3..e13b0e9e929b 100644 --- a/plugins/maven/src/test/BUILD.bazel +++ b/plugins/maven/src/test/BUILD.bazel @@ -22,6 +22,7 @@ jvm_library( "//plugins/maven/testFramework", "//platform/editor-ui-api:editor-ui", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/testFramework", "//platform/testFramework:testFramework_test_lib", "//java/testFramework", diff --git a/plugins/maven/src/test/intellij.maven.tests.iml b/plugins/maven/src/test/intellij.maven.tests.iml index 28f7540c39d7..f8a628def1a2 100644 --- a/plugins/maven/src/test/intellij.maven.tests.iml +++ b/plugins/maven/src/test/intellij.maven.tests.iml @@ -12,6 +12,7 @@ + diff --git a/plugins/properties/properties-resource-bundle-editor/BUILD.bazel b/plugins/properties/properties-resource-bundle-editor/BUILD.bazel index 454b9ef2ed95..779e7deafe88 100644 --- a/plugins/properties/properties-resource-bundle-editor/BUILD.bazel +++ b/plugins/properties/properties-resource-bundle-editor/BUILD.bazel @@ -15,6 +15,7 @@ jvm_library( deps = [ "//platform/editor-ui-api:editor-ui", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/util", "//platform/lang-impl", "//plugins/properties/properties-psi-impl:backend-psi", @@ -42,6 +43,7 @@ jvm_library( deps = [ "//platform/editor-ui-api:editor-ui", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/util", "//platform/lang-impl", "//plugins/properties/properties-psi-impl:backend-psi", diff --git a/plugins/properties/properties-resource-bundle-editor/intellij.properties.resource.bundle.editor.iml b/plugins/properties/properties-resource-bundle-editor/intellij.properties.resource.bundle.editor.iml index e784a8539ca7..1d24803a0a46 100644 --- a/plugins/properties/properties-resource-bundle-editor/intellij.properties.resource.bundle.editor.iml +++ b/plugins/properties/properties-resource-bundle-editor/intellij.properties.resource.bundle.editor.iml @@ -11,6 +11,7 @@ + diff --git a/plugins/properties/tests/BUILD.bazel b/plugins/properties/tests/BUILD.bazel index af70d15b0a1f..7da9abff651c 100644 --- a/plugins/properties/tests/BUILD.bazel +++ b/plugins/properties/tests/BUILD.bazel @@ -19,6 +19,7 @@ jvm_library( "//platform/platform-impl:ide-impl", "//platform/platform-impl:ide-impl_test_lib", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/testFramework", "//platform/testFramework:testFramework_test_lib", "//spellchecker", diff --git a/plugins/properties/tests/intellij.properties.tests.iml b/plugins/properties/tests/intellij.properties.tests.iml index 37eddeb33efe..667d2626f943 100644 --- a/plugins/properties/tests/intellij.properties.tests.iml +++ b/plugins/properties/tests/intellij.properties.tests.iml @@ -13,6 +13,7 @@ + diff --git a/plugins/restructuredtext/BUILD.bazel b/plugins/restructuredtext/BUILD.bazel index 7d720a4406ce..adf98b5da31f 100644 --- a/plugins/restructuredtext/BUILD.bazel +++ b/plugins/restructuredtext/BUILD.bazel @@ -41,6 +41,7 @@ jvm_library( deps = [ "//platform/editor-ui-api:editor-ui", "@lib//:guava", + "//platform/structure-view-impl:structureView-impl", "//platform/editor-ui-ex:editor-ex", "//platform/platform-impl:ide-impl", "//platform/indexing-impl", diff --git a/plugins/restructuredtext/intellij.restructuredtext.iml b/plugins/restructuredtext/intellij.restructuredtext.iml index 9a4287078d90..987ce4e92f8b 100644 --- a/plugins/restructuredtext/intellij.restructuredtext.iml +++ b/plugins/restructuredtext/intellij.restructuredtext.iml @@ -14,6 +14,7 @@ + diff --git a/plugins/ui-designer/BUILD.bazel b/plugins/ui-designer/BUILD.bazel index 923fb9423326..74b1d27f2387 100644 --- a/plugins/ui-designer/BUILD.bazel +++ b/plugins/ui-designer/BUILD.bazel @@ -78,6 +78,7 @@ jvm_library( "//platform/editor-ui-api:editor-ui", "//platform/ide-core-impl", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/testFramework", "//platform/testFramework:testFramework_test_lib", "//platform/platform-impl:ide-impl", diff --git a/plugins/ui-designer/intellij.java.guiForms.designer.iml b/plugins/ui-designer/intellij.java.guiForms.designer.iml index 0d226f5ee0a5..5f5545d78833 100644 --- a/plugins/ui-designer/intellij.java.guiForms.designer.iml +++ b/plugins/ui-designer/intellij.java.guiForms.designer.iml @@ -15,6 +15,7 @@ + diff --git a/plugins/xpath/BUILD.bazel b/plugins/xpath/BUILD.bazel index df7b952c4e10..66d6c0ff5d38 100644 --- a/plugins/xpath/BUILD.bazel +++ b/plugins/xpath/BUILD.bazel @@ -20,6 +20,7 @@ jvm_library( srcs = glob(["xpath-lang/src/**/*.kt", "xpath-lang/src/**/*.java", "xpath-view/src/**/*.kt", "xpath-view/src/**/*.java", "xpath-lang/gen/**/*.kt", "xpath-lang/gen/**/*.java"], allow_empty = True), deps = [ "//platform/editor-ui-api:editor-ui", + "//platform/structure-view-impl:structureView-impl", "//xml/openapi:xml", "//platform/lang-api:lang", "//platform/platform-impl:ide-impl", @@ -53,6 +54,7 @@ jvm_library( associates = [":xpath"], deps = [ "//platform/editor-ui-api:editor-ui", + "//platform/structure-view-impl:structureView-impl", "//xml/openapi:xml", "//platform/lang-api:lang", "//platform/platform-impl:ide-impl", diff --git a/plugins/xpath/intellij.xpath.iml b/plugins/xpath/intellij.xpath.iml index 66f300cb191c..153cdd14614b 100644 --- a/plugins/xpath/intellij.xpath.iml +++ b/plugins/xpath/intellij.xpath.iml @@ -13,6 +13,7 @@ + diff --git a/plugins/yaml/backend/BUILD.bazel b/plugins/yaml/backend/BUILD.bazel index 210f2dccda14..df722d36d302 100644 --- a/plugins/yaml/backend/BUILD.bazel +++ b/plugins/yaml/backend/BUILD.bazel @@ -23,6 +23,7 @@ jvm_library( "//platform/platform-api:ide", "//platform/lang-api:lang", "//platform/lang-impl", + "//platform/structure-view-impl:structureView-impl", "//spellchecker", "//platform/platform-impl:ide-impl", "//xml/openapi:xml", @@ -54,6 +55,7 @@ jvm_library( "//platform/platform-api:ide", "//platform/lang-api:lang", "//platform/lang-impl", + "//platform/structure-view-impl:structureView-impl", "//platform/testFramework", "//platform/testFramework:testFramework_test_lib", "//spellchecker", diff --git a/plugins/yaml/backend/intellij.yaml.backend.iml b/plugins/yaml/backend/intellij.yaml.backend.iml index 2e20a85481c8..33c41e452af4 100644 --- a/plugins/yaml/backend/intellij.yaml.backend.iml +++ b/plugins/yaml/backend/intellij.yaml.backend.iml @@ -15,6 +15,7 @@ + diff --git a/python/BUILD.bazel b/python/BUILD.bazel index 7a3e8348c339..668245add8bb 100644 --- a/python/BUILD.bazel +++ b/python/BUILD.bazel @@ -176,6 +176,7 @@ jvm_library( "//platform/editor-ui-api:editor-ui", "//platform/foldings", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//platform/usageView-impl", "//python/openapi:community", "//platform/ide-core-impl", diff --git a/python/intellij.python.community.impl.iml b/python/intellij.python.community.impl.iml index 3abac05267ba..a7eb24f2f9b7 100644 --- a/python/intellij.python.community.impl.iml +++ b/python/intellij.python.community.impl.iml @@ -14,6 +14,7 @@ + diff --git a/xml/dom-impl/BUILD.bazel b/xml/dom-impl/BUILD.bazel index 4d1d425cff14..5ba303816bad 100644 --- a/xml/dom-impl/BUILD.bazel +++ b/xml/dom-impl/BUILD.bazel @@ -14,6 +14,7 @@ jvm_library( srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True), deps = [ "//platform/editor-ui-api:editor-ui", + "//platform/structure-view-impl:structureView-impl", "//platform/usageView-impl", "//xml/dom-openapi:dom", "//xml/impl", diff --git a/xml/dom-impl/intellij.xml.dom.impl.iml b/xml/dom-impl/intellij.xml.dom.impl.iml index 2922f22e90ef..88d6c86d7680 100644 --- a/xml/dom-impl/intellij.xml.dom.impl.iml +++ b/xml/dom-impl/intellij.xml.dom.impl.iml @@ -9,6 +9,7 @@ + diff --git a/xml/tests/BUILD.bazel b/xml/tests/BUILD.bazel index 46e728803839..449071597c4f 100644 --- a/xml/tests/BUILD.bazel +++ b/xml/tests/BUILD.bazel @@ -22,6 +22,7 @@ jvm_library( "@lib//:junit4", "//platform/editor-ui-api:editor-ui", "//platform/refactoring", + "//platform/structure-view-impl:structureView-impl", "//java/testFramework", "@lib//:xerces", "//java/idea-ui:ui", diff --git a/xml/tests/intellij.xml.tests.iml b/xml/tests/intellij.xml.tests.iml index 66cb82b3d73f..8e6957e21269 100644 --- a/xml/tests/intellij.xml.tests.iml +++ b/xml/tests/intellij.xml.tests.iml @@ -11,6 +11,7 @@ +