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 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
Created
November 28, 2016 08:25
If a module contains both java and gosu code what kind of dependencies are allowed? Is it possible to call gosu code from java code? Is it possible to use java classes from gosu code?
Community
IntelliJ IDEA Open API and Plugin Development
Custom BuildTargetScope - Has anyone successfully created a new module target?
0 votes
Created
November 25, 2016 08:37
Hello Benjamin, I suggest to use the official gradle-intellij-plugin instead, it works better and most probably the problem will disappear.
Community
IntelliJ IDEA Open API and Plugin Development
Gradle dependencies management and plugin module
0 votes
Created
November 24, 2016 08:22
How these large projects are organized? Do they have many small/medium modules or they have few large modules? Are there modules containing both java and gosu files?
Community
IntelliJ IDEA Open API and Plugin Development
Custom BuildTargetScope - Has anyone successfully created a new module target?
0 votes
Created
November 24, 2016 08:10
Hello, how did you start the process where the assertion appeared? Did you start Plugin Run Configuration? Or you started tests? You can also put a breakpoint on a line where assertion is thrown (y...
Community
IntelliJ IDEA Open API and Plugin Development
ModifiableFacetModel#commit throws java.lang.AssertionError: Templates not found exception
0 votes
Created
November 23, 2016 16:03
The problem should be fixed by this commit, please update your sources.
Community
IntelliJ IDEA Open API and Plugin Development
Problem building IDEA 2016.3
0 votes
Created
November 23, 2016 12:18
If you want to support another JVM-based language (btw what language?), and its source files are located under ordinary java source roots, and you want to invoke compilation for its files in the sa...
Community
IntelliJ IDEA Open API and Plugin Development
Custom BuildTargetScope - Has anyone successfully created a new module target?
0 votes
Created
November 21, 2016 09:08
Ok, I see now. In my calculations empty lines weren't counted, whereas your script counts them and also processes all test-data files.
Community
IntelliJ IDEA Open API and Plugin Development
How many lines of code in IDEA ultimate?
0 votes
«
First
‹
Previous
Next
›
Last
»