Daniel Alexander Haak
- Total activity 71
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 16
-
-
Daniel Alexander Haak created a post, AnsweredHow 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... -
Daniel Alexander Haak commented, -
Daniel Alexander Haak created a post, AnsweredCreating 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 ... -
Daniel Alexander Haak created a post, AnsweredJPA 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, ... -
-
Daniel Alexander Haak created a post, AnsweredIntellij 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... -
-
-
Daniel Alexander Haak created a post, AnsweredNoClassDefFoundException 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(":...