主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jakub Chrzanowski
活动总数
1394
最后的活动
2025年04月24日 07:29
成员加入日期
2020年01月22日 06:34
关注
0 名用户
关注者数
1 名用户
投票数
8
订阅数
571
活动概览
文章(0)
帖子(0)
评论(815)
按最近的活动排序
最近的活动
投票数
创建于
2020年09月27日 14:30
Cristóbal, documentation states about an invisible progress, not process. Your snippet is correct, but you have to be aware that Consume API task will still show up in the current running tasks on ...
社区
IntelliJ IDEA Open API and Plugin Development
How to create a background invisible process?
1 票
创建于
2020年09月09日 18:33
I've already posted above the working examples, but if you want more - please go through the intellij-community repository.
社区
IntelliJ IDEA Open API and Plugin Development
Listeners declared in plugin.xml not working
2 票
已编辑于
2020年09月09日 15:49
EditorMouseListener is supposed to be registered not as a project/application listener, but editorFactoryMouseListener Extension Point: <extensions defaultExtensionNs="com.intellij"> <editorFact...
社区
IntelliJ IDEA Open API and Plugin Development
Listeners declared in plugin.xml not working
2 票
创建于
2020年08月20日 07:58
Sergey, Looks like you didn't add the dependency to the java module. Please check the Modules Specific to Functionality section. You need to add java to the plugins: intellij { plugins = ['java']}...
社区
IntelliJ IDEA Open API and Plugin Development
Issues with dependencies in Gradle plugin-project
1 票
创建于
2020年08月10日 09:23
Keep in mind that you still can enhance your contains filter for better results.
社区
IntelliJ IDEA Open API and Plugin Development
Find all PsiClasses in Project?
1 票
创建于
2020年07月29日 06:58
Thanks for letting us know. We're working on that, stay tuned.
社区
IntelliJ IDEA Open API and Plugin Development
Out of the blue, 283 (!) "Failed to read class" compatibility problems with IU-202.6397.9
1 票
创建于
2020年07月28日 04:06
You can register the ToolWindowManagerListener listener and implement the stateChanged method, which may check: ToolWindowManager.getInstance(project).getToolWindow(TOOL_WINDOW_ID).isActive Keep in...
社区
IntelliJ IDEA Plugin Users
ToolWindow open close callback.
1 票
已编辑于
2020年07月27日 10:33
What about the following syntax: tasks.withType<Jar> { duplicatesStrategy = DuplicatesStrategy.INCLUDE} You may find more details in the Configuring tasks section in the Gradle Docs.
社区
IntelliJ IDEA Open API and Plugin Development
Kotlin: Getting "Copying or archiving duplicate paths..." deprecation warnings when building plugin
1 票
创建于
2020年07月27日 10:16
Shai, LATEST-EAP-SNAPSHOT contains always the latest build available - starting with RC build, isEap flag is set to false.
社区
IntelliJ IDEA Open API and Plugin Development
ApplicationManager.getApplication().isEAP() returns false in latest EAP
1 票
创建于
2020年07月27日 04:49
Do you have the following dependency set in your plugin.xml? <depends>com.intellij.modules.java</depends>
社区
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError with "psiMethod"
1 票
«
第一页
‹
上一页
下一页
›
最后
»