主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jakub Chrzanowski
活动总数
1394
最后的活动
2025年04月24日 07:29
成员加入日期
2020年01月22日 06:34
关注
0 名用户
关注者数
1 名用户
投票数
8
订阅数
571
活动概览
文章(0)
帖子(0)
评论(815)
按最近的活动排序
最近的活动
投票数
创建于
2021年08月09日 10:22
ArtifactManager class belongs to the com.intellij.java module. Make sure you've added a dependency to it in your Gradle configuration, as well as in the plugin.xml file.
社区
IntelliJ IDEA Open API and Plugin Development
Cannot find ArtifactManager
1 票
创建于
2021年07月05日 08:44
Sorry for the late reply – this thread got lost in a queue. Did you manage to handle it?
社区
IntelliJ IDEA Open API and Plugin Development
JavaPsiFacade findClass() return null after mkdirs ?
1 票
已编辑于
2021年06月16日 12:42
Frode, as described in the Gradle IntelliJ Plugin 1.0 Migration Guide, Restrictive Groovy syntax section – you're supposed to use the explicit assignment in your configuration, like: intellij { ...
社区
IntelliJ IDEA Open API and Plugin Development
Unable to upgrade intellij plugin from 0.4.21 to 1.0
1 票
创建于
2021年06月09日 10:12
Huberto, In the initBrowser method, you're adding the JBCefBrowser's UI component to your tool window, so later – when accessing the TW components with: panel.components you'll also get just its co...
社区
IntelliJ IDEA Open API and Plugin Development
When casting to JBCefBrowser, a casting exception is returned
1 票
创建于
2021年06月07日 18:52
Zyrianovdv, check the Diff API: https://github.com/JetBrains/intellij-community/tree/0e41470164baeca98df303e32a91a481a0a20118/platform/diff-api
社区
IntelliJ IDEA Open API and Plugin Development
Diff and Merge viewer plugin
1 票
创建于
2021年05月21日 12:15
You can set a dependency to Spring in plugin.xml as an optional and put functionality related to this package in there – i.e., a specific Extension Point using Spring's code. Check the Optional Plu...
社区
IntelliJ IDEA Open API and Plugin Development
Build the plugin that's fit for "IDEA Ultimate" and "IDEA Community"
1 票
创建于
2021年05月13日 19:57
Johan, check for some of the existing com.intellij.fileTemplateGroup EP implementations with the IntelliJ Platform Explorer: https://plugins.jetbrains.com/intellij-platform-explorer?extensions=com....
社区
IntelliJ IDEA Open API and Plugin Development
Creating File Templates on Plugin install
1 票
创建于
2021年05月12日 09:48
Johan, when exporting templates created within the IDE, they're saved with HTML entity, which is LF (line feed). Could you please make sure that you're providing line feeds with your bundled ...
社区
IntelliJ IDEA Open API and Plugin Development
Exported Live Templates have no newline
1 票
已编辑于
2021年04月19日 21:08
Instead of environment variables, like myProperty, please use Gradle properties – they can be specified in the gradle.properties file, if not secret. For more vulnerable data or properties that may...
社区
IntelliJ IDEA Open API and Plugin Development
Unable to set environmental variables for Gradle build
1 票
创建于
2021年03月29日 07:39
Thomas, thanks for reaching out with your questions! Brace style formatting uses the BraceStyleAccessor, BraceStyle, and AbstractJavaBlock. This is a Java-specific solution, but you can verify the ...
社区
IntelliJ IDEA Open API and Plugin Development
Brace style, Auto-formatting, Code hinting
1 票
«
第一页
‹
上一页
下一页
›
最后
»