主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Daniel Alexander Haak
活动总数
71
最后的活动
2022年09月23日 06:28
成员加入日期
2021年05月31日 16:33
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
16
活动概览
帖子(16)
评论(35)
按投票数排序
最近的活动
投票数
创建于
2021年06月21日 14:01
basically an different PSI miner than the one introduced in the linked paper ( https://arxiv.org/pdf/2103.12778.pdf ). I want an plugin that runs in headless mode. Then the plugin can be called vi...
社区
IntelliJ IDEA Open API and Plugin Development
Expose plugin to headless mode
0 票
创建于
2021年06月21日 13:37
Do you happen to know where i can find documentation for this?
社区
IntelliJ IDEA Open API and Plugin Development
Expose plugin to headless mode
0 票
创建于
2021年06月15日 06:40
Hi, thanks for your answer and as it seems this should work. But I don't know how to get the LanguageFileType. Can you tell me how I can get instances of the LanguageFileType for at least java ?
社区
IntelliJ IDEA Open API and Plugin Development
Get all PSI/Virtual Files within a project
0 票
创建于
2021年06月02日 07:56
Found a working solution: in plugin.xml: <extensions defaultExtensionNs="com.intellij"> <typedHandler implementation="Package.MyKeyHandler"/></extensions> in class file: public class MyKeyHan...
社区
IntelliJ IDEA Open API and Plugin Development
Keypress Listener
0 票
创建于
2021年06月02日 07:44
Do you by any chance also know how I can add functionality to the execute method without overwriting the already existing functionality. My problem is that when I can't get hold of the default 'typ...
社区
IntelliJ IDEA Open API and Plugin Development
Keypress Listener
0 票
创建于
2021年06月01日 15:46
Thank you
社区
IntelliJ IDEA Open API and Plugin Development
Keypress Listener
0 票
创建于
2021年06月01日 15:25
Thanks for clarification.
社区
IntelliJ IDEA Open API and Plugin Development
Access ToggleAction state from Listener
0 票
创建于
2021年06月01日 15:20
Thanks for the response. As it turns out my little workaround works better in my scenario than the originally thought after solution. However because I have to stick to intellij plugins at least fo...
社区
IntelliJ IDEA Open API and Plugin Development
Access ToggleAction state from Listener
0 票
创建于
2021年06月01日 15:17
Hi Thanks for response. I want to track if any key was pressed each time a key is pressed. So say if a programmer within his project types "aaaa" I want four events each stating (at least) that a ...
社区
IntelliJ IDEA Open API and Plugin Development
Keypress Listener
0 票
创建于
2021年06月01日 11:01
Short update I build a workaround by using a singleton service as data storage.
社区
IntelliJ IDEA Open API and Plugin Development
Access ToggleAction state from Listener
0 票
«
第一页
‹
上一页