Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Roman Ivanov
Follow
New articles and posts
New articles, posts, and comments
Total activity
8
Last activity
December 12, 2022 16:44
Member since
October 15, 2019 11:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Articles (0)
Posts (0)
Comments (4)
Roman Ivanov
commented,
December 12, 2022 16:44
Hello!It is possible to achieve what you want using flags: val flags = WithAttributesPresentation.AttributesFlags() flags.isDefault = true val errorTextPresentation = WithAttributesPresentatio...
Community
IntelliJ IDEA Open API and Plugin Development
Inlay Hint using WithAttributesPresentation disables OnHoverPresentation
1 vote
Roman Ivanov
commented,
May 11, 2022 12:07
Unfortunately, there is no way for now to modify records. You may create the whole file with record using `PsiFileFactory` as, for example, it is done in `com.intellij.codeInspection.classCanBeReco...
Community
IntelliJ IDEA Open API and Plugin Development
Creating a record from PsiClass/PsiRecordHeader/PsiRecordComponent
0 votes
Roman Ivanov
commented,
June 10, 2021 15:47
Hi! I suppose that you have implemented `LocalInspectionTool`. In this case it works as expected: it works only with files currently opened in the editor and executed after each change of the file....
Community
IntelliJ IDEA Open API and Plugin Development
Project Errors Tab is not visible in Problems Pane
0 votes
Roman Ivanov
commented,
October 15, 2019 11:53
Hello!Yes, it is indeed bug, as we actually didn't use this presentation in our codebase, it wasn't properly tested. I'll do a fix today.As a workaround for now you can create your own IconPresenta...
Community
IntelliJ IDEA Open API and Plugin Development
Icon rendered in Inlay not transparent
0 votes