主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Maksim Kolchin
活动总数
44
最后的活动
2025年01月13日 20:52
成员加入日期
2017年08月24日 11:38
关注
0 名用户
关注者数
0 名用户
投票数
9
订阅数
12
活动概览
帖子(9)
评论(14)
按最近的活动排序
最近的活动
投票数
已编辑于
2019年10月22日 07:20
The extension point is com.intellij.serviceViewController. A good example implementation is com.intellij.execution.dashboard.RunDashboardServiceViewContributor.
社区
IntelliJ IDEA Open API and Plugin Development
Show query results in the Services Tool Window
1 票
创建于
2019年09月30日 20:32
Yes, I remember about GDPR. First of all, I wanted to know technical possibilities and then think about legal implications. Thank you for the pointer! I've actually started using DeviceIdManager.ge...
社区
IntelliJ IDEA Open API and Plugin Development
How to anonymously and uniquely identify a user of a (paid) plugin?
1 票
创建于
2025年01月13日 20:52
Yann Cebron Currently, I'm developing against IU 243.21565.193. In plugin.xml, I have the following line:<searchScopesProvider implementation="com.sharedvocabs.plugins.rdfandsparql.sparql.RDFAndSPA...
社区
IntelliJ IDEA Open API and Plugin Development
Custom SearchScope is shown under a wrong SearchScopeProvider
0 票
创建于
2023年12月22日 09:20
Thanks, Yann Cebron! I'm now experimenting with ExpandableComboAction and TreePopup to achieve what I need. I see that this is how similar dropdowns are implemented today, e.g. the git branch selec...
社区
IntelliJ IDEA Open API and Plugin Development
Toolbar drop-down list (ComboBoxAction) with search over submenus
0 票
已编辑于
2023年09月25日 19:56
Okay, after more debugging, my conclusion is that MoveFilesOrDirectoriesProcessor (or any other processor which would handle the move refactoring) does not create an UndoableAction which would call...
社区
IntelliJ IDEA Open API and Plugin Development
UndoRefactoringElementListener.undoElementMovedOrRenamed is not called on undo of a file move
0 票
已编辑于
2023年09月25日 08:50
Hi Karol,I did try to debug the code before posting the question here. Unfortunately, the code is pretty complicated, I thought maybe here I get an answer earlier, because the cause may be the desi...
社区
IntelliJ IDEA Open API and Plugin Development
UndoRefactoringElementListener.undoElementMovedOrRenamed is not called on undo of a file move
0 票
创建于
2022年05月12日 18:57
I use the latest version of gradle-intelij-plugin always I switched to JUnit 5 I applied the toolchain setting to use JDK 11 I added systemProp.idea.force.use.core.classloader=true to gradle.prope...
社区
IntelliJ IDEA Open API and Plugin Development
Unit tests fail if executed all at once, starting from the 212.x version of Intellij Platform SDK
0 票
已编辑于
2022年05月10日 19:59
In the end, I was able to workaround tests, but I still don't know what has changed in 212.x. The folding and formatting tests were fixed by adding myFixture.configureByText(...), because the filet...
社区
IntelliJ IDEA Open API and Plugin Development
Unit tests fail if executed all at once, starting from the 212.x version of Intellij Platform SDK
0 票
已编辑于
2022年05月07日 09:42
Thanks for the link, Yann Cebron! How to understand the following paragraph? Always call super.tearDown() inside finally {..} block of your test class to avoid leaks and side effects from previous...
社区
IntelliJ IDEA Open API and Plugin Development
Unit tests fail if executed all at once, starting from the 212.x version of Intellij Platform SDK
0 票
创建于
2021年12月04日 20:05
Okay, I got it. I forgot that I have the ActionPromoter implemented for Ctrl+Enter. Also, I noticed that starting from the 212.x they introduced the `suppress` method in there, therefore I guess th...
社区
IntelliJ IDEA Open API and Plugin Development
Custom action for specific file type on an existing shortcut
0 票
下一页
›
最后
»