主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Saaf Plugin Admin
活动总数
12
最后的活动
2024年08月12日 13:17
成员加入日期
2024年08月06日 09:25
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2024年08月12日 13:17
Thank you, that solved the problem. Guidelines you provided were helpful.
社区
IntelliJ IDEA Open API and Plugin Development
Dialog Wrapper not working
0 票
创建于
2024年08月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Dialog Wrapper not working
0 票
创建于
2024年08月06日 15:04
Finally got it. It is built under different path. I saw it when i looked into build folder. Thank you for help !!
社区
IntelliJ IDEA Open API and Plugin Development
InteliJ Plugin development: Java class not found exception
0 票
创建于
2024年08月06日 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.
社区
IntelliJ IDEA Open API and Plugin Development
InteliJ Plugin development: Java class not found exception
0 票
创建于
2024年08月06日 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.
社区
IntelliJ IDEA Open API and Plugin Development
InteliJ Plugin development: Java class not found exception
0 票
创建于
2024年08月06日 14:14
Done it. Now it marks them as sources but the same error is still there. Any ideas ?
社区
IntelliJ IDEA Open API and Plugin Development
InteliJ Plugin development: Java class not found exception
0 票
创建于
2024年08月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
InteliJ Plugin development: Java class not found exception
0 票
创建于
2024年08月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
InteliJ Plugin development: Java class not found exception
0 票