Nikolay
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 3
-
创建于 Kotlin 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... -
创建于 How 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... -
创建于 Extending 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...