Nikolay
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
-
-
-
Nikolay commented, -
Nikolay created a post, AnsweredKotlin DSL UI: scroll pane takes wrong height of MemberSelectionTable
I'm trying to add members selection to my form, let's take simplest one: val table = MemberSelectionTable(members, null)panel { row { scrollPane(table) }} Unfortunately, scroll pane he... -
Nikolay created a post, AnsweredHow to add import with asterisk using PSI and optimize them later?
I want to add imports with asterisk, normal and static,using PSI from my plugin.Then I want IDEA to optimize imports according to user code style - perhaps, it shall replace asterisk imports with c... -
-
Nikolay created a post, AnsweredExtending Coverage functionality
Is there any way to add my own actions to coverage related menu, which appears on gutter red/green line? I see that CoverageLineMarkerRenderer constructs it in com.intellij.coverage.CoverageLineMar...