Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Igor Maznitsa
Total activity
19
Last activity
January 19, 2022 09:58
Member since
December 08, 2015 18:10
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
6
Activity overview
Posts (6)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
January 19, 2022 09:58
I use DocumentEditor which returns JBPanel which contains JScrollPane with my SWING based component. The problem is that for VK_CONTEXT_MENU press I get formed mouse event with popup trigger flag i...
Community
IntelliJ IDEA Open API and Plugin Development
How to turn off translation of VK_CONTEXT_MENU key event into virtual mouse event?
0 votes
Created
January 14, 2022 00:12
I still have not found how to disable the event translation but found how to provide correct point for context menu @Overridepublic Object getData(@String s) { if (PlatformDataKeys.CONTEXT_MENU_P...
Community
IntelliJ IDEA Open API and Plugin Development
How to turn off translation of VK_CONTEXT_MENU key event into virtual mouse event?
0 votes
Created
January 28, 2020 19:49
Hello Jakub!Thank you very much for help! it works!
Community
IntelliJ IDEA Open API and Plugin Development
Support of non-text editor in Scratches
0 votes
Created
December 08, 2016 14:16
Thank you very much, I will investigate the situation and improve the lexer
Community
IntelliJ IDEA Open API and Plugin Development
Document text change and PSIParser AssertionError in IDEA 14
0 votes
Edited
December 08, 2016 12:57
I made such extra-coding in attempt to fix the error because decided that something was non-synchronized one on lower level of the platform I have removed all extra code and now I make change throu...
Community
IntelliJ IDEA Open API and Plugin Development
Document text change and PSIParser AssertionError in IDEA 14
0 votes