Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Bradan
Follow
New posts
New posts and comments
Total activity
17
Last activity
August 20, 2020 15:26
Member since
January 19, 2020 16:14
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (4)
Comments (7)
Sort by votes
Recent activity
Votes
Created
August 20, 2020 15:26
You can always use the UI Inspector to get more information: https://jetbrains.org/intellij/sdk/docs/reference_guide/internal_actions/internal_ui_inspector.html There I've found the word "CloudConf...
Community
IntelliJ IDEA Open API and Plugin Development
what class implements the sync settings widget?
0 votes
Edited
May 26, 2020 05:18
Hello Jakub, Thank you for your answer. Unfortunately thats not what I need. There might be "random" intermediate elements which should not be shown inside the structure view. They are not to be ...
Community
IntelliJ IDEA Open API and Plugin Development
PsiTreeUtil findChildrenOfAnyType but don't go deeper
0 votes
Edited
May 25, 2020 17:18
Thank you for your response and sorry for my late one. In the mean time I've tried to come up with a solution that fits all IDEs, however it would be nice if someone more experienced inside the sou...
Community
IntelliJ IDEA Open API and Plugin Development
IDEA independent building?
0 votes
Edited
April 08, 2020 18:27
Sorry for digging this out again, however there hasn't been any solution and my problem is exactly the same. I'm truly puzzled about this. Did you find any solution to this? How do we link the <Wha...
Community
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 votes
Created
March 07, 2020 07:56
Okay I found out that you need to implement the FileStructureGroupRuleProvider and register it inside the plugin.xml like this: <fileStructureGroupRuleProvider implementation="...YourFileStructureG...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language - Find Usages: File structure not showing
0 votes
Created
February 04, 2020 10:50
No, but I tried it now and it only changes several displayed texts, depending on the second argument passed to the ElementDescriptionProvider. It does not change the file's structure inside the fin...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language - Find Usages: File structure not showing
0 votes
Edited
January 29, 2020 17:39
Thank you for your answer. I cannot share it right now and I would need some weeks to audit every single bit of it before uploading. Is there no general hint on where to look or at least some kind ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language - Find Usages: File structure not showing
0 votes