Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Antwan van der Mooren
Total activity
8
Last activity
May 27, 2024 09:45
Member since
May 14, 2024 18:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
May 27, 2024 09:45
Hi Karol,Did you find any time to look at the layout issue? Because the application doesn't render as expected, I feel I'm missing something important in the foundation which is blocking me moving ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin setup title and layout issues in toolWindow
0 votes
Created
May 17, 2024 12:33
Hi Karol,Thank you very much, the title issue is fixed! Finally!However, the layout issue remains. It still doesn't get the right layout, only the items added after an event get the right layout. A...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin setup title and layout issues in toolWindow
0 votes
Edited
May 16, 2024 12:40
Hi,I'm a little confused (first plugin I'm building) on your question. But this repository contains the code and you can reproduce the issues. You should be able to clone the project and run it imm...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin setup title and layout issues in toolWindow
0 votes
Created
May 16, 2024 09:03
Hi Karol Lewandowski I uploaded the test project (which also has the title issue) to a temporary repository: antwanvdm/phpstorm-plugin-test (github.com)I'm searching for a way to share the other fu...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin setup title and layout issues in toolWindow
0 votes
Edited
May 15, 2024 12:46
I even created a clean new project and tested it with just this code:class TempWindowFactory: ToolWindowFactory { override fun createToolWindowContent(project: Project, toolWindow: ToolWindow) {...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin setup title and layout issues in toolWindow
0 votes
Created
May 15, 2024 07:11
Hi Jeannette9728miller Thank you for your reply!I actually tried to remove all other code and just set the title, still no result. And indeed all documentation and help points to the same solution ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin setup title and layout issues in toolWindow
0 votes