Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
AskMeAgain
Total activity
57
Last activity
March 04, 2023 05:49
Member since
October 17, 2021 08:58
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
19
Activity overview
Posts (17)
Comments (17)
Sort by recent activity
Recent activity
Votes
Created
March 29, 2022 18:32
Thanks for your answer, yes that works totally fine, i thought its more elegant to register the extensions when they are needed but no harm in using a flag
Community
IntelliJ IDEA Open API and Plugin Development
How to register a typedHandler dynamically?
0 votes
Created
March 04, 2023 05:49
You can find the solution in the post above, or in this Repo: https://github.com/AskMeAgain/IntellijPluginTemplate. The readme gives you a complete explanation how it works and the create-secret.sh...
Community
IntelliJ IDEA Open API and Plugin Development
Signing Plugin always throws NullPointerException: pemObject must not be null
0 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
Next
›
Last
»