Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Karol Lewandowski
Total activity
2852
Last activity
February 06, 2025 11:01
Member since
January 03, 2022 14:12
Following
0 users
Followed by
3 users
Votes
43
Subscriptions
1087
Activity overview
Articles (0)
Posts (0)
Comments (1722)
Sort by votes
Recent activity
Votes
Created
September 20, 2024 09:30
Hi Eugene,We have an issue with the Plugin Verifier run on JetBrains Marketplace. It shows a false positive. If the plugin works at runtime (please verify), you can ignore this problem.
Community
IntelliJ IDEA Open API and Plugin Development
JSON plugin dependency cannot be resolved?
1 vote
Created
February 07, 2023 09:03
Hi Michael, Please use Git4Idea (not lowercase git4idea) plugin ID.
Community
IntelliJ IDEA Open API and Plugin Development
git4idea doesnt compile with the latest versions & How to deal with @deprecations
3 votes
Created
January 12, 2023 14:42
Hi Vikram, Add your action to the ProjectViewPopupMenu, e.g.: <action class="com.example.MyAction"> <add-to-group group-id="ProjectViewPopupMenu"/> </action>
Community
IntelliJ IDEA Open API and Plugin Development
Adding an menu item in the context menu when right clicked on a file
2 votes
Edited
October 29, 2024 09:31
Hi,I'm sorry but the error is unclear. Anyway, I suggest creating an issue on https://youtrack.jetbrains.com/issues/JBR.Please provide more information: a minimal project to reproduce the error, wh...
Community
IntelliJ IDEA Open API and Plugin Development
JEditorPane setText "conv" is null jbr_jcef 21, IntelliJ IDEA 2024.2.2
0 votes
Edited
October 16, 2024 09:39
Hi,A related solution is planned for 2024.3. Please check and follow https://youtrack.jetbrains.com/issue/GTW-1291. When done, it will be updated with details about how it works.
Community
IntelliJ IDEA Open API and Plugin Development
How to Implement TreeFileChooserDialog in Remote Mode for Client Plugin
1 vote
Created
September 09, 2024 11:15
Please share your project setup: Gradle Build scripts and plugin.xml files.
Community
IntelliJ IDEA Open API and Plugin Development
How can I import "com.intellij.openapi.vcs.ui.CommitMessage" and "com.intellij.vcs.commit.AbstractCommitWorkflowHandler" in IDEA 2024.2+
1 vote
Created
September 05, 2024 06:34
You can try with AutoPopupController.getInstance(project).scheduleAutoPopup(completion.getEditor()).I would also try to call it in documentChanged, not beforeDocumentChange.
Community
IntelliJ IDEA Open API and Plugin Development
TextFieldWithAutoCompletion Not Showing Suggestions on Pasted Content: Seeking Solution
1 vote
Created
August 30, 2024 10:26
Hi Klaudyna,Please try adding a testing framework to dependencies.See: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html#testing
Community
IntelliJ IDEA Open API and Plugin Development
Lacking "com.intellij.testFramework" package after migrating to IntelliJ Gradle Plugin 2.x
2 votes
Edited
April 23, 2024 14:39
Hi,Try to invoke:putClientProperty(AnimatedIcon.ANIMATION_IN_RENDERER_ALLOWED, true);on your tree instance. See ANIMATION_IN_RENDERER_ALLOWED's Javadoc.Also, reuse AnimatedIcon.Default.INSTANCE.
Community
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
1 vote
Created
April 22, 2024 09:33
Hi Nico,Please vote and follow https://youtrack.jetbrains.com/issue/IDEA-347138/java.lang.IllegalStateException-There-is-no-ProgressIndicator-or-Job-in-this-thread-the-current-job-is-not-cancellabl...
Community
IntelliJ IDEA Open API and Plugin Development
"There is no ProgressIndicator or Job in this thread" error in 2024.1
1 vote
Next
›
Last
»