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
December 19, 2016 13:12
How do you start the IDE with plugin? Do you use 'Plugin' run configuration? Are there any errors in idea.log?
Community
IntelliJ IDEA Open API and Plugin Development
Custom language plugin is not working
0 votes
Created
December 19, 2016 12:58
The plugin code looks ok at first glance. Is the plugin really loaded in the IDE? Is it shown in File | Settings | Plugins? If it is could you please run IDE with debugger and put a breakpoint into...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language plugin is not working
0 votes
Created
December 19, 2016 12:29
Sergio, it seems to be a different problem. Most probably it's caused by a bug in javac. Which version of JDK you set in 'Project Structure' as '1.8' JDK?
Community
IntelliJ IDEA Open API and Plugin Development
Unable to build community eddition master branch
0 votes
Created
December 19, 2016 08:17
I've pushed fix for this problem. Until it's published to GitHub repository you can disable 'Use compiler from module target JDK' option in File | Settings | Build, Execution, Deployment | Compiler...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to build community eddition master branch
0 votes
Created
December 15, 2016 10:25
Test output folders are added to classpath before production output folders, so persistence.xml from test/resources should be found on classpath first. Do you have different output paths for produc...
Community
IntelliJ IDEA Users
Unit testing JPA with different persistence.xml
0 votes
Created
December 13, 2016 12:35
1. У нас есть планы выложить артефакты jps-builders в публичный репозиторий, но точных сроков пока назвать не могу. Сейчас мы выкладываем архивы IDEA целиком, и наш официальный intellij-gradle-plug...
Community
IntelliJ IDEA Open API and Plugin Development
How I can get target JDK version in ClassProcessingBuilder?
0 votes
Created
December 12, 2016 08:25
Why did you enable Annotation Processing in idea-community project? We don't need it and it's disabled by default.
Community
IntelliJ IDEA Open API and Plugin Development
Unable to compile 2016.3 community edition - get ChunkProcessor error
0 votes
Created
December 08, 2016 13:01
It's strange. Do you have Annotation Processing enabled in File | Settings | Build, Execution, Deployment | Compiler | Annotation Processors? As a workaround you can simply delete 'android' directo...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to compile 2016.3 community edition - get ChunkProcessor error
0 votes
Created
December 06, 2016 07:59
3. Kotlin compiler reuses code from IntelliJ IDEA to parse java files. kotlin-compiler.jar shouldn't be added to the classpath of IDE process or your application so it won't cause problems. 5. What...
Community
IntelliJ IDEA Open API and Plugin Development
How do I debug com.intellij.psi.impl.source.tree.CompositeElement.java?
0 votes
Created
November 30, 2016 17:50
Yes, it's possible to configure the both 'IDEA jdk' and '1.8' JDKs to point to JDK 1.8. IDEA CE compiled with such setup may have problem with projects which use older JDK though. As it's said in o...
Community
IntelliJ IDEA Open API and Plugin Development
Can't build Idea CE
0 votes
«
First
‹
Previous
Next
›
Last
»