Daniel Alexander Haak

- 活动总数 71
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 16
-
创建于 How to use "JavaFX Runtime for Plugins"
已回答Hello everybody, I want to write an dialog for a plugin. For this I want to use the "JavaFX Runtime for Plugins" Plugin. I added the " <depends>com.intellij.javafx</depends> to my plugin.xml but I... -
创建于 Creating dialog without ok and cancel button
已回答Hello, is it possible to create a dialog without the "ok" and "cancel" button? Them not being disabled but not there at all. If now is there another option to create a free floating window where ... -
创建于 JPA Hibernate saving an Entity doesn't work in Intellij Plugin
已回答Hello, I wrote a Library that utilizes JPA with a Hibernate distribution. Within that Library there is an Entity Class using a Key Class as Identifier. The Key Class consists of two Strings (uuid, ... -
创建于 Intellij Plugin clashes with JPA Hibernate
已回答Hello, I build a little plugin for Intellij that also utilizes JPA with the Hibernate distribution. Unfortunaly the plugin isn't able to connect to a database. Every time i run the code of my DBC... -
创建于 NoClassDefFoundException in runIde gradle task
已回答Hi Everybody, I wrote an Intellij Ide plugin and added several classes as dependency to the project: build.gradle: dependencies { implementation project(":model") implementation project(":... -
创建于 System.out.println() in Intellij Plugin
已回答Hello Everyone, I have a bug in an Intellij plugin i have written, that only occurs if the plugin is installed (as opposed to running the plugin in debugger). So I need any means of debugging the ... -
创建于 Saving changes to document
已回答Hello, I am currently writing a plugin. In this plugin i analyse files in Intellij and additionally with external code. Every time i change a file within intellij the changes get cached and the fi... -
创建于 Publishing intellij plugin
已回答So i wrote my plugin and now want to publish it in the market place, https://plugins.jetbrains.com/docs/intellij/deployment.html this article helps a lot however there are two things that aren't ... -
已编辑于 PSI Comment in php files
已回答Hello everyone, i have a function iterating over a psifile and getting all child nodes of said file. If the psi file is a php.file the function excludes all comments in the file. Does anybody kno... -
创建于 forcing Intellij to use Headless mode?
已回答Hello I am writing an idea plugin that also overwrites the Appstarter extension in order to run as command line app. I want it to run in Headless mode but whatever iI do it keeps opening the gui. ...