Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Charlie Dyson
Total activity
19
Last activity
May 03, 2021 12:45
Member since
January 26, 2021 15:26
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (13)
Sort by recent activity
Recent activity
Votes
Edited
May 03, 2021 12:31
I have resolved the issue and it has now uploaded successfully, it seems I mis-understood what it meant by uploading a zip of the plugin. Thanks for your help.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin descriptor 'plugin.xml' is not found when trying to publish plugin
0 votes
Created
May 03, 2021 12:25
Why do you use artifacts at all? Publishing Gradle-based plugins must be done using builtin Gradle tasks https://plugins.jetbrains.com/docs/intellij/deployment.html In order to do this it says I ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin descriptor 'plugin.xml' is not found when trying to publish plugin
0 votes
Edited
May 03, 2021 12:20
I was attempting to upload the entire plugin in a zip, I do however have this setup:
Community
IntelliJ IDEA Open API and Plugin Development
Plugin descriptor 'plugin.xml' is not found when trying to publish plugin
0 votes
Created
May 02, 2021 18:38
I have tried specifying my resources directory in the build.gradle.kts like this: sourceSets.getByName("main") { java.srcDir("src/main/java") resources.srcDir("src/main/resources")} And still...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin descriptor 'plugin.xml' is not found when trying to publish plugin
0 votes
Created
May 02, 2021 14:48
Also running the gradle verifyPlugin task in the IDE completes without error.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin descriptor 'plugin.xml' is not found when trying to publish plugin
0 votes
Created
March 02, 2021 13:38
Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
java: cannot access com.intellij.openapi.actionSystem.DataKey
0 votes
Created
March 02, 2021 13:34
What is the replacement in Java 15?
Community
IntelliJ IDEA Open API and Plugin Development
java: cannot access com.intellij.openapi.actionSystem.DataKey
0 votes
Created
March 01, 2021 16:53
This problem was with Java version 15
Community
IntelliJ IDEA Open API and Plugin Development
java: cannot access com.intellij.openapi.actionSystem.DataKey
0 votes
Created
February 18, 2021 17:09
Still the same problem. I have downgraded to IntelliJ 2020.2 and it works as expected on there.
Community
IntelliJ IDEA Open API and Plugin Development
java: cannot access com.intellij.openapi.actionSystem.DataKey
0 votes
Created
February 08, 2021 17:46
Yann Cebron could you give an example of how to do this?
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to trigger a plugin action when an exception happens in the users console?
0 votes
Next
›
Last
»