Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nikolay Chashnikov
Total activity
838
Last activity
November 23, 2023 11:52
Member since
November 13, 2007 10:36
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
334
Activity overview
Articles (0)
Posts (1)
Comments (503)
Sort by recent activity
Recent activity
Votes
Created
January 17, 2017 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?
Community
IntelliJ IDEA Open API and Plugin Development
How to build IDEA community edition from source?
0 votes
Created
January 10, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Extension class com.intellij.lang.LanguageExtensionPoint does not implement class com.intellij.lang.LanguageExtensionPoint.
0 votes
Created
January 09, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Where is the GotoImplementations extension point?
0 votes
Created
January 09, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Error:(28, 1) Groovyc: unable to resolve class com.jetbrains.nodejs.mocha.execution.MochaRunConfiguration
0 votes
Created
December 30, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 votes
Created
December 28, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 votes
Created
December 27, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 votes
Created
December 27, 2016 09:35
Hi Colin, could you please provide the full stacktrace? It looks like there may be some 'caused by' clauses.
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 votes
Created
December 22, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language plugin is not working
0 votes
Created
December 22, 2016 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?
Community
IntelliJ IDEA Open API and Plugin Development
skip indexing on a certain Jars
0 votes
«
First
‹
Previous
Next
›
Last
»