Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sergei Tachenov
Total activity
8
Last activity
November 14, 2024 13:21
Member since
November 15, 2023 07:30
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (0)
Comments (5)
Sergei Tachenov
commented,
November 14, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
IllegalStateException: StructureTreeModel is used from unexpected thread
0 votes
Sergei Tachenov
commented,
October 10, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Get all available tool window IDs, including tool windows hidden in the "..." menu (new UI)
0 votes
Sergei Tachenov
commented,
October 10, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Get all available tool window IDs, including tool windows hidden in the "..." menu (new UI)
0 votes
Sergei Tachenov
commented,
October 09, 2024 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?
Community
IntelliJ IDEA Open API and Plugin Development
Get all available tool window IDs, including tool windows hidden in the "..." menu (new UI)
0 votes
Sergei Tachenov
commented,
November 15, 2023 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...
Community
IntelliJ IDEA Users
How to make UI changes globally, not just per-project
1 vote