主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yasins5896
活动总数
35
最后的活动
2024年07月26日 07:44
成员加入日期
2023年08月23日 13:37
关注
0 名用户
关注者数
0 名用户
投票数
12
订阅数
7
活动概览
帖子(7)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2024年07月23日 10:12
Thank you, Karol!
社区
IntelliJ IDEA Open API and Plugin Development
Unit Testing Custom Toolwindow
0 票
已编辑于
2024年07月22日 14:43
public class MyToolWindowTest extends BasePlatformTestCase { public void testToolWindowExistence() { //Given createMyFixture(); String[] toolWindowIDs = ToolWindowManag...
社区
IntelliJ IDEA Open API and Plugin Development
myFixture does not have ToolWindows
0 票
创建于
2024年07月15日 14:22
Thank you for your answer, Karol!
社区
IntelliJ IDEA Open API and Plugin Development
Use Spring Service in Plugin
0 票
创建于
2024年07月10日 14:35
ok. thank you!
社区
IntelliJ IDEA Open API and Plugin Development
How to write a Unit Test for Quick Documentation?
0 票
创建于
2024年07月10日 08:24
Alright. Thank you so much Karol!
社区
IntelliJ IDEA Open API and Plugin Development
How to safely access the textual presentation of an InlayHint?
0 票
创建于
2024年07月10日 08:00
For a Unit Test
社区
IntelliJ IDEA Open API and Plugin Development
How to safely access the textual presentation of an InlayHint?
0 票
已编辑于
2024年07月10日 07:45
I get the following IntelliJ when I use the getEntries() method:'getEntries()' is unstable because its signature references unstable 'com.intellij.codeInsight.hints.declarative.impl.InlayPresentati...
社区
IntelliJ IDEA Open API and Plugin Development
How to safely access the textual presentation of an InlayHint?
0 票
创建于
2023年08月29日 07:30
The files that are being moved are referenced by other files, if the checkbox is disabled, these references are not being updated and then point to the wrong location. It makes little sense for our...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possilbe to add a custom dialog for Moving Files?
0 票
创建于
2023年08月28日 14:54
I don't want to disable it, the user still has the option to deselect it. I would like to have it selected every time the dialog pops up.
社区
IntelliJ IDEA Open API and Plugin Development
Is it possilbe to add a custom dialog for Moving Files?
0 票