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
Next
›
Last
»