Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Nikolay Chashnikov
Total activity
836
Last activity
August 15, 2022 11:52
Member since
November 13, 2007 10:36
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
333
Activity overview
Articles (0)
Posts (1)
Comments (502)
Sort by recent activity
Recent activity
Votes
Created
August 15, 2022 11:52
If you want to change how IntelliJ Platform processes transitive dependencies, you may override 'shouldProcessDependenciesRecursively' and 'shouldIncludeTestsFromDependentModulesToTestClasspath' fr...
Community
IntelliJ IDEA Open API and Plugin Development
Filtering transitive paths from inter-module dependencies?
0 votes
Created
July 14, 2022 13:56
I think ModuleListener#moduleAdded should be called in such cases, like moduleRemoved is called when a module is unloaded. Could you please file an issue about that in our tracker?
Community
IntelliJ IDEA Open API and Plugin Development
Listen to loading of an unloaded module
0 votes
Created
December 22, 2021 14:09
If modules.xml is in version control, I don't quite understand how it is possible that you don't care about possibility to break code in unloaded modules when you refactor something in modules they...
Community
IntelliJ IDEA Users
Disable "There may be usages in unloaded module" when refactoring
0 votes
Created
December 20, 2021 22:11
This warning appears if there are unloaded modules which depend on the module which is refactored, so they may contain references to the refactored element. Currently there is no way to switch off ...
Community
IntelliJ IDEA Users
Disable "There may be usages in unloaded module" when refactoring
0 votes
Created
October 06, 2021 13:24
The exception is caused by a bug in intellij platform (IDEA-264111). It was fixed in 2021.1.2, but Android Studio is based on 2020.3.1 version of the platform. I think you may rewrite code in your ...
Community
IntelliJ IDEA Open API and Plugin Development
Loading module failed for Android studio 2020.3.1
0 votes
Edited
September 29, 2021 08:48
If you don't need to build that JAR often, maybe it would be simpler to use com.intellij.util.io.Compressor.Jar utility, this way you won't need to deal with artifacts at all. Building JAR file as ...
Community
IntelliJ IDEA Open API and Plugin Development
Creating a temporary JAR artifact configuration for building artifact
0 votes
Created
July 08, 2021 15:05
Yes, libraries which aren't added to dependencies of some module aren't indexed indeed. You may try using com.intellij.openapi.roots.AdditionalLibraryRootsProvider to create a synthetic library ins...
Community
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 votes
Created
June 21, 2021 14:42
You may implement ApplicationStarter extension point to create a custom command-line application for IntelliJ-based IDE.
Community
IntelliJ IDEA Open API and Plugin Development
Expose plugin to headless mode
0 votes
Created
June 11, 2021 07:52
It's possible to add individual files as content roots, but this may be inconvenient. You may try adding these additional dependencies via ResolveScopeEnlarger extension point instead.
Community
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 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
Next
›
Last
»