主页
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年09月20日 06:48
Hi, I wanted to ask if the problem is fixed by now. Because i get the same error message regarding JavaScriptLangauge plugin and i wanted to check if this error is new or the already known one.
社区
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
0 票
创建于
2021年09月06日 06:29
Thanks for clarifying
社区
IntelliJ IDEA Open API and Plugin Development
Publishing intellij plugin
0 票
已编辑于
2021年09月02日 10:36
ok i created a gradle.properties file in my main directory and filled it with token=<token_value> also i chose to follow the route that i give the token as argument in the gradle task config rathe...
社区
IntelliJ IDEA Open API and Plugin Development
Publishing intellij plugin
0 票
创建于
2021年09月02日 10:07
hello thanks for the reply. 1) do you have a link where i can se an example on how to do it? 2) so it would look like : "task{ "EnvironmentVariableName" = "" }
社区
IntelliJ IDEA Open API and Plugin Development
Publishing intellij plugin
0 票
创建于
2021年08月16日 09:46
ok i found out why in php comments are counted as leaf elements which get not returned by .getChildren();
社区
IntelliJ IDEA Open API and Plugin Development
PSI Comment in php files
0 票
创建于
2021年08月16日 09:22
in the psi viewer they are i also now use PsiTreeUtil.findChildrenof an this works fine however my original code still has the same issue private List<PsiElement> getAllNodes (List<PsiEl...
社区
IntelliJ IDEA Open API and Plugin Development
PSI Comment in php files
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»