主页
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月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
commandline call of ide disturbs FileTypeIndex?
0 票
创建于
2021年06月28日 17:28
Do you happen to have any recommendations where to find some functioning examples?
社区
IntelliJ IDEA Open API and Plugin Development
Does ProjectManager.getInstance().loadAndOpenProject(filepath); cancel headless mode
0 票
创建于
2021年06月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
commandline call of ide disturbs FileTypeIndex?
0 票
已编辑于
2021年06月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
commandline call of ide disturbs FileTypeIndex?
0 票
已编辑于
2021年06月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
commandline call of ide disturbs FileTypeIndex?
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»