主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Nikolay
活动总数
13
最后的活动
2021年07月16日 08:29
成员加入日期
2020年07月16日 12:27
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
3
活动概览
帖子(3)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2021年07月16日 08:29
Thanks! setVisibleRowCount doesn't work as expected, looks like header height still not used in calculation. I will use workaround with preferredScrollableViewportSize and calculate height with hea...
社区
IntelliJ IDEA Open API and Plugin Development
Kotlin DSL UI: scroll pane takes wrong height of MemberSelectionTable
0 票
已编辑于
2021年07月15日 13:21
In your case members count is high enough to add scroll anyway. If you limit it, for instance, to 4: var count = 0val storage = MemberInfoStorage(clazz) { count++ < 4} you will see that only 3 m...
社区
IntelliJ IDEA Open API and Plugin Development
Kotlin DSL UI: scroll pane takes wrong height of MemberSelectionTable
0 票
创建于
2021年06月25日 12:49
It's com.intellij.refactoring.ui.MemberSelectionTable and it extends AbstractMemberSelectionTable<PsiMember, MemberInfo>
社区
IntelliJ IDEA Open API and Plugin Development
Kotlin DSL UI: scroll pane takes wrong height of MemberSelectionTable
0 票
创建于
2020年09月14日 13:40
It helps, thanks!
社区
IntelliJ IDEA Open API and Plugin Development
How to add import with asterisk using PSI and optimize them later?
0 票
创建于
2020年07月16日 13:36
Hi Yann, I've created https://youtrack.jetbrains.com/issue/IDEA-246036, could you please check if it's understandable and fits feature request rules? Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Extending Coverage functionality
0 票