Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code_samples/action_basics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
}
}

Expand All @@ -27,7 +27,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
bundledPlugin("com.intellij.java")

testFramework(TestFrameworkType.Platform)
Expand All @@ -37,7 +37,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/conditional_operator_intention/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
bundledPlugin("com.intellij.java")

testFramework(TestFrameworkType.Platform)
Expand All @@ -37,7 +37,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/editor_basics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
}
}

Expand All @@ -27,7 +27,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/facet_basics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
}
}

Expand All @@ -27,7 +27,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/framework_basics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
bundledPlugin("com.intellij.java")
}
}
Expand All @@ -28,7 +28,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/live_templates/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
}
}

Expand All @@ -27,7 +27,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/max_opened_projects/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
}
}

Expand All @@ -28,7 +28,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/module/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
}
}

Expand All @@ -27,7 +27,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/project_model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
bundledPlugin("com.intellij.java")
}
}
Expand All @@ -28,7 +28,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/project_view_pane/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
}
}

Expand All @@ -27,7 +27,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/project_wizard/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
}
}

Expand All @@ -27,7 +27,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/psi_demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
bundledPlugin("com.intellij.java")
}
}
Expand All @@ -28,7 +28,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/run_configuration/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
}
}

Expand All @@ -27,7 +27,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/settings/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
}
}

Expand All @@ -27,7 +27,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/simple_language_plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
bundledPlugin("com.intellij.java")

testFramework(TestFrameworkType.Platform)
Expand All @@ -46,7 +46,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/tool_window/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
}
}

Expand All @@ -27,7 +27,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
4 changes: 2 additions & 2 deletions code_samples/tree_structure_provider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
intellijPlatform {
intellijIdea("2025.1.7")
intellijIdea("2025.2.6.1")
}
}

Expand All @@ -27,7 +27,7 @@ intellijPlatform {

pluginConfiguration {
ideaVersion {
sinceBuild = "251"
sinceBuild = "252"
}
}
pluginVerification {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- GENERATED FILE, DO NOT EDIT -->
<!-- This file is generated with the SDK Docs Authoring Tools plugin ('Generate SDK Docs EP Lists' action) -->
<!-- Revision: 212d61deaf3a8117781e482e014de0f42ab13135 -->
<!-- Revision: 89c647576f1d2c99d8f3f6ce610b7f6d8ee6f17c -->

<!--
EP List Directories:
Expand All @@ -12,7 +12,7 @@ EP List Directories:

<snippet id="content">

113 Extension Points and 37 Listeners
118 Extension Points and 36 Listeners

<include from="snippets.topic" element-id="ep_list_legend"/>

Expand All @@ -25,7 +25,6 @@ EP List Directories:
| [`BuildAnalyzerStorageManager.Companion#DATA_IS_READY_TOPIC`](https://jb.gg/ipe/listeners?topics=com.android.build.attribution.BuildAnalyzerStorageManager.Listener) | [`Listener`](%gh-ij-android%/build-attribution/src/com/android/build/attribution/BuildAnalyzerStorageManager.kt) |
| [`StatefulButtonNotifier#BUTTON_STATE_TOPIC`](https://jb.gg/ipe/listeners?topics=com.android.tools.idea.assistant.StatefulButtonNotifier) ![Project-Level][project-level] | [`StatefulButtonNotifier`](%gh-ij-android%/assistant/src/com/android/tools/idea/assistant/StatefulButtonNotifier.java) |
| [`TutorialCardRefreshNotifier#TUTORIAL_CARD_TOPIC`](https://jb.gg/ipe/listeners?topics=com.android.tools.idea.assistant.TutorialCardRefreshNotifier) | [`TutorialCardRefreshNotifier`](%gh-ij-android%/assistant/src/com/android/tools/idea/assistant/TutorialCardRefreshNotifier.java) |
| [`AvdLaunchListener#TOPIC`](https://jb.gg/ipe/listeners?topics=com.android.tools.idea.avdmanager.AvdLaunchListener) | [`AvdLaunchListener`](%gh-ij-android%/android/src/com/android/tools/idea/avdmanager/AvdLaunchListener.java) |
| [`EmulatorLogListener.Companion#TOPIC`](https://jb.gg/ipe/listeners?topics=com.android.tools.idea.avdmanager.EmulatorLogListener) | [`EmulatorLogListener`](%gh-ij-android%/android/src/com/android/tools/idea/avdmanager/EmulatorLogListener.kt) |
| [`IssueProviderListener#UI_CHECK`](https://jb.gg/ipe/listeners?topics=com.android.tools.idea.common.error.IssueProviderListener) ![Project-Level][project-level] | [`IssueProviderListener`](%gh-ij-android%/designer/src/com/android/tools/idea/common/error/IssueProvider.kt) |
| [`IssueProviderListener#TOPIC`](https://jb.gg/ipe/listeners?topics=com.android.tools.idea.common.error.IssueProviderListener) ![Project-Level][project-level] | [`IssueProviderListener`](%gh-ij-android%/designer/src/com/android/tools/idea/common/error/IssueProvider.kt) |
Expand Down Expand Up @@ -177,6 +176,8 @@ EP List Directories:
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.rendering.tokens.buildSystemFilePreviewServices"/></include> ![Non-Dynamic][non-dynamic] | [`BuildSystemFilePreviewServices`](%gh-ij-android%/android/src/com/android/tools/idea/rendering/tokens/BuildSystemFilePreviewServices.kt) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.res.resourceClassToken"/></include> ![Non-Dynamic][non-dynamic] | [`ResourceClassToken`](%gh-ij-android%/android/src/com/android/tools/idea/res/ResourceClassToken.kt) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.run.configuration.editors.androidWearConfigurationEditorToken"/></include> ![Non-Dynamic][non-dynamic] | [`AndroidWearConfigurationEditorToken`](%gh-ij-android%/android/src/com/android/tools/idea/run/configuration/editors/AndroidWearConfigurationEditor.kt) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.run.deployment.liveedit.liveEditStudioBotActionFactory"/></include> ![Non-Dynamic][non-dynamic] | [`LiveEditStudioBotActionFactory`](%gh-ij-android%/android/src/com/android/tools/idea/editors/liveedit/ui/LiveEditStudioBotActionFactory.kt) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.run.deployment.liveedit.vibeTransformerProvider"/></include> ![Non-Dynamic][non-dynamic] | [`VibeTransformerProvider`](%gh-ij-android%/android/src/com/android/tools/idea/run/deployment/liveedit/VibeTransformerProvider.kt) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.run.editor.androidDebuggerInfoProvider"/></include> ![Non-Dynamic][non-dynamic] | [`AndroidDebuggerInfoProvider`](%gh-ij-android%/android/src/com/android/tools/idea/run/editor/AndroidDebuggerInfoProvider.java) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.run.editor.testRunParametersToken"/></include> ![Non-Dynamic][non-dynamic] | [`TestRunParametersToken`](%gh-ij-android%/android/src/com/android/tools/idea/run/editor/TestRunParameters.java) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.testartifacts.instrumented.androidTestConfigurationProducerToken"/></include> ![Non-Dynamic][non-dynamic] | [`AndroidTestConfigurationProducerToken`](%gh-ij-android%/android/src/com/android/tools/idea/testartifacts/instrumented/AndroidTestConfigurationProducer.kt) |
Expand Down Expand Up @@ -272,6 +273,7 @@ EP List Directories:

| Extension Point | Implementation |
|-----------------|----------------|
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.designer.issueFixActionProvider"/></include> | [`IssueFixActionProvider`](%gh-ij-android%/designer/src/com/android/tools/idea/common/error/IssueFixActionProvider.kt) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.uibuilder.analytics.resizeTracker"/></include> | [`ResizeTracker`](%gh-ij-android%/designer/src/com/android/tools/idea/uibuilder/analytics/ResizeTracker.kt) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.uibuilder.editor.multirepresentation.sourcecode.sourceCodePreviewRepresentationProvider"/></include> ![Non-Dynamic][non-dynamic] | [`PreviewRepresentationProvider`](%gh-ij-android%/designer/src/com/android/tools/idea/uibuilder/editor/multirepresentation/PreviewRepresentationProvider.kt) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.uibuilder.editorNotificationProvider"/></include> ![Non-Dynamic][non-dynamic] ![DumbAware][dumb-aware] | [`EditorNotificationProvider`](%gh-ic%/platform/platform-api/src/com/intellij/ui/EditorNotificationProvider.java) |
Expand Down Expand Up @@ -366,6 +368,8 @@ EP List Directories:
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.gradle.sync.postSyncProjectSetupStep"/></include> ![Non-Dynamic][non-dynamic] | [`ProjectSetupStep`](%gh-ij-android%/project-system-gradle/src/com/android/tools/idea/gradle/project/sync/setup/post/ProjectSetupStep.java) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.moduleImporter"/></include> ![Non-Dynamic][non-dynamic] | [`AndroidModuleImporter`](%gh-ij-android%/project-system-gradle/src/com/android/tools/idea/gradle/project/AndroidModuleImporter.kt) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.gradle.errorQuickFixProvider"/></include> ![Non-Dynamic][non-dynamic] | [`GradleErrorQuickFixProvider`](%gh-ij-android%/project-system-gradle/src/com/android/tools/idea/gradle/project/build/events/GradleErrorQuickFixProvider.kt) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.gradle.project.importing.gradleProjectImporter"/></include> ![Non-Dynamic][non-dynamic] | [`GradleProjectImporterExtension`](%gh-ij-android%/project-system-gradle/src/com/android/tools/idea/gradle/project/importing/GradleProjectImporterExtension.kt) |
| <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.android.tools.idea.testartifacts.testsuite.temp.testSuiteViewAdaptorProvider"/></include> ![Non-Dynamic][non-dynamic] ![Internal][internal] | [`TestSuiteViewAdaptorProvider`](%gh-ij-android%/project-system-gradle/src/com/android/tools/idea/testartifacts/testsuite/temp/TestSuiteViewAdaptorProvider.kt) |

### project-system-plugin.xml

Expand Down
Loading