Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Tom L.
Total activity
32
Last activity
February 13, 2024 11:45
Member since
February 26, 2021 12:40
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
8
Activity overview
Posts (7)
Comments (16)
Sort by recent activity
Recent activity
Votes
Created
March 02, 2021 16:09
Wow, that was fixed quickly. Thank you.
Community
IntelliJ IDEA Open API and Plugin Development
EditorTabColorProvider not called at startup
2 votes
Created
December 07, 2023 13:43
What helped for me was adding the following to the action group:popup="true"But not sure if this is the official solution or just a workaround
Community
IntelliJ IDEA Open API and Plugin Development
Plugin menus collapsed since IntelliJ update
1 vote
Created
February 13, 2024 11:45
UPDATE:I think I found the problem myself. It was not directly related to the CompletionProvider but because of a PsiReferenceContributor, which returned a wrong PsiReference in getReferencesByElem...
Community
IntelliJ IDEA Open API and Plugin Development
CodeCompletion no longer working
0 votes
Created
February 13, 2024 07:02
Here is the registration in the plugin.xml:<completion.contributor language="XML" implementationClass="de.my.XmlCompletionContributor" order="first" />In the constructor of my contributor, I addede...
Community
IntelliJ IDEA Open API and Plugin Development
CodeCompletion no longer working
0 votes
Created
September 19, 2023 10:59
Thank you, that solved my problem.I had already tried it with ProgressManager but it seems my problem was, that I used ProgressManager.getInstance().getProgressIndicator()instead ofnew ProgressIndi...
Community
IntelliJ IDEA Open API and Plugin Development
IconProvider Problem in IntelliJ 2023
0 votes
Created
September 19, 2023 06:22
I uploaded a minimal example that reproduces the problem with the latest stable version 2023.2.2Upload id: 2023_09_19_23SBu73GV3gcrCBCeWwbBC (file: icontest.zip)
Community
IntelliJ IDEA Open API and Plugin Development
IconProvider Problem in IntelliJ 2023
0 votes
Created
September 18, 2023 07:49
java.lang.Throwable: Must be executed under progress indicator: com.intellij.openapi.progress.EmptyProgressIndicator@4d93b327. Please see e.g. ProgressManager.runProcess() at com.intellij.opena...
Community
IntelliJ IDEA Open API and Plugin Development
IconProvider Problem in IntelliJ 2023
0 votes
Created
August 18, 2021 16:56
It is called from a menu action. IntelliJ shows "AWT-EventQueue-0" as thread. To be really sure, I now wrapped the call into ApplicationManager.getApplication().invokeLater() but with the same effect.
Community
IntelliJ IDEA Open API and Plugin Development
Refreshing File Icons
0 votes
Created
March 17, 2021 12:57
That is the same error that I get. The structure represents a tree with several layers. This structure exists in multiple files. When querying the index, I combine the results into one tree and add...
Community
IntelliJ IDEA Open API and Plugin Development
FileBaseIndex fails to return data
0 votes
Created
March 16, 2021 18:22
I don't have any GitHub account, so I uploaded it here to the JetBrains Upload service: Upload id: 2021_03_16_76nrPkobWGG3FaYL (file: GradleIndexTest.zip) I'm not sure what you mean by "not symetri...
Community
IntelliJ IDEA Open API and Plugin Development
FileBaseIndex fails to return data
0 votes
Next
›
Last
»