Nikolay
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Created Kotlin DSL UI: scroll pane takes wrong height of MemberSelectionTable
AnsweredI'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... -
Created How to add import with asterisk using PSI and optimize them later?
AnsweredI 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... -
Created Extending Coverage functionality
AnsweredIs 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...