Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Daniel Alexander Haak
Total activity
71
Last activity
September 23, 2022 06:28
Member since
May 31, 2021 16:33
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
16
Activity overview
Posts (16)
Comments (35)
Sort by recent activity
Recent activity
Votes
Created
September 23, 2022 06:28
Thank you can yout tell me what the exact dependency for this plugin:https://plugins.jetbrains.com/plugin/14250-javafx-runtime-for-plugins looks like in gradle because i couldnt find the gradle imp...
Community
IntelliJ IDEA Open API and Plugin Development
How to use "JavaFX Runtime for Plugins"
0 votes
Created
September 21, 2022 09:48
Ok so i found a workable solution myself. I created the Dialog as a form and simply deleted the to Buttons.
Community
IntelliJ IDEA Open API and Plugin Development
Creating dialog without ok and cancel button
0 votes
Created
August 25, 2022 07:34
Ok so I fixed the problem thanks to: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206782735-How-to-use-JPA-Hibernate-in-Plugin-?page=1#community_comment_206172985 and https://i...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin clashes with JPA Hibernate
0 votes
Created
August 12, 2022 07:27
Ok so after some debugging I figured out that the error originates in my persistance management. To establish a connection with the database i need two files: for one the persitsance.xml and an .en...
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundException in runIde gradle task
0 votes
Edited
August 10, 2022 15:08
hi thanks for the reply. how can I look up the build artifact of the 'runIde' gradle task? as for if they are bundled into the jar. I dont know i kinda hoped for that gradle would take care of t...
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundException in runIde gradle task
0 votes
Created
March 17, 2022 09:34
Thanks
Community
IntelliJ IDEA Open API and Plugin Development
Saving changes to document
0 votes
Created
September 20, 2021 12:02
plugins { id 'java' id 'org.jetbrains.intellij' version '0.7.3'}group ''version '1.01'repositories { mavenCentral()}dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-ap...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
0 votes
Created
September 20, 2021 11:57
i am using Gradle plugin 211.7628.21
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
0 votes
Created
September 20, 2021 10:58
My build.gradle has following configuration: intellij { version '2021.2.2'// type 'IU' plugins = ['JavaScriptLanguage', 'com.intellij.java', 'com.jetbrains.php:212.5284.44'] //212.5284.44...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
0 votes
Created
September 20, 2021 06:48
Hi, I wanted to ask if the problem is fixed by now. Because i get the same error message regarding JavaScriptLangauge plugin and i wanted to check if this error is new or the already known one.
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
0 votes
Next
›
Last
»