主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Karol Lewandowski
活动总数
2850
最后的活动
2025年02月06日 11:01
成员加入日期
2022年01月03日 14:12
关注
0 名用户
关注者数
3 名用户
投票数
43
订阅数
1086
活动概览
文章(0)
帖子(0)
评论(1721)
按最近的活动排序
最近的活动
投票数
创建于
2024年09月20日 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.
社区
IntelliJ IDEA Open API and Plugin Development
JSON plugin dependency cannot be resolved?
1 票
创建于
2023年02月07日 09:03
Hi Michael, Please use Git4Idea (not lowercase git4idea) plugin ID.
社区
IntelliJ IDEA Open API and Plugin Development
git4idea doesnt compile with the latest versions & How to deal with @deprecations
3 票
创建于
2023年01月12日 14:42
Hi Vikram, Add your action to the ProjectViewPopupMenu, e.g.: <action class="com.example.MyAction"> <add-to-group group-id="ProjectViewPopupMenu"/> </action>
社区
IntelliJ IDEA Open API and Plugin Development
Adding an menu item in the context menu when right clicked on a file
2 票
已编辑于
2024年10月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
JEditorPane setText "conv" is null jbr_jcef 21, IntelliJ IDEA 2024.2.2
0 票
已编辑于
2024年10月16日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to Implement TreeFileChooserDialog in Remote Mode for Client Plugin
1 票
创建于
2024年09月09日 11:15
Please share your project setup: Gradle Build scripts and plugin.xml files.
社区
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 票
创建于
2024年09月05日 06:34
You can try with AutoPopupController.getInstance(project).scheduleAutoPopup(completion.getEditor()).I would also try to call it in documentChanged, not beforeDocumentChange.
社区
IntelliJ IDEA Open API and Plugin Development
TextFieldWithAutoCompletion Not Showing Suggestions on Pasted Content: Seeking Solution
1 票
创建于
2024年08月30日 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
社区
IntelliJ IDEA Open API and Plugin Development
Lacking "com.intellij.testFramework" package after migrating to IntelliJ Gradle Plugin 2.x
2 票
已编辑于
2024年04月23日 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.
社区
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
1 票
创建于
2024年04月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
"There is no ProgressIndicator or Job in this thread" error in 2024.1
1 票
下一页
›
最后
»