主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
AskMeAgain
活动总数
57
最后的活动
2023年03月04日 05:49
成员加入日期
2021年10月17日 08:58
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
19
活动概览
帖子(17)
评论(17)
按最近的活动排序
最近的活动
投票数
创建于
2022年03月29日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to register a typedHandler dynamically?
0 票
创建于
2023年03月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Signing Plugin always throws NullPointerException: pemObject must not be null
0 票
已编辑于
2022年12月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
PluginVerifier doesnt find package
0 票
创建于
2022年12月20日 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")) { ...
社区
IntelliJ IDEA Open API and Plugin Development
PluginVerifier doesnt find package
0 票
创建于
2022年12月12日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to insert a node into a Tree without reloading everything?
0 票
创建于
2022年12月01日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to color code folds created via code?
0 票
创建于
2022年12月01日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to color code folds created via code?
0 票
创建于
2022年10月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Returntype of PsiMethodCallExpression is Object
0 票
创建于
2022年10月20日 10:38
Push. Anyone has an idea?
社区
IntelliJ IDEA Open API and Plugin Development
Returntype of PsiMethodCallExpression is Object
0 票
已编辑于
2022年08月29日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Signing Plugin always throws NullPointerException: pemObject must not be null
0 票
下一页
›
最后
»