主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Igor Maznitsa
活动总数
19
最后的活动
2022年01月19日 09:58
成员加入日期
2015年12月08日 18:10
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
6
活动概览
帖子(6)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2022年01月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to turn off translation of VK_CONTEXT_MENU key event into virtual mouse event?
0 票
创建于
2022年01月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to turn off translation of VK_CONTEXT_MENU key event into virtual mouse event?
0 票
创建于
2020年01月28日 19:49
Hello Jakub!Thank you very much for help! it works!
社区
IntelliJ IDEA Open API and Plugin Development
Support of non-text editor in Scratches
0 票
创建于
2016年12月08日 14:16
Thank you very much, I will investigate the situation and improve the lexer
社区
IntelliJ IDEA Open API and Plugin Development
Document text change and PSIParser AssertionError in IDEA 14
0 票
已编辑于
2016年12月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Document text change and PSIParser AssertionError in IDEA 14
0 票