Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Fctorial
Total activity
7
Last activity
August 11, 2020 15:10
Member since
July 16, 2020 05:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
August 11, 2020 15:10
> Your plugin.xml defines <idea-version since-build="193" /> Yes, this issue came up when publishing plugin. I changed it in plugin page but not in the repo. > See also com.intellij.openapi.vfs.enc...
Community
IntelliJ IDEA Open API and Plugin Development
Can't scroll with mouse wheel in an intellij popup
0 votes
Created
August 11, 2020 13:24
I've uploaded the demo here[1] with gradle 6.4. `ZoneChooserStandalone` has a main method that'll run the standalone popup demo, and scrolling works in it as expected. [1] https://github.com/fcto...
Community
IntelliJ IDEA Open API and Plugin Development
Can't scroll with mouse wheel in an intellij popup
0 votes
Created
August 06, 2020 15:36
Yes
Community
IntelliJ IDEA Open API and Plugin Development
Can't scroll with mouse wheel in an intellij popup
0 votes
Created
July 17, 2020 14:28
I attached mousewheel listeners to every component from the `JBList` to the root and it turns out that none of the components recieve any mousewheel events when I scroll over an intellij popup.
Community
IntelliJ IDEA Open API and Plugin Development
Can't scroll with mouse wheel in an intellij popup
0 votes
Created
July 16, 2020 13:21
I tried it on `idea-IC-201.6668.121` and `idea-IU-202.6250.13`.
Community
IntelliJ IDEA Open API and Plugin Development
Can't scroll with mouse wheel in an intellij popup
0 votes