Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexey Kudravtsev
Total activity
71
Last activity
October 28, 2024 15:10
Member since
May 26, 2020 16:46
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
23
Activity overview
Articles (0)
Posts (0)
Comments (48)
Sort by recent activity
Recent activity
Votes
Created
October 28, 2024 15:10
No, we don't have an API for that. You can use LineMarkerProvider for drawing custom icons next to the lines you want though
Community
IntelliJ IDEA Open API and Plugin Development
Implementing custom Inspections Widgets
0 votes
Created
October 15, 2024 10:23
could you please attach the screenshot of what you have and what do you want to achieve? UNfortunately I don't see any tooltips in my Problems window
Community
IntelliJ IDEA Open API and Plugin Development
How to use "Group by Inspection" for problems that are created by an annotation?
0 votes
Created
September 30, 2024 11:53
Hello. WolfTheProblemSolver is an internal class which paints errors in some places, e.g editor tabs or project view. It's not intended for obtaining errors. Errors and warnings are stored in the d...
Community
IntelliJ IDEA Open API and Plugin Development
Need yellow "warning" squiggly underline for tab title, using WolfTheProblemSolver for errors
0 votes
Created
September 25, 2024 12:13
So you want to highlight a Kotlin file from the unloaded module? The inspections/annotators/line markers are disabled for these files. The only possibility I can think of is to register your own Hi...
Community
IntelliJ IDEA Open API and Plugin Development
How to apply a LineMarkerProviderDescriptor to a kotlin file outside of synced project modules?
0 votes
Created
September 24, 2024 12:29
did the EditorCustomElementRenderer#getContextMenuGroup popup show in the correct position?
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Created
September 24, 2024 11:58
>How is my idea inconsistent with inlay hint UI? Sorry, I might have misunderstood, I thought you was not happy that inlay hint “is not a context menu, it's a left-click action”, and wanted popup t...
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Created
September 24, 2024 11:14
>This is not a context menuno, it's not. Inlay UI does differ from the Alt-Enter quick fix UI, it's true. But when you choose inaly hints for your UI, it should be consistent with inlay hints UI.Al...
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Created
September 24, 2024 10:33
Hello. Indeed, Kotlin files are not highlighted if outside the project source roots, because they require project structure knowledge (dependent modules, set up sdks, etc) to be highlightable. XML ...
Community
IntelliJ IDEA Open API and Plugin Development
How to apply a LineMarkerProviderDescriptor to a kotlin file outside of synced project modules?
0 votes
Created
September 23, 2024 15:30
please use Inlay#getRenderer()#getContextMenuGroup
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Edited
September 23, 2024 14:02
>A user interface where someone clicks and that opens a context menu somewhere else doesn't make sense to me. It would also show quick fixes for any other inspections at that position, not just the...
Community
IntelliJ IDEA Open API and Plugin Development
Showing available intentions for a highlight in a popup at a custom position
0 votes
Next
›
Last
»