Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Daniel Alexander Haak
Follow
New posts
New posts and comments
Total activity
55
Last activity
April 21, 2022 07:37
Member since
May 31, 2021 16:33
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
12
Activity overview
Posts (11)
Comments (30)
Sort by recent activity
Recent activity
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
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 19:48
Thx very much. can this also be started in debug version?
Community
IntelliJ IDEA Open API and Plugin Development
Expose plugin to headless mode
1 vote
«
‹
1
2
3
›
»