主页
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年08月02日 06:33
Additional note: meanwhile I tested further and discovered that the gui only starts in a Windows environment. When run in Linux the headless mode executes as expected. Is this already known or a ...
社区
IntelliJ IDEA Open API and Plugin Development
forcing Intellij to use Headless mode?
0 票
创建于
2021年07月06日 12:40
As add on to my last comment here is a possible solution to avoid said problem try (Stream<Path> walk = Files.walk(Paths.get(project.getBasePath()))) { pathList = walk.filter(Files::isRegular...
社区
IntelliJ IDEA Open API and Plugin Development
commandline call of ide disturbs FileTypeIndex?
0 票
创建于
2021年07月05日 17:34
Ok for everyone interested i eventually figured out what goes wrong tho I have no clue of how to workaround it. I guess here the Jetbrains is asked to correct their environment behaviour. The prev...
社区
IntelliJ IDEA Open API and Plugin Development
commandline call of ide disturbs FileTypeIndex?
0 票
创建于
2021年06月30日 08:10
@Overridepublic void main(@NotNull List<String> args) { try{ final ApplicationEx application = (ApplicationEx) ApplicationManager.getApplication(); application.setSaveAllowed(false...
社区
IntelliJ IDEA Open API and Plugin Development
Does ProjectManager.getInstance().loadAndOpenProject(filepath); cancel headless mode
0 票
创建于
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日 19:48
Thx very much. can this also be started in debug version?
社区
IntelliJ IDEA Open API and Plugin Development
Expose plugin to headless mode
1 票
«
第一页
‹
上一页
下一页
›
最后
»