主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sergei Tachenov
活动总数
8
最后的活动
2024年11月14日 13:21
成员加入日期
2023年11月15日 07:30
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(0)
评论(5)
Sergei Tachenov
进行了评论,
2024年11月14日 13:21
It seems that you're trying to use a StructureTreeModel directly on a Tree. This is not supported in most cases, as StructureTreeModel is typically slow and involves background operations prohibite...
社区
IntelliJ IDEA Open API and Plugin Development
IllegalStateException: StructureTreeModel is used from unexpected thread
0 票
Sergei Tachenov
进行了评论,
2024年10月10日 14:24
Oh, yes, those windows are a bit tricky. They're on-demand dynamic windows, created when you have something to fill them with (like when starting a run configuration or invoking one of the hierarch...
社区
IntelliJ IDEA Open API and Plugin Development
Get all available tool window IDs, including tool windows hidden in the "..." menu (new UI)
0 票
Sergei Tachenov
进行了评论,
2024年10月10日 06:51
Hmm… It doesn't for me. I've just tried activating the Bookmarks tool window, the `toolWindowId` property of its corresponding activate action is `Bookmarks` and the tool window manager returns a v...
社区
IntelliJ IDEA Open API and Plugin Development
Get all available tool window IDs, including tool windows hidden in the "..." menu (new UI)
0 票
Sergei Tachenov
进行了评论,
2024年10月09日 14:38
Have you tried retrieving the tool window from the tool window manager (`ToolWindowManager.getInstance(project).getToolWindow(toolWindowId)`) and calling `activate(null)` on the returned tool window?
社区
IntelliJ IDEA Open API and Plugin Development
Get all available tool window IDs, including tool windows hidden in the "..." menu (new UI)
0 票
Sergei Tachenov
进行了评论,
2023年11月15日 07:30
Looks like a bug to me. I've just ran into the same issue when trying the same thing. There's a workaround, though: if you somehow change the state of the tool window (e.g. just show and hide it) b...
社区
IntelliJ IDEA Users
How to make UI changes globally, not just per-project
1 票