Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
AskMeAgain
Follow
New posts
New posts and comments
Total activity
56
Last activity
January 10, 2023 16:07
Member since
October 17, 2021 08:58
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
19
Activity overview
Posts (17)
Comments (16)
Sort by recent activity
Recent activity
Votes
Edited
December 20, 2022 20:48
Maybe this wasnt clear, but i want to upload my plugin to the intellij market place. When i upload it, the plugin verifier is telling me that "feign" package is missing. My plugin got rejected by a...
Community
IntelliJ IDEA Open API and Plugin Development
PluginVerifier doesnt find package
0 votes
Created
December 20, 2022 17:09
I created this gradle task to copy the jars over: task copyDependencies { doLast { sourceSets.main.runtimeClasspath.each { file -> if (file.toString().endsWith(".jar")) { ...
Community
IntelliJ IDEA Open API and Plugin Development
PluginVerifier doesnt find package
0 votes
Created
December 12, 2022 18:23
If i dont call reload, the node is not appearing in the UI. I even used TreeUtils.insertNode, but it still is not appearing in the UI
Community
IntelliJ IDEA Open API and Plugin Development
How to insert a node into a Tree without reloading everything?
0 votes
Created
December 01, 2022 16:37
I found the solution: get the colorscheme, change it and then reapply it: var colorsScheme = left.getColorsScheme();colorsScheme.setAttributes(EditorColors.FOLDED_TEXT_ATTRIBUTES, new TextAttribute...
Community
IntelliJ IDEA Open API and Plugin Development
How to color code folds created via code?
0 votes
Created
December 01, 2022 16:09
Hi, i have created a fold reagion, but this fold region is not colored in any way. I went into the settings and chose really bright colors, but its still not working: If this helps, i added fold...
Community
IntelliJ IDEA Open API and Plugin Development
How to color code folds created via code?
0 votes
Created
October 29, 2022 13:28
Hi, sorry for the late answer, yes you are correct that it works when running the plugin in "prod mode" via runIde gradle task. In my tests this is resolved to Object. Do you know why this is not w...
Community
IntelliJ IDEA Open API and Plugin Development
Returntype of PsiMethodCallExpression is Object
0 votes
Created
October 20, 2022 10:38
Push. Anyone has an idea?
Community
IntelliJ IDEA Open API and Plugin Development
Returntype of PsiMethodCallExpression is Object
0 votes
Edited
August 29, 2022 04:46
hi guys i found the solution to our problem. The hint was in the "signPlugin" example. In the example the priv key was displayed like this: -----BEGIN RSA PRIVATE KEY----- But if you just create ...
Community
IntelliJ IDEA Open API and Plugin Development
Signing Plugin always throws NullPointerException: pemObject must not be null
0 votes
Created
August 20, 2022 17:21
Thanks for the answer this helped! :) I found now one extension point, which i would like to override. Is something like this possible? <tasks.contextProvider implementation="com.intellij.tasks.c...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to extend/change current gui windows?
0 votes
Edited
June 07, 2022 13:23
Thanks for the tip, this is super close to what i want. I wonder if it is possible to specify the FontWeight (eg make something bold or italic) while keeping the color of the textrange. EDIT: to...
Community
IntelliJ IDEA Open API and Plugin Development
Change font weight of the first specific letters?
0 votes
1
2
›
»