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 30, 2021 08:06
in order to better debug i wrote a new appstarter implementation. @Overridepublic void main(@NotNull List<String> args) { try{ final ApplicationEx application = (ApplicationEx) Applicati...
Community
IntelliJ IDEA Open API and Plugin Development
commandline call of ide disturbs FileTypeIndex?
0 votes
Created
June 28, 2021 17:28
Do you happen to have any recommendations where to find some functioning examples?
Community
IntelliJ IDEA Open API and Plugin Development
Does ProjectManager.getInstance().loadAndOpenProject(filepath); cancel headless mode
0 votes
Created
June 28, 2021 10:20
its the exact same setup as from the anaction. Project project = ProjectUtil.openOrImport(Path.of(filepath)); Both just execute this line and directly afterwards PsiFile[] file = FilenameIndex.get...
Community
IntelliJ IDEA Open API and Plugin Development
commandline call of ide disturbs FileTypeIndex?
0 votes
Edited
June 28, 2021 10:16
if started from anaction the FileNameIndex finds two files (like expected). If the plugin is started from command line via the Appstarter impl the FileNameIndex finds 0 files. Same project both ca...
Community
IntelliJ IDEA Open API and Plugin Development
commandline call of ide disturbs FileTypeIndex?
0 votes
Edited
June 28, 2021 09:23
you mean the project structure of my plugin or the one i test my plugin on? if the first i am fairly confident that the answer is yes cause the plugin otherwise works. if you mean the later i am...
Community
IntelliJ IDEA Open API and Plugin Development
commandline call of ide disturbs FileTypeIndex?
0 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
«
First
‹
Previous
Next
›
Last
»