Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Nikolay
Total activity
13
Last activity
July 16, 2021 08:29
Member since
July 16, 2020 12:27
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
3
Activity overview
Posts (3)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
July 16, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Kotlin DSL UI: scroll pane takes wrong height of MemberSelectionTable
0 votes
Edited
July 15, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Kotlin DSL UI: scroll pane takes wrong height of MemberSelectionTable
0 votes
Created
June 25, 2021 12:49
It's com.intellij.refactoring.ui.MemberSelectionTable and it extends AbstractMemberSelectionTable<PsiMember, MemberInfo>
Community
IntelliJ IDEA Open API and Plugin Development
Kotlin DSL UI: scroll pane takes wrong height of MemberSelectionTable
0 votes
Created
September 14, 2020 13:40
It helps, thanks!
Community
IntelliJ IDEA Open API and Plugin Development
How to add import with asterisk using PSI and optimize them later?
0 votes
Created
July 16, 2020 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!
Community
IntelliJ IDEA Open API and Plugin Development
Extending Coverage functionality
0 votes