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
September 06, 2021 06:29
Thanks for clarifying
Community
IntelliJ IDEA Open API and Plugin Development
Publishing intellij plugin
0 votes
Edited
September 02, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Publishing intellij plugin
0 votes
Created
September 02, 2021 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" = "" }
Community
IntelliJ IDEA Open API and Plugin Development
Publishing intellij plugin
0 votes
Created
August 16, 2021 09:46
ok i found out why in php comments are counted as leaf elements which get not returned by .getChildren();
Community
IntelliJ IDEA Open API and Plugin Development
PSI Comment in php files
0 votes
Created
August 16, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
PSI Comment in php files
0 votes
Created
August 02, 2021 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
forcing Intellij to use Headless mode?
0 votes
Created
July 06, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
commandline call of ide disturbs FileTypeIndex?
0 votes
Created
July 05, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
commandline call of ide disturbs FileTypeIndex?
0 votes
Created
June 30, 2021 08:10
@Overridepublic void main(@NotNull List<String> args) { try{ final ApplicationEx application = (ApplicationEx) ApplicationManager.getApplication(); application.setSaveAllowed(false...
Community
IntelliJ IDEA Open API and Plugin Development
Does ProjectManager.getInstance().loadAndOpenProject(filepath); cancel headless mode
0 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
«
First
‹
Previous
Next
›
Last
»