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 ...