Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Daniel Alexander Haak
Total activity
71
Last activity
September 23, 2022 06:28
Member since
May 31, 2021 16:33
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
16
Activity overview
Posts (16)
Comments (35)
Sort by recent activity
Recent activity
Votes
Created
June 21, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Expose plugin to headless mode
0 votes
Created
June 21, 2021 13:37
Do you happen to know where i can find documentation for this?
Community
IntelliJ IDEA Open API and Plugin Development
Expose plugin to headless mode
0 votes
Created
June 15, 2021 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 ?
Community
IntelliJ IDEA Open API and Plugin Development
Get all PSI/Virtual Files within a project
0 votes
Created
June 02, 2021 07:56
Found a working solution: in plugin.xml: <extensions defaultExtensionNs="com.intellij"> <typedHandler implementation="Package.MyKeyHandler"/></extensions> in class file: public class MyKeyHan...
Community
IntelliJ IDEA Open API and Plugin Development
Keypress Listener
0 votes
Created
June 02, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Keypress Listener
0 votes
Created
June 01, 2021 15:46
Thank you
Community
IntelliJ IDEA Open API and Plugin Development
Keypress Listener
0 votes
Created
June 01, 2021 15:25
Thanks for clarification.
Community
IntelliJ IDEA Open API and Plugin Development
Access ToggleAction state from Listener
0 votes
Created
June 01, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Access ToggleAction state from Listener
0 votes
Created
June 01, 2021 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Keypress Listener
0 votes
Created
June 01, 2021 11:01
Short update I build a workaround by using a singleton service as data storage.
Community
IntelliJ IDEA Open API and Plugin Development
Access ToggleAction state from Listener
0 votes
«
First
‹
Previous