Daniel Alexander Haak
- 活动总数 71
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 16
-
-
Daniel Alexander Haak 创建了一个帖子, 已回答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... -
Daniel Alexander Haak 进行了评论, -
Daniel Alexander Haak 创建了一个帖子, 已回答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 ... -
Daniel Alexander Haak 创建了一个帖子, 已回答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, ... -
-
Daniel Alexander Haak 创建了一个帖子, 已回答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... -
-
-
Daniel Alexander Haak 创建了一个帖子, 已回答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(":...