主页
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年01月17日 14:05
Do you develop the plugin in a separate project or you forked intellij-community repository and added the sources of your plugin to its project configuration?
社区
IntelliJ IDEA Open API and Plugin Development
How to build IDEA community edition from source?
0 票
创建于
2017年01月10日 09:14
You can debug it to find the cause: put a breakpoint in ExtensionPointImpl#registerExtension where the error is logged, and find out why the extension class doesn't implement the expected base clas...
社区
IntelliJ IDEA Open API and Plugin Development
Extension class com.intellij.lang.LanguageExtensionPoint does not implement class com.intellij.lang.LanguageExtensionPoint.
0 票
创建于
2017年01月09日 10:17
Hello, Patrick, there is an extension point for 'Go to implementation' (overridingMethodsSearch) but the whole override/implement concept is java-specific so probably it shouldn't be used from your...
社区
IntelliJ IDEA Open API and Plugin Development
Where is the GotoImplementations extension point?
0 票
创建于
2017年01月09日 09:45
This happens because MochaRunConfiguration implement interfaces from JavaScriptLanguage plugin, so you need to add javascript-openapi.jarJavaScriptLanguage.jarjs-test-common.jar from <IDEAHOME>/pl...
社区
IntelliJ IDEA Open API and Plugin Development
Error:(28, 1) Groovyc: unable to resolve class com.jetbrains.nodejs.mocha.execution.MochaRunConfiguration
0 票
创建于
2016年12月30日 09:04
Hi Colin, thank you for investigating this! Regarding ignored exceptions: this code looks strange for me too, I've asked its author about it. In general language-specific extensions points are inde...
社区
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 票
创建于
2016年12月28日 12:14
As far as I can see clojure classes aren't used in IntelliJ platform and our bundled plugins, so the problem seems to be caused by a plugin's code. You can try searching for all usages of clojure c...
社区
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 票
创建于
2016年12月27日 23:15
'NoClassDefFoundError: Could not initialize class' doesn't mean that JVM cannot find the class. It happens if a program tries to access a class which was failed to initialize when it was accessed f...
社区
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 票
创建于
2016年12月27日 09:35
Hi Colin, could you please provide the full stacktrace? It looks like there may be some 'caused by' clauses.
社区
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 票
创建于
2016年12月22日 12:50
The plugin isn't loaded because its plugin.xml file isn't added to classpath when IDEA is started. You can either move META-INF/plugin.xml to resources directory or specify path to the plugin.xml f...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language plugin is not working
0 票
创建于
2016年12月22日 11:12
Ok, I see. Excluding JARs indeed may cause problems because they won't be added to classpath, copied to artifacts etc. But did you try excluding the JAR content in library editor as I suggested?
社区
IntelliJ IDEA Open API and Plugin Development
skip indexing on a certain Jars
0 票
«
第一页
‹
上一页
下一页
›
最后
»