主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dr.jacky
活动总数
19
最后的活动
2024年06月02日 11:52
成员加入日期
2023年12月02日 14:02
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
8
活动概览
帖子(2)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2024年06月02日 11:52
Jakub Chrzanowski This is my proguard task: tasks.register<proguard.gradle.ProGuardTask>("proguard") { verbose() configuration("proguard-rules.pro") injars(tasks.named("instrumentedJa...
社区
IntelliJ IDEA Open API and Plugin Development
gradle-intellij-plugin didn't pack the jar generated by proguard in the zip file.
0 票
创建于
2024年01月30日 11:33
Jakub Chrzanowski In Github, should we keep the publishToken in the Secrets or Variables?
社区
IntelliJ IDEA Open API and Plugin Development
Publishing intellij plugin
0 票
创建于
2023年12月26日 09:41
This did the trick: this::class.java.classLoader.getResource("name-of-file-in-resources-folder")
社区
IntelliJ IDEA Open API and Plugin Development
Dynamic Path to a File
1 票
创建于
2023年12月21日 13:47
Considering that, I was wondering how do you run that exe (probably CLI executable) within your plugin. I have a single executable node application but I cannot run it
社区
IntelliJ IDEA Open API and Plugin Development
Looking for a way to configure the gradle to add bin/my_binary.exe inside the plugin zip file
0 票
创建于
2023年12月11日 19:21
I even used `ResourceUtil.getResource(MyRightClickAction::class.java.classLoader, ".", "testBin").path` but still returns `file:/Users/usernameee/Projectz/Myproj/build/idea-sandbox/plugins/Myproj/l...
社区
IntelliJ IDEA Open API and Plugin Development
Dynamic Path to a File
0 票
创建于
2023年12月11日 08:53
It returns the content of the file; I want the path.it's an application written in nodejs, and testBin content:#!/usr/bin/env node require('./dist/index').run();___and then I do this:runNodeScript...
社区
IntelliJ IDEA Open API and Plugin Development
Dynamic Path to a File
0 票
创建于
2023年12月07日 18:49
Yann Cebron What if the plugin is published and you want to debug the released one? (as the owner of the plugin)
社区
IntelliJ IDEA Open API and Plugin Development
How can I view plugin log messages?
0 票
已编辑于
2023年12月02日 17:12
Still getting: pemObject must not be nullPUBLISH_TOKEN="perm:Z…vv2";PRIVATE_KEY="LS…LS0t";CERTIFICATE_CHAIN="LS0t…LS0txLQ==";PRIVATE_KEY_PASSWORD="m0ypass"
社区
IntelliJ IDEA Open API and Plugin Development
Plugin signing not working pemObject must not be null
0 票
创建于
2023年12月02日 14:02
val isDevelopmentMode = System.getProperty("idea.is.internal") == "true"
社区
IntelliJ IDEA Open API and Plugin Development
Is there a away to check if my plugin is running locally?
0 票