Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Karol Lewandowski
Total activity
2798
Last activity
January 15, 2025 09:16
Member since
January 03, 2022 14:12
Following
0 users
Followed by
3 users
Votes
43
Subscriptions
1062
Activity overview
Articles (0)
Posts (0)
Comments (1693)
Sort by recent activity
Recent activity
Votes
Created
September 12, 2024 08:20
Try to refresh your Gradle project: https://www.jetbrains.com/help/idea/work-with-gradle-projects.html#gradle_refresh_project
Community
IntelliJ IDEA Open API and Plugin Development
Problem with the JRE
0 votes
Created
September 12, 2024 08:20
Hi,Your registration looks correct to me.Is there anything in logs?What are full implementations of the group, configurable?What is the IDE context (IDE type and version)?
Community
IntelliJ IDEA Open API and Plugin Development
<groupConfigurable> is not configurable
0 votes
Created
September 12, 2024 08:07
Please never duplicate questions on multiple channels:https://youtrack.jetbrains.com/issue/MP-6913/Plugin-verifier-fails-with-com.intellij.psi.impl.-classes-not-found-in-all-IDEs-expect-IntelliJIdea
Community
IntelliJ IDEA Open API and Plugin Development
Plugin verifier fails with 'com.intellij.psi.impl.*' classes not found in all IDEs expect IntelliJIdea
0 votes
Created
September 12, 2024 08:05
Hi,These classes are for Java code and the only IDEs supporting Java are IntelliJ IDEA Community and Ultimate (and Android Studio).What is the context of their usage? Are they used in the code only...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin verifier fails with 'com.intellij.psi.impl.*' classes not found in all IDEs expect IntelliJIdea
1 vote
Created
September 12, 2024 08:00
vertical-blank is not used in IC/IU at all. I understand this is your plugin dependency. It is hard to tell what could be the reason without full information. The first screenshot is about inspect...
Community
IntelliJ IDEA Open API and Plugin Development
Local Compatibility Check Passed, But Fails on Plugin Upload
0 votes
Edited
September 12, 2024 05:45
Hi, most likely you need to change Settings | Build, Execution, Deployment | Build Tools | Gradle | Gradle JVM to newer.If it doesn't help, what version do you use. Also, share your Gradle build sc...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with the JRE
0 votes
Edited
September 12, 2024 05:44
You should start with updating the plugin, not disabling the task.Migrating to 2.x is recommended: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-migration.htmlIf...
Community
IntelliJ IDEA Open API and Plugin Development
Can I remove the jbr download task in runIde?
0 votes
Created
September 11, 2024 15:14
Hi Eliot,I don't see any issues with this config.
Community
IntelliJ IDEA Open API and Plugin Development
Question about the IntelliJ Platform Gradle Plugin 2.0.0
0 votes
Created
September 11, 2024 14:27
Hi,Try implementing EditorColorsListener to reload the page in the browser to render the dark theme if the selected theme is dark (EditorColorsManager.getInstance().isDarkEditor()). I assume the pa...
Community
IntelliJ IDEA Open API and Plugin Development
Can I display the local html with dark theme in JBCefBrowser ?
0 votes
Created
September 11, 2024 14:08
I'm sorry, but I'm confused by your questions.You asked whether it is safe to use org.jetbrains.jps.builders.impl.java.JavacCompilerTool and I answered it is not. What is unclear here?I don't under...
Community
IntelliJ IDEA Open API and Plugin Development
org.jetbrains. jps.builders.impl.java.JavaoCmpilerTool available
0 votes
«
First
‹
Previous
Next
›
Last
»