主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2016年11月28日 08:25
If a module contains both java and gosu code what kind of dependencies are allowed? Is it possible to call gosu code from java code? Is it possible to use java classes from gosu code?
社区
IntelliJ IDEA Open API and Plugin Development
Custom BuildTargetScope - Has anyone successfully created a new module target?
0 票
创建于
2016年11月25日 08:37
Hello Benjamin, I suggest to use the official gradle-intellij-plugin instead, it works better and most probably the problem will disappear.
社区
IntelliJ IDEA Open API and Plugin Development
Gradle dependencies management and plugin module
0 票
创建于
2016年11月24日 08:22
How these large projects are organized? Do they have many small/medium modules or they have few large modules? Are there modules containing both java and gosu files?
社区
IntelliJ IDEA Open API and Plugin Development
Custom BuildTargetScope - Has anyone successfully created a new module target?
0 票
创建于
2016年11月24日 08:10
Hello, how did you start the process where the assertion appeared? Did you start Plugin Run Configuration? Or you started tests? You can also put a breakpoint on a line where assertion is thrown (y...
社区
IntelliJ IDEA Open API and Plugin Development
ModifiableFacetModel#commit throws java.lang.AssertionError: Templates not found exception
0 票
创建于
2016年11月23日 16:03
The problem should be fixed by this commit, please update your sources.
社区
IntelliJ IDEA Open API and Plugin Development
Problem building IDEA 2016.3
0 票
创建于
2016年11月23日 12:18
If you want to support another JVM-based language (btw what language?), and its source files are located under ordinary java source roots, and you want to invoke compilation for its files in the sa...
社区
IntelliJ IDEA Open API and Plugin Development
Custom BuildTargetScope - Has anyone successfully created a new module target?
0 票
创建于
2016年11月21日 09:08
Ok, I see now. In my calculations empty lines weren't counted, whereas your script counts them and also processes all test-data files.
社区
IntelliJ IDEA Open API and Plugin Development
How many lines of code in IDEA ultimate?
0 票
创建于
2016年11月01日 16:57
Project.getBasePath returns the directory which contains .idea folder (or *.ipr file) with the project settings. This directory may not be related to the location of the project sources (some peopl...
社区
IntelliJ IDEA Open API and Plugin Development
Adding dynamically-generated file to artifact root
0 票
创建于
2016年11月01日 10:02
Probably the plugin wasn't built properly. Please check that path to plugin.xml is specified properly on 'Plugin Deployment' tab in the plugin module editor in 'Project Structure' dialog.
社区
IntelliJ IDEA Plugin Users
plugin is not activated on plugin run config
0 票
创建于
2016年10月26日 08:31
In order to get the location of 'webapp' directory you need to inspect 'getRootElement' of JpsArtifact. It represents the structure of the output layout tree. 'getChildren' method will return list ...
社区
IntelliJ IDEA Open API and Plugin Development
Adding dynamically-generated file to artifact root
0 票
«
第一页
‹
上一页
下一页
›
最后
»