intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

Gradle plugin for building plugins for IntelliJ-based IDEs

Results 269 intellij-platform-gradle-plugin issues
Sort by recently updated
recently updated
newest added

### Describe the need of your request Like `IC-LATEST-EAP-SNAPSHOT`, it would be nice to have a flag like `IC-LATEST-STABLE` (and `IU-LATEST-STABLE`) in order to use the latest stable IJ release...

enhancement

### What happened? Google is no longer publishing a .zip distro for Android Studio on Mac, because running from a .zip on Mac too easily triggers Gatekeeper / App Translocation,...

bug

### Describe the need of your request There is no example nor mention of `DownloadAndroidStudioProductReleasesXmlTask.releasesUrl` and `DownloadIdeaProductReleasesXmlTask.releasesUrl` in the documentation ### Proposed solution Add a `buildScript` example of `DownloadAndroidStudioProductReleasesXmlTask.releasesUrl` and...

enhancement

### What happened? When I try looking at the source code of some platform class (for example, `AnAction`), IDE doesn't show it by default (it seems it's expected). But if...

bug
feedback required

### What happened? 2023.2.1.25 is "Iguana | 2023.2.1 Patch 2" can find in https://developer.android.com/studio/archive ### Relevant log output or stack trace ``` Cannot resolve Android Studio with provided version: 2023.2.1.25...

bug

### Describe the need of your request When the Plugin Verifier verifies the compatibility of a plugin with a given IDE, it should also verify the compatibility of the plugin...

enhancement

### What happened? I tried to run `build` and `verifyPlugin` in one Gradle invocation after I migrated to the latest snapshot of the IntelliJ Platform Gradle Plugin. I got the...

bug

### What happened? The indexes defined in my plugin are inaccessible during test execution. Since my plugin is located within my company's private repository, I'm unable to provide access for...

bug

### Describe the need of your request Let's make a multi-module plugin project `DemoPlugin`, it contains `DemoPluginBase` and `DemoPluginExt` mudule. The `DemoPluginBase` is a plugin whitch expose an extention point,...

enhancement

Add note about the settings plugin usage since it requires placing `includeBuild` in a different location