Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dr.jacky
Total activity
19
Last activity
June 02, 2024 11:52
Member since
December 02, 2023 14:02
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
8
Activity overview
Posts (2)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
June 02, 2024 11:52
Jakub Chrzanowski This is my proguard task: tasks.register<proguard.gradle.ProGuardTask>("proguard") { verbose() configuration("proguard-rules.pro") injars(tasks.named("instrumentedJa...
Community
IntelliJ IDEA Open API and Plugin Development
gradle-intellij-plugin didn't pack the jar generated by proguard in the zip file.
0 votes
Created
January 30, 2024 11:33
Jakub Chrzanowski In Github, should we keep the publishToken in the Secrets or Variables?
Community
IntelliJ IDEA Open API and Plugin Development
Publishing intellij plugin
0 votes
Created
December 26, 2023 09:41
This did the trick: this::class.java.classLoader.getResource("name-of-file-in-resources-folder")
Community
IntelliJ IDEA Open API and Plugin Development
Dynamic Path to a File
1 vote
Created
December 21, 2023 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
Community
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 votes
Created
December 11, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Dynamic Path to a File
0 votes
Created
December 11, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Dynamic Path to a File
0 votes
Created
December 07, 2023 18:49
Yann Cebron What if the plugin is published and you want to debug the released one? (as the owner of the plugin)
Community
IntelliJ IDEA Open API and Plugin Development
How can I view plugin log messages?
0 votes
Edited
December 02, 2023 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"
Community
IntelliJ IDEA Open API and Plugin Development
Plugin signing not working pemObject must not be null
0 votes
Created
December 02, 2023 14:02
val isDevelopmentMode = System.getProperty("idea.is.internal") == "true"
Community
IntelliJ IDEA Open API and Plugin Development
Is there a away to check if my plugin is running locally?
0 votes