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
March 22, 2017 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).
Community
IntelliJ IDEA Open API and Plugin Development
Error:Kotlin: Unknown JVM target version: 1.8 Supported versions: 1.6
0 votes
Edited
March 02, 2017 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.
Community
IntelliJ IDEA Open API and Plugin Development
Project classpath?
0 votes
Created
March 02, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Java error compiling NormalizedZipInputStream in updater/src/com/intellij/updater/Utils.java
0 votes
Created
February 13, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot add child framework support when parent is already added
0 votes
Created
January 23, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language plugin is not working
0 votes
Created
January 18, 2017 08:25
Yes, you're right. I've just added javadocs to these classes with detailed description.
Community
IntelliJ IDEA Open API and Plugin Development
What is the use case of LibraryPresentationProvider instance?
0 votes
Created
January 17, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to build IDEA community edition from source?
0 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
«
First
‹
Previous
Next
›
Last
»