Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Saaf Plugin Admin
Total activity
12
Last activity
August 12, 2024 13:17
Member since
August 06, 2024 09:25
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
August 12, 2024 13:17
Thank you, that solved the problem. Guidelines you provided were helpful.
Community
IntelliJ IDEA Open API and Plugin Development
Dialog Wrapper not working
0 votes
Created
August 12, 2024 12:24
Hello, it seems that the problem is that im using this code inside scheduled code. When i put it outside the function, it works properly. I need the dialog to show automatically after period of ti...
Community
IntelliJ IDEA Open API and Plugin Development
Dialog Wrapper not working
0 votes
Created
August 06, 2024 15:04
Finally got it. It is built under different path. I saw it when i looked into build folder. Thank you for help !!
Community
IntelliJ IDEA Open API and Plugin Development
InteliJ Plugin development: Java class not found exception
0 votes
Created
August 06, 2024 14:53
Ive cloned the project anew with proper structure. Now im not sure how to add java files as another source beside Kotlin directory. Just adding the directory and files leads to same error.
Community
IntelliJ IDEA Open API and Plugin Development
InteliJ Plugin development: Java class not found exception
0 votes
Created
August 06, 2024 14:19
Also there is weird setup, I have two gradle directories now. I guess its using the top one when i try to run the runIde.
Community
IntelliJ IDEA Open API and Plugin Development
InteliJ Plugin development: Java class not found exception
0 votes
Created
August 06, 2024 14:14
Done it. Now it marks them as sources but the same error is still there. Any ideas ?
Community
IntelliJ IDEA Open API and Plugin Development
InteliJ Plugin development: Java class not found exception
0 votes
Created
August 06, 2024 09:55
Gradlew#!/bin/sh # Attempt to set APP_HOME # Resolve links: $0 may be a link app_path=$0 # Need this for daisy-chained symlinks. while APP_HOME=${app_path%"${app_path##*/}"} # leaves a tra...
Community
IntelliJ IDEA Open API and Plugin Development
InteliJ Plugin development: Java class not found exception
0 votes
Created
August 06, 2024 09:40
import org.jetbrains.changelog.Changelog import org.jetbrains.changelog.markdownToHTML import org.jetbrains.intellij.platform.gradle.Constants.Constraints import org.jetbrains.intellij.platform.gra...
Community
IntelliJ IDEA Open API and Plugin Development
InteliJ Plugin development: Java class not found exception
0 votes