Nikolay
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 3
-
-
-
-
Nikolay 进行了评论, -
Nikolay 创建了一个帖子, 已回答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... -
Nikolay 创建了一个帖子, 已回答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... -
-
Nikolay 创建了一个帖子, 已回答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...