Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jakub Chrzanowski
Total activity
1375
Last activity
October 09, 2024 12:28
Member since
January 22, 2020 06:34
Following
0 users
Followed by
1 user
Votes
7
Subscriptions
566
Activity overview
Articles (0)
Posts (0)
Comments (802)
Sort by recent activity
Recent activity
Votes
Created
October 09, 2024 12:28
Thanks for reporting! This is an actual issue on the IntelliJ Platform Gradle Plugin side.It was addressed with https://github.com/JetBrains/intellij-platform-gradle-plugin/commit/9f5dfd9e3464d72da...
Community
IntelliJ IDEA Open API and Plugin Development
Issue with Custom Plugin Repository with IntelliJ Gradle plugin 2.1.0
0 votes
Created
October 04, 2024 09:40
It is fine to use libraries provided by the IntelliJ Platform. To check the exact versions of such libraries, see: https://www.jetbrains.com/legal/third-party-software/?product=IIC
Community
IntelliJ IDEA Open API and Plugin Development
Idea has GRPC dependency, do I need to reintroduce it?
0 votes
Created
August 20, 2024 05:32
Are you using Groovy instead of Kotlin DSL?Try using the following class instead com.jetbrains.plugin.structure.intellij.repository.CustomPluginRepositoryListingType
Community
IntelliJ IDEA Open API and Plugin Development
Can't find IgnoreFileActionKt with the Idea build 242
1 vote
Created
August 16, 2024 08:38
Hey, Łukasz!All the JPS-related classes now belong to the Java plugin. Please add a dependency on the `com.intellij.java` bundled plugin.
Community
IntelliJ IDEA Open API and Plugin Development
JSP support
0 votes
Created
January 30, 2024 09:32
You're not supposed to obfuscate the base Jar file but the instrumented one instead. Please rely on the output of the instrumentedJar task instead of jar.
Community
IntelliJ IDEA Open API and Plugin Development
gradle-intellij-plugin didn't pack the jar generated by proguard in the zip file.
0 votes
Created
January 24, 2024 12:17
Do you have a dependency on a Python plugin or target PyCharm in your Gradle configuration?See: https://plugins.jetbrains.com/docs/intellij/pycharm.html
Community
IntelliJ IDEA Open API and Plugin Development
'com.intellij.modules.python' dependency not found. what should I do
0 votes
Created
January 17, 2024 20:53
I got the confirmation that the ion-java library was updated in the IntelliJ Platform with the 5473d91 commit — this change will be available since the 2024.1 release cycle.As for the io.stargat.gr...
Community
IntelliJ IDEA Open API and Plugin Development
Vulnerabilities when building a plugin in Webstorm with libraries ion-java 1.8.5 and grpc 2.0.20
0 votes
Created
January 17, 2024 09:42
Hi! Thanks for raising this question. All libraries that are provided with the IntelliJ SDK are provided to end-users — as soon as users will update their IDEs, such a threat sholud be gone. This i...
Community
IntelliJ IDEA Open API and Plugin Development
Vulnerabilities when building a plugin in Webstorm with libraries ion-java 1.8.5 and grpc 2.0.20
0 votes
Created
January 13, 2024 10:40
An incorrect JNA library architecture was picked. Make sure you use JRE to run the IDE that matches your OS architecture.
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
1 vote
Created
December 19, 2023 11:03
Please provide more details.
Community
IntelliJ IDEA Open API and Plugin Development
‘com.intellij.codeInsight.codeVisionProvider’Why is this extension point not supported in 2022.2?
0 votes
Next
›
Last
»