主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikolay Chashnikov
活动总数
838
最后的活动
2023年11月23日 11:52
成员加入日期
2007年11月13日 10:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
334
活动概览
文章(0)
帖子(1)
评论(503)
按最近的活动排序
最近的活动
投票数
创建于
2018年06月13日 06:52
Yes, listening for PROJECT_ROOTS topic is the right way to do this.
社区
IntelliJ IDEA Open API and Plugin Development
Listener for module library changes
1 票
创建于
2018年05月16日 06:33
`module` tags are used to specify which modules are provided by a particular IDE, and a plugin may refer to them in its `depends` tag to specify which IDEs it is compatible with, see our docs. They...
社区
IntelliJ IDEA Open API and Plugin Development
What is the <module> element in the plugin.xml for?
0 票
创建于
2018年05月10日 07:26
Sorry for the delay. You can read these paths via CompilerModuleExtension class, I've just updated javadocs to make it more discoverable.
社区
IntelliJ IDEA Open API and Plugin Development
how to get output path and test output path of a project?
0 票
创建于
2018年04月20日 09:06
Richard, how do you start the IDE? Do you start it via .bat/.sh/.exe file or run it from sources using 'IDEA' run configuration? Or via gradle task?
社区
IntelliJ IDEA Open API and Plugin Development
Can't see log output from my plugin
0 票
创建于
2018年04月20日 09:05
Eric, INFO level should be printed to the log by default. If you need to enable debug level for some logger, you need to add `#<full class name>` line in Debug Log Settings, without `:DEBUG` suffix.
社区
IntelliJ IDEA Open API and Plugin Development
Can't see log output from my plugin
0 票
创建于
2018年04月19日 12:08
Please refer to our localization guide.
社区
IntelliJ IDEA Open API and Plugin Development
Get I18n Properties from Intellij Resource Bundle
0 票
创建于
2018年04月19日 07:39
What is the full name of `Logger` class you're using?
社区
IntelliJ IDEA Open API and Plugin Development
Can't see log output from my plugin
0 票
创建于
2018年04月06日 10:13
I've fixed the problem (see this issue). Update to the latest 'master' sources to get the fix.
社区
IntelliJ IDEA Open API and Plugin Development
Build failure: com/jgoodies/jgoodies-common/1.4.0 does not exist
0 票
创建于
2018年04月02日 07:40
You can look at out/idea-ce/log/compilation.log.
社区
IntelliJ IDEA Open API and Plugin Development
Build failure: com/jgoodies/jgoodies-common/1.4.0 does not exist
0 票
已编辑于
2018年03月30日 07:13
IntelliJ IDEA project now takes some libraries from Maven repositories, see this post for details. jgoodies-common library should be automatically downloaded when you open intellij-community source...
社区
IntelliJ IDEA Open API and Plugin Development
Build failure: com/jgoodies/jgoodies-common/1.4.0 does not exist
0 票
«
第一页
‹
上一页
下一页
›
最后
»