主页
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年04月20日 12:43
If you have special source roots for your files and don't allow to create Java classes under it why not create a special root type for it? In that case you won't need to disable Java 'New Class' an...
社区
IntelliJ IDEA Open API and Plugin Development
Disabling action in update method of another action
0 票
创建于
2017年04月19日 15:01
Please note that "Not a valid package name" is not an error, it's just a warning, you can still press 'OK' and it'll create a package. The full warning text is "Not a valid package name, it will no...
社区
IntelliJ IDEA Open API and Plugin Development
Disabling action in update method of another action
0 票
创建于
2017年04月19日 13:56
This doesn't work because actions usually call 'setEnabled' in their own 'update' methods, and this will overwrite changes made in templatePresentation. It isn't possible to disable an action exter...
社区
IntelliJ IDEA Open API and Plugin Development
Disabling action in update method of another action
0 票
创建于
2017年04月19日 13:40
CodeInsightUtil is part of Java support so it is available only in IntelliJ IDEA. If you look at the sources of the method you'll see that it delegates to CodeInsightUtilCore and passes JAVA langua...
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.NoClassDefFoundError: com/intellij/codeInsight/CodeInsightUtil when using plugin in PyCharm
0 票
创建于
2017年04月17日 15:05
Hi Mark, it is possible to use native libraries from a plugin, our classloader will load them from the plugin's 'lib' directory. Currently it isn't possible to specify that a plugin is os-dependent...
社区
IntelliJ IDEA Open API and Plugin Development
Giving status information via RGB keyboard illumination
0 票
创建于
2017年04月13日 13:57
ModuleLibraryTable contains only module-level libraries, i.e. libraries defined in that module, it doesn't include project libraries added to the module dependencies. If you want to find a dependen...
社区
IntelliJ IDEA Open API and Plugin Development
How to list module dependencies?
0 票
创建于
2017年04月03日 16:53
Your project is compiled using JDK from /home/apps/java-8-oracle and it's quite old (1.8.0_66). That version has bug in javac so it cannot compile our sources. Upgrading to a modern JDK build (1.8....
社区
IntelliJ IDEA EAP Users
Compilation failed with exception: Module 'java-indexing-api' production
0 票
创建于
2017年03月29日 13:09
You can get them from ModuleRootManager.
社区
IntelliJ IDEA Open API and Plugin Development
Cannot cancel exclusion of directory that was excluded from plugin code.
0 票
创建于
2017年03月29日 10:57
We don't have ContentEntry for each directory in a project, a ContentEntry describes a content root and directories and their subdirectories and files located under it belong to the corresponding m...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot cancel exclusion of directory that was excluded from plugin code.
0 票
创建于
2017年03月23日 12:53
Wait, why do you setup a IntelliJ Platform SDK for intellij-community project? You don't need to do this, our Readme clearly says that you need to setup SDKs named '1.8' and 'IDEA jdk' pointing to ...
社区
IntelliJ IDEA Open API and Plugin Development
Error:Kotlin: Unknown JVM target version: 1.8 Supported versions: 1.6
0 票
«
第一页
‹
上一页
下一页
›
最后
»