主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年03月23日 10:59
How did you clone sources of intellij-community? Did you invoke 'Update Project' from IDEA or clone via command line? Are you sure that cloning finished without errors? Accordinlgy to the compilati...
社区
IntelliJ IDEA Open API and Plugin Development
Error:Kotlin: Unknown JVM target version: 1.8 Supported versions: 1.6
0 票
创建于
2017年03月23日 10:22
Yes, it looks like you have inconsistent versions of different files. How do you update the sources?
社区
IntelliJ IDEA Open API and Plugin Development
Error:Kotlin: Unknown JVM target version: 1.8 Supported versions: 1.6
0 票
创建于
2017年03月22日 14:02
Looks like you have an old version of java/java-runtime/src/com/intellij/rt/execution/junit/ComparisonFailureData.java in your sources, 'registerSMAttributes' method should have one more parameter ...
社区
IntelliJ IDEA Open API and Plugin Development
Error:Kotlin: Unknown JVM target version: 1.8 Supported versions: 1.6
0 票
创建于
2017年03月22日 13:32
Which version of Java 1.8 do you use? Probably the problem is caused by a bug in javac. Try updating to the latest version (1.8.0_121).
社区
IntelliJ IDEA Open API and Plugin Development
Error:Kotlin: Unknown JVM target version: 1.8 Supported versions: 1.6
0 票
已编辑于
2017年03月02日 08:27
Hello Eugene, lib.getUrls method return URLs in IDEA's Virtual File System format. If you want to convert it to java.net.URL use com.intellij.openapi.vfs.VfsUtilCore#convertToURL method.
社区
IntelliJ IDEA Open API and Plugin Development
Project classpath?
0 票
创建于
2017年03月02日 08:21
Hello, Riccardo, I'm sorry for the late reply. Javac 1.8.0_25 is quite old, it has bugs which don't allow it to compile IntelliJ IDEA sources. Installing a newer JDK (e.g. 1.8.0_121) should fix the...
社区
IntelliJ IDEA Open API and Plugin Development
Java error compiling NormalizedZipInputStream in updater/src/com/intellij/updater/Utils.java
0 票
创建于
2017年02月13日 09:30
Currently it's indeed not possible. The reason is that we don't have 'framework' concept in the project configuration, so if user tries to add a child framework of 'Web' to an existing project ther...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot add child framework support when parent is already added
0 票
创建于
2017年01月23日 14:02
What do you mean by 'not working'? Is the plugin still not shown in Settings | Plugins? If so, is plugin.xml file copied to the plugin directory under the plugins 'Sandbox Home' (its path is specif...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language plugin is not working
0 票
创建于
2017年01月18日 08:25
Yes, you're right. I've just added javadocs to these classes with detailed description.
社区
IntelliJ IDEA Open API and Plugin Development
What is the use case of LibraryPresentationProvider instance?
0 票
创建于
2017年01月17日 14:28
You can do the following (see javadoc for org.jetbrains.intellij.build package): Create a groovy class extending org.jetbrains.intellij.build.IdeaCommunityProperties class, override copyAdditional...
社区
IntelliJ IDEA Open API and Plugin Development
How to build IDEA community edition from source?
0 票
«
第一页
‹
上一页
下一页
›
最后
»