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, 2020 08:45
You don't need to run Gradle tasks to compile intellij-community project, Build Project should do all the work. The mentioned compilation errors seem to be caused by problems with downloading a lib...
Community
IntelliJ IDEA Open API and Plugin Development
"package org.jetbrains.kotlin.gradle does not exist," etc. building intellij-community at master following README
0 votes
Created
November 13, 2019 08:57
Hi Vladimir, I don't quite understand why differences between Kotlin versions caused problems for you. Note that there are 3 different versions of Kotlin which may affect plugin development: 1) ver...
Community
IntelliJ IDEA Open API and Plugin Development
2019.3 Beta Release RADICALLY Different from EAP versions
0 votes
Created
November 13, 2019 08:22
Vladimir, regarding this: > I would settle for having a @since java doc annotation for newly added or changed APIs with a minimum build number for its appearance Actually this is already supported....
Community
IntelliJ IDEA Open API and Plugin Development
Document API Changes between releases of the IntelliJ Platform
0 votes
Created
October 31, 2019 11:15
Do you mean that you don't use a build system in your project and have IntelliJ configuration files only? Actually some time ago we started publishing modules which can be used to run JPS build in ...
Community
IntelliJ IDEA Open API and Plugin Development
Compile IntelliJ project on command line
0 votes
Created
August 01, 2019 06:43
> Do you mean "until the project is no longer open in the IDE"? Yes, this is that I meant.
Community
IntelliJ IDEA Open API and Plugin Development
Immutable hashcode for project and module objects
0 votes
Created
July 30, 2019 16:27
Hello Tobias, ModulePointer is used to provide a reliable reference to a module by name. If you have a part of configuration which refers to a module by name, it may happen that module with such na...
Community
IntelliJ IDEA Open API and Plugin Development
Immutable hashcode for project and module objects
0 votes
Created
July 17, 2019 08:29
I agree that the proper solution would be registering ConcatenationInjectionManager in the platform, I've created an issue about that so you can track progress on that. I hope we'll fix it soon.
Community
IntelliJ IDEA Open API and Plugin Development
Language injection into strings and string concatenation?
0 votes
Created
May 27, 2019 08:52
I've answered in the YouTrack issue, please follow it to updated and possible workarounds.
Community
IntelliJ IDEA Open API and Plugin Development
Error when building idea community edition
0 votes
Created
May 27, 2019 07:42
Scott, IntelliJ-based IDEs still can be run under Java 8. Although we provide distributions with bundled JBR 11, it still possible to download a distribution which bundles JBR 8, and we're going to...
General
Troubleshooting
Selecting the JDK version the IDE will run under
0 votes
Created
May 20, 2019 14:43
Hi, in the current architecture changing list of loaded modules is a rather expensive operation. And indexing is supposed to happen when project configuration changes, not on opening each file in t...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin Dev - Performance issues when loading modules automatically.
0 votes
«
First
‹
Previous
Next
›
Last
»