Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jezz Santos
Total activity
10
Last activity
June 22, 2023 21:55
Member since
September 13, 2022 01:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (4)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
May 08, 2023 22:46
Yann Cebron A little further investigation (into PopupMenuHandler) yielded this approach. Does it look like a reasonable approach? myTree.addMouseListener(new MouseListener() { @Override...
Community
IntelliJ IDEA Open API and Plugin Development
Mouse and Keyboard support for Actions in Tree
0 votes
Edited
May 08, 2023 22:11
Thanks Yann Cebron,I looked at that API, and decided it is not what I need.My custom `Tree` is not file based. Instead, I want to learn about the best practices for defining and managing a set of `...
Community
IntelliJ IDEA Open API and Plugin Development
Mouse and Keyboard support for Actions in Tree
0 votes