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 23, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Error:Kotlin: Unknown JVM target version: 1.8 Supported versions: 1.6
0 votes
Created
March 23, 2017 10:22
Yes, it looks like you have inconsistent versions of different files. How do you update the sources?
Community
IntelliJ IDEA Open API and Plugin Development
Error:Kotlin: Unknown JVM target version: 1.8 Supported versions: 1.6
0 votes
Created
March 22, 2017 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Error:Kotlin: Unknown JVM target version: 1.8 Supported versions: 1.6
0 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
«
First
‹
Previous
Next
›
Last
»